-
Attempting to make a reference assembly from another .NET 6 assembly. .NET 6 assembly... seems pretty normal. No ReferenceAssemblyAttribute on it.... run refasmer.
refasmer -o foo.dll -r bar.dll
…
-
```
I want to use precompiler. But it generates not strongly signed assembly and my
projects which strongly signed fail to compile with it. I have to use ildasm
and ilasm to sign. But it seems can b…
-
```
I want to use precompiler. But it generates not strongly signed assembly and my
projects which strongly signed fail to compile with it. I have to use ildasm
and ilasm to sign. But it seems can b…
-
```
I want to use precompiler. But it generates not strongly signed assembly and my
projects which strongly signed fail to compile with it. I have to use ildasm
and ilasm to sign. But it seems can b…
-
```
I want to use precompiler. But it generates not strongly signed assembly and my
projects which strongly signed fail to compile with it. I have to use ildasm
and ilasm to sign. But it seems can b…
-
### Description
The assemblies are not signed and can not be referenced from a signed project.
That's criminal negligence by anybody that creates assemblies used by others, given how trivial it is t…
-
When running GenAPI on NuGet.Common.6.8.1, it produces the following snippet in the `NuGetEventSource.Keywords` nested class:
```csharp
public const System.Diagnostics.Tracing.EventKeywords Common…
-
Thanks a lot for the great work. I successfully packed a full .NET Framework executable and it runs flawlessly, and even though it packde a .config file inside. When the app changes the .config file, …
-
### Description
Attempting to round trip a dll through ILDasm and ILAsm without any changes fails to generate a dll when giving ILAsm the res file created by ILDasm. I've tracked down the failure poi…
-
```
I want to use precompiler. But it generates not strongly signed assembly and my
projects which strongly signed fail to compile with it. I have to use ildasm
and ilasm to sign. But it seems can b…