Differences in expression body for lambdas and enums · Issue #4085 · dotnet/roslyn

I'm noticing some differences in expression bodies when using enums. Specifically, the Roslyn compiler appears to add a Convert expression whereas the previous compiler did not. Take the following ...