-
Notifications
You must be signed in to change notification settings - Fork 19
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
Strong name? #75
Comments
addresses TestStack#75
For strong naming you can use https://github.com/dsplaisted/strongnamer instead. Which allows people using strong name to still work and others to not have the issues associated. And I don't understand why test projects would ever need to be strong named, do you need to load multiple versions of the same assembly into the same appdomain in your tests? |
The reason is that some people use I am evaluating the strong namer approach. I can already see some downsides for my scenario but I'll take a day or two to check whether I can work around them. |
I evaluated the approach of using strong namer and it seems it is not acceptable in my case. Please allow me to describe my use case for convention tests.
On the other hand, there are only two downsides of signing an assembly such as convention tests or my own library that I ran into (there are others, but they mostly don't apply to testing libraries):
Please consider my use case in favor of signing convention tests. |
Hi, just wanted to ask - could ConventionTests have a strong name like NUnit, NSubstitute, AutoFixture or Castle.Core?
Having a strong name would allow ConventionTests to be referenced by strongly named assemblies.
The text was updated successfully, but these errors were encountered: