-
-
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
Silent crash on latest CI build (8.0.0.6933-alpha1) start #2659
Comments
ILSpy 8.0 uses .NET 6.0 and according to https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md Windows 7 is only supported, if you have access to "extended security updates", which (I guess?) you get via a support contract with MS. |
Is it possible to catch these exceptions @ ILSpy level and be more user friendly to end user? |
Issue tracked down and fixed the bug was somehow inside the very 1st GA release of .NET6 - version 6.0.100, BTW, why IL8 shows > 1 About tab? :) |
For WPF, it's an known issue |
@siegfriedpammer Why not |
No, old plugins won't run. Simply because we are also rearchitecting a few things (major version number). |
Yes, we are moving a lot of stuff around simply to make code-sharing (or feature-sharing) a lot easier for ILSpy, ilspycmd, ILSpyAvalonia and other flavors of ILSpy. The decompiler engine will probably not see as many breaking changes, but the ILSpy APIs get a much needed makeover after many years of almost no refactorings/clean-up. In its core ILSpy is still the same as it was 11 years ago, when we quickly threw together something to get the decompiler shipped after Red Gate's famous statement concerning Reflector. |
Steps to reproduce
Error message shown
silent crash
head lines from Report.wer file:
Details
PS latest release - ILSpy version 7.2.0.6844 runs OK
The text was updated successfully, but these errors were encountered: