Sign the assembly
See original GitHub issueAs it is now it cannot be used for testing signed assemblies.
Sceanrio: the tested assembly is signed and has InternalsVisibleTo
the test assembly. I think this means the test assembly must also be signed.
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
How to: Sign an assembly with a strong name | ...
Create and sign an assembly with a strong name by using Visual Studio · In Solution Explorer, open the shortcut menu for the...
Read more >C#: why sign an assembly?
Signed assemblies can only load other signed assemblies. Also they are tied to a specific version meaning that you need to use binding ......
Read more >Manage assembly and manifest signing - Visual Studio ...
How to sign an assembly in Visual Studio ... You sign an application or component by using the Signing tab of the project...
Read more >.NET - How to Sign an Assembly in Visual Studio 2019
Create a .NET Standard Class Library in Visual Studio. · Right-click on the project and go to properties · Click on the “Signing”...
Read more >Sign the assembly with Visual Studio without going crazy
Every time I need to “Sign the assembly” with Visual Studio project I risk going crazy because of unexpected lot of errors that...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The problem should only arise if your test-assembly is signed (which usually is not needed).
While it does not need to reference the assembly there can be scenarios where referencing can make sense.