Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add first version of strong name signature signer #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

krwq
Copy link

@krwq krwq commented May 8, 2015

No description provided.

}
Console.WriteLine();
}

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to remove this :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Progress

@krwq
Copy link
Author

krwq commented May 8, 2015

CI build is failing because it can't find System.Collections.Immutable which is on myget.org. I'm not sure how to change packages setting. Will work on that later.

@krwq krwq force-pushed the strongNameSignatureSigner branch 4 times, most recently from ca59fb1 to eb23cea Compare May 11, 2015 20:09

response
.Should().HaveCount(256, "Because that is the length of an RSA256 signed digest");
using (FileStream outputPeImage = new FileStream(signedPath, FileMode.Create, FileAccess.ReadWrite))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the comparison dll's are static, can we just include them as resources? It would allow us to get rid of a bunch of this code related to opening files and would eliminate a bunch of potential issues associated with file paths/copies in various test environments.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure (pending)

@krwq krwq force-pushed the strongNameSignatureSigner branch 3 times, most recently from 8c97556 to 808806c Compare May 25, 2015 20:48
@krwq krwq force-pushed the strongNameSignatureSigner branch from 808806c to faff5d0 Compare May 26, 2015 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants