.NET Reflector 11.0 release notes
Published 15 January 2021
11.0.0 - January 28th, 2021
FREQUENT UPDATES RELEASE
Features
- Partial C# 9.0 support was added
RP-4305:
Added support for attributes on local functions (C# 9).RP-4306:
Added support forGetEnumerator
as extension method (C# 9).
Fixes
RP-4338:
Decompilation of local function with different return type than parent method will no longer crash the .NET Reflector.