-
Notifications
You must be signed in to change notification settings - Fork 88
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 strong name to assembly #1
Comments
@jozefizso Is this still a requirement? Microsoft seems to be moving away from strong naming for third party components (https://github.com/dotnet/corefx/wiki/Strong-Naming), so I'd rather not go down that path unless it's really necessary. |
No, it is not necessary to add strong name. Unit test projects does not have to be strongly named. |
I ran into a situation where this would be very useful. When you make your unit tests a friend assembly, using |
I've decided to go ahead with this (granted, 3.5 years later) because:
|
Released in 6.0.0 |
Could you add a strong name to the MockHttp assembly, so it can be referenced from unit testing projects that are strongly named?
The text was updated successfully, but these errors were encountered: