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
I believe to resolve this for the future, ILSpy should no longer output the catch keyword when preceded directly by a filter statement in order to comply with ECMA-335.
The text was updated successfully, but these errors were encountered:
Thanks for reporting! Next time, please upload the binary in question directly, so I don't have to go and download + install software in order to reproduce the bug. Thank you for your understanding!
Steps to reproduce
ilasm.exe .\MobileConcepts45.il /DLL /noautoinherit
MobileConcepts45.il
file to match ECMA-335 (6th edition) §11.19.4 by removingcatch
keywordilasm.exe .\MobileConcepts45.il /DLL /noautoinherit
Error message shown
Details
Resolution
I believe to resolve this for the future, ILSpy should no longer output the
catch
keyword when preceded directly by afilter
statement in order to comply with ECMA-335.The text was updated successfully, but these errors were encountered: