You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A failure in the VM code. Happens with no stress modes or special flags - just debug build of the CoreCLR. Assertion failure in pefile.cpp, line 4612.
Command to get it:
crossgen /App_Paths . /Platform_Assemblies_Paths . /MissingDependenciesOK ./Microsoft.Build.Tasks.CodeAnalysis.dll
Also happens for csc.exe and CodeAnalysis' Microsoft.CodeAnalysis.Workspaces.Desktop.dll.
Stress modes or other flags (including minopts) make no difference for this assert.