-
-
Notifications
You must be signed in to change notification settings - Fork 28
feature: Add .NET 5 #170
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
feature: Add .NET 5 #170
Conversation
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.0 to 16.8.3. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.8.0...v16.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [DiffEngine](https://github.com/VerifyTests/DiffEngine) from 6.1.4 to 6.4.6. - [Release notes](https://github.com/VerifyTests/DiffEngine/releases) - [Commits](https://github.com/VerifyTests/DiffEngine/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [Microsoft.Reactive.Testing](https://github.com/dotnet/reactive) from 4.4.1 to 5.0.0. - [Release notes](https://github.com/dotnet/reactive/releases) - [Commits](dotnet/reactive@rxnet-v4.4.1...ixnet-v5.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
src/ReactiveUI.Validation.Tests/ReactiveUI.Validation.Tests.csproj
Outdated
Show resolved
Hide resolved
Planning to fix those nullability warnings tonight and refactor the code to comply with the updated NetAnalyzers rules. |
Took the opportunity to remove |
@@ -39,7 +39,7 @@ | |||
<ItemGroup> | |||
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.205" PrivateAssets="all" /> |
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.
stylecop.analyzers 1.2.0-beta.312 has a bunch of improvements for C# 9 if you want to bump that as well.
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.
Sorry for the multiple iterations of comments btw.
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.
No worries, and thanks for reviewing this! Going to bump that version as well soon.
Codecov Report
@@ Coverage Diff @@
## main #170 +/- ##
==========================================
+ Coverage 62.36% 62.55% +0.19%
==========================================
Files 15 15
Lines 898 900 +2
==========================================
+ Hits 560 563 +3
+ Misses 338 337 -1
Continue to review full report at Codecov.
|
What kind of change does this PR introduce?
This PR adds .NET 5 support. Based on the diff. Planning to cherry-pick dependabot stuff also.