Sample project to demonstrate some of the new language features in C#7. This Project looks at the following features
- Tuples
- Out variable changes
- Pattern matching
- Switch statement with pattern matches
- Deconstruct
- Digit Separator
- Binary Literal
- Return as reference
- Local Methods
- Throw Expressions
See this blog post for reference
Enhancements:
- Updated to use VS 2017 RTM
- Updated reference System.ValueTuple to use the RTM version
Enhancements:
- Updated to use VS 2017 RC1
- Included the features like throw expressions