-
Notifications
You must be signed in to change notification settings - Fork 30
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
Bump xunit packages #336
Bump xunit packages #336
Conversation
<PackageReference Include="xunit" Version="2.5.2" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5"> | ||
<PackageReference Include="xunit" Version="2.6.2" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" NoWarn="NU1701"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Severity Code Description Project File Line Suppression State Details
Error NU1701 Warning As Error: Package 'xunit.runner.visualstudio 2.5.4' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project. PublicApiGeneratorTests C:\_GITHUB_\PublicApiGenerator\src\PublicApiGeneratorTests\PublicApiGeneratorTests.csproj 1
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #336 +/- ##
=======================================
Coverage 94.36% 94.36%
=======================================
Files 17 17
Lines 1172 1172
Branches 214 214
=======================================
Hits 1106 1106
Misses 39 39
Partials 27 27 ☔ View full report in Codecov by Sentry. |
No description provided.