.NET Reflector VSPro 10.1.5

Released: May 10, 2019

10.1.5 버젼 업데이트

기능

  • Compiler-generated property backing fields are no longer visible.
  • Added support for new C# 7.x features:
    • Local ref reassignment (C# 7.3)
    • Conditional ref expressions (C# 7.2).
    • Ref return (C# 7.0).
    • Ref and in extensions (C# 7.2).
    • Readonly ref (C# 7.2).
    • In arguments (C# 7.2).
    • Private protected access modifier (C# 7.2).
    • Attributes for auto-generated property backing fields (C# 7.3).
  • .NET Reflector Visual Studio Extension now supports Visual Studio 2019 Preview.

수정사항

  • RP-4143: In .NET Reflector VS Extension "Access is denied" error should no longer appear on start-up.
  • RP-4166: Return value of a delegate type is no longer cast to an invalid type.
  • RP-4169: When optimised, object initializer no longer contains duplicated member assignments.