Proposal: Expression bodied get and set methods · Issue #7881 · dotnet/roslyn

C# 6.0 allowed get-only properties and all methods to have an expression body. This is a great feature that can help keep the focus on business logic rather than code. However, when you need to fal...