ILSpy 8.0 #2988
Unanswered
christophwille
asked this question in
Development
ILSpy 8.0
#2988
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ILSpy 8 is based on .NET 6.0 compared to .NET Framework 4.7.2 for the previous generations of ILSpy. All artifacts except the self-contained distribution are built framework-dependent, which means .NET 6.0.2+ must be installed prior to starting ILSpy.
Note - none of the following lists are exhaustive except of course the first one:
New Language Features
Contributions
ilspycmdreceived support for the "nested directories" option on project export. (see ilspycmd nested directories decompiler setting #2636 by @GreyXor)ilspycmdsupport for generating a solution from multiple projects (based on code provided by @marwie in Cli support for generating solution for multiple projects #2364)global::(see Add option to always fully qualify type names with global:: #2762 by @hexafluoride)IEntityProcessortoReflectionDisassembler(see Add filtering/sorting capabilities to ReflectionDisassembler #2835 by @tom-englert)ApplyAttributeTypeVisitor(see Fix dynamic type index calculation inApplyAttributeTypeVisitor#2840 by @ElektroKill)usingpattern (see FixUsingTranformfor inlinedisinstvariation (refs #2199) #2841 by @ElektroKill)RequiredNamespaceCollector#2843 by @ElektroKill)lockstatements within yield return state machines #2846 by @ElektroKill)CSharpAmbience(fixes #2910) #2911 by @ElektroKill)ResXResourceWritersupport forMemoryStreamresource element #2895 by @ElektroKill).interfaceimpl typesyntax #2903 by @ltrzesniewski)ControlFlowSimplificationless aggressive #2972 by @ElektroKill)EliminateRedundantTryFinallyinReduceNestingTransform#2959 by @ElektroKill)Enhancements
Unsafe.SizeOfwhen taking the size of a managed typeBug fixes
Please see the release notes for Preview1 to RC1 for details or, for a full list click here.
This discussion was created from the release ILSpy 8.0.
Beta Was this translation helpful? Give feedback.
All reactions