-
Notifications
You must be signed in to change notification settings - Fork 29
strong named version of dll #58
Comments
@rupaparam I will look into it when I guess a chance, hopefully soon. |
@rupaparam sorry for the delay. I was just trying to sign the assemblies in Visual Studio which required a strong name key file that I created using Visual Studio (pfx file). However, my understanding is that this pfx file should not be made public but the code doesn't compile without it. Do you know what is a common workflow for signing assemblies for opensource code? |
Please review nuget publishing policy in MS OpenSoruce: https://docs.opensource.microsoft.com/content/releasing/nuget.html This is still an issue, especially if the stubs project contains access modifier like "internal", and if a test project wishes to access those internal classes or methods. It requires itself to be strong-named signed to use assembly:InternalVisibleToAttribute to establish a friend assembly. |
Sorry about this taking so long. I will try to find time to get it done soon. |
Hi,
Our solution has a strong named libraries which sometimes requires our test projects to be strong named as well. This makes it difficult to use Simplestubs as it is not a strong named dll. Would it be possible to release a strong named version of simplestubs?
Thanks,
Rupa
The text was updated successfully, but these errors were encountered: