-
Notifications
You must be signed in to change notification settings - Fork 509
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
Support C# 7 via light-up #2370
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2370 +/- ##
=========================================
- Coverage 96.01% 95.3% -0.72%
=========================================
Files 607 664 +57
Lines 85745 87833 +2088
Branches 3358 3428 +70
=========================================
+ Hits 82328 83709 +1381
- Misses 2499 3206 +707
Partials 918 918
Continue to review full report at Codecov.
|
Is there a released version of this change? |
@roterdam This PR allows us to support C# 7, but doesn't actually update any of the rules to use it. We're still working on updating the rules themselves but I'm hoping to release the first beta that includes this work soon. |
thank you, eagerly waiting for this as I don't want to remove StyleCop just to use C# 7 features. |
No description provided.