You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried with a class having e.g.: public double ExpectedValue => this.expectedValue;
inside.
Then no conversion happens - it just pastes the code as original.
Only if i change that to a normal getter it works ok.
Used the version was for VS2017.