Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update code to use C# 6 features #67

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

run1206
Copy link
Contributor

@run1206 run1206 commented Nov 8, 2017

Very similar to #44 from AlexArchive.
Haven't seen null propogation and string interpolation change since the VS2015 Preview late 2014.
String Interpolation is confirmed to use the following syntax: $"Person Name: {person.Name}" (assuming person is an object with the property Name).
Included NUnit Test Adapter 2.1.1 to see the tests in VS Test Explorer.

Drew W. Pennyfeather added 2 commits July 18, 2017 00:46
Merge pull request TestStack#63 from run1206/master
Update code to use C# 6 (String interpolation, null propogation, Expression Bodied Methods). Inlcude NUnit Test Adapter to see Unit Tests in VS Test Explorer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant