ILSupport icon indicating copy to clipboard operation
ILSupport copied to clipboard

A Visual Studio extension that provides syntax highlighting for the IL (Intermediate Language) and project templates for C#, F# and Visual Basic that support embedding and calling IL code.

Results 15 ILSupport issues
Sort by recently updated
recently updated
newest added

Hello, Visual studio 2022 is not installing. I think it supports up to the 2019 version. I'm waiting new release for 2022. I hope you in short time release. Thank...

When I try to include IL code on a project that when decompiled generates a 7 MB IL file, the regex-based replacements take minutes to run. The CPU usage is...

When compile an il code, it just report a new compile {project}.dll not found, I try for awhile until I copy ilasm.exe + .config + fusion.dll to other place and...

If the IL code is messed up then this tool will still compile the code which can be troublesome. In order to prevent this, `PEVerify` needs to be run after...

Would there be any interest in project templates for strictly IL projects (probably based on the IL SDK Microsoft has recently release)? This project is the only provider of an...

The primitives `uint8`, `uint16`, `uint32` and `uint64` are lacking syntax highlighting.

Steps to reproduce: * Create C# Class Library (.NET Standard) with IL Support * Run `dotnet build` against it This presents the following error ~~~~ Microsoft (R) Build Engine version...

Installed the VSIX, added a new empty IL project to existing solution, added an existing .IL file to new project. The IL does not have syntax highlighting. Added a new...

Hello, are there any plans for .NET Standard 2.0 support? I mean both the support for it and the new .csproj format, as well as a sample project using .NET...

When I try using Share in VB (and static in IL) I get an exception message. Usually it's that the method can't be found. Using only Share or Static doesn't...