question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sign the assembly

See original GitHub issue

As 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:closed
  • Created 6 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Roemercommented, Jun 23, 2017

The problem should only arise if your test-assembly is signed (which usually is not needed).

1reaction
JohanLarssoncommented, Jun 22, 2017

While it does not need to reference the assembly there can be scenarios where referencing can make sense.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found