Comments
2 comments
-
I have figured out a solution to work around this bug, Just select v4.5 for C# version On the Page of Choose Assemblies to Debug.
The reason is simple: Get-only property with Expressions-bodied are supported since C# 6.0.
But I do hope redgate fix this bug soon! -
I have seen reflector version 9.0.1.374 Released 2/15/2016 fixed this bug, they fixed it for reflector desktop, but the vs extension still have this bug.
I wonder redgate really care bugs of vs extension, but we programmers spend most of our time in the VS IDE
update 9.0.1.374 Url link:
http://www.red-gate.com/updatecontrols/ ... pdate=1238
Add comment
Please sign in to leave a comment.
decompile using reflector vsix not desktop
C:WindowsMicrosoft.NETassemblyGAC_32mscorlibv4.0_4.0.0.0__b77a5c561934e089mscorlib.dll
public sealed class AppDomainSetup : IAppDomainSetup
{
internal Dictionary<string, object> GetCompatibilityFlags() =>
this._CompatFlags //no semicolon provided here
}
Actually, every get-only property with expression-bodied in a class do have the problem aforementioned.
Any help will be appreciated.