ILSupport
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.
Should the following now be added to the .csproj templates? ```xml "$(FrameworkSdkPath)bin\NETFX 4.7 Tools\ildasm.exe" /nobar /linenum /output:"$(ILFile)" @(IntermediateAssembly->'"%(FullPath)"', ' ') "$(FrameworkSdkPath)bin\NETFX 4.7.1 Tools\ildasm.exe" /nobar /linenum /output:"$(ILFile)" @(IntermediateAssembly->'"%(FullPath)"', ' ') "$(FrameworkSdkPath)bin\NETFX...
It seems like ILSupport doesn't work with the new C# VS2017 project format. When looking at the diagnostic MSBuild output the following part isn't propagated from Microsoft.Common.CrossTargeting.targets to the targets...
## Steps to reproduce: * Install vs2017. * Install plugin "ILSupport" and restart vs2017. * Create a Visual Basic Windows Forms with IL project. * Save all files. * Build...
Create empty project without `*.il` file. On compile gives: `C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(3813,5): error MSB3030: Could not copy the file "obj\Debug\TestClassLibrary.dll" because it was not found.`
Syntax highlighting is not working for VS2012. Could you please fix it?