-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICSharpCode.ILSpy.AssertionFailedException #2459
Comments
The code produced by ILSpy is the following: protected override MessageKeys PressureEngineVSPBMultipointCurveMessageKey
{
get
{
//IL_0005: Unknown result type (might be due to invalid IL or missing references)
MessageKeys val = (MessageKeys)41816;
return val;
}
} which looks like it's correct, because we do not know whether |
Are you using release version of ILSpy? cause on this build I still see the exception ILSpy version 7.2.0.6660-preview1 PS most probably thats an enum, but I dont have ref dll, sorry |
Yeah, I can reproduce the exception. Sorry for the miscommunication. |
…oc and StObjToStLoc preserve the result type, if the source variable has an unknown type.
Steps to reproduce
input same as in ICSharpCode.ILSpy.AssertionFailedException #2458
Error message shown
Expected result
Details
ILSpy version 7.1.0.6580
.NET version 4.8.3928.0
The text was updated successfully, but these errors were encountered: