-
The is either a question or a bug report. Basically does the `/linenum` flag of ILDASM work with .NET Core?
Context: We use ILDASM in the F# repo from package “Microsoft.NETCore.ILDAsm". However…
dsyme updated
2 weeks ago
-
For example, acquisition and usage of https://www.nuget.org/packages/dotnet-format/ is quite simple:
```
dotnet tool install --global dotnet-format
```
```
dotnet-format --files MyModel.cs
`…
-
According to the [documentation](https://learn.microsoft.com/en-us/dotnet/framework/tools/ildasm-exe-il-disassembler):
If you provide Ildasm.exe with a PEfilename argument that contains embedde…
bnago updated
2 weeks ago
-
### Description
Attempting to generate a strong named dll that works with sn test signing is impossible with the current ILAsm behavior. As soon as a pubkey is specified, ILAsm forces the StrongNameS…
-
Hi
I am unable to implement BinSkim of my projects build output, because among the files it produces on our drop server, ildasm.exe is found. BinSkim issues an ExceptionLoadingPdb error:
binskim…
-
### Description
ILAsm currently errors out when encountering IL containing the `no.` prefix, while ILDAsm disassemblers it into output that isn't valid.
### Reproduction Steps
For ILDAsm: Cre…
-
There might be more problems but here is a start:
```
jays-MBP:1 jay$ ilasm FSharp.Core.il
Assembling ‘FSharp.Core.il’ , no listing file, to exe --> ‘FSharp.Core.exe’
FSharp.Core.il (148089, 98) : E…
-
ILDASM incorrectly reconstruct EH clauses when fTryInCode is true.
A part of reason is due to sort which shouldn't be applied -- https://github.com/dotnet/coreclr/blob/master/src/ildasm/dis.cpp#L352
…
-
### The feature request
I'd like to see changes in the .NetReactor project files, which are text, xml schema based files, they have .nrproj extension.
### Proposed solution
I think it's possible an…
-
```
I've found this project to be useful but wanted to have the build-time steps in
MSBuild. Adding this to your *.csproj files in which you use the constraints
should accomplish the same thing as …