-
Notifications
You must be signed in to change notification settings - Fork 3
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
base: master
Are you sure you want to change the base?
Conversation
} | ||
Console.WriteLine(); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to remove this :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Progress
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. |
ca59fb1
to
eb23cea
Compare
|
||
response | ||
.Should().HaveCount(256, "Because that is the length of an RSA256 signed digest"); | ||
using (FileStream outputPeImage = new FileStream(signedPath, FileMode.Create, FileAccess.ReadWrite)) |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure (pending)
8c97556
to
808806c
Compare
808806c
to
faff5d0
Compare
No description provided.