-
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
Added support for CSharp8 tests and fixed #2927 #2936
Conversation
@sharwell I created this PR to add support for CSharp8. As part of that I had to upgrade Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit. As a result of this a lot of tests with included documentation fail now. Do you have any pointers on what could have caused that? |
I'll take a look |
Let's try again after dotnet/roslyn-sdk#307 is merged. |
… remaining issues
Codecov Report
@@ Coverage Diff @@
## master #2936 +/- ##
==========================================
- Coverage 97.43% 96.71% -0.72%
==========================================
Files 778 702 -76
Lines 100192 93569 -6623
Branches 3266 3266
==========================================
- Hits 97622 90496 -7126
- Misses 1702 2168 +466
- Partials 868 905 +37 |
Codecov Report
@@ Coverage Diff @@
## master #2936 +/- ##
==========================================
- Coverage 97.43% 97.43% -0.01%
==========================================
Files 778 780 +2
Lines 100192 100224 +32
Branches 3266 3266
==========================================
+ Hits 97622 97653 +31
- Misses 1702 1703 +1
Partials 868 868 |
Works now 👍 |
...nalyzers/StyleCop.Analyzers/SpacingRules/SA1011ClosingSquareBracketsMustBeSpacedCorrectly.cs
Show resolved
Hide resolved
@vweijsters I believe you'll need to update opencover-report.ps1 to run the new test project in AppVeyor. |
Fixes #2927