-
Notifications
You must be signed in to change notification settings - Fork 2
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
Modernize #343
Open
Insire
wants to merge
6
commits into
master
Choose a base branch
from
dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
Insire
commented
Dec 7, 2024
- introduced central packagemanagement
- added source mapping in nuget.config
- drop support for .NET 6 and 7, added .NET 9 support
- use .NET 9 SDK
- updated more nuget packages
- fixed CA2022 twice
- fixed vulnerable transitive nuget packages
- ignore rider files
- migrate cake to .net 9 and central package management
- updated cake dependencies, migrated code coverage conversion
added source mapping in nuget.config drop support for .NET 6 and 7, added .NET 9 support use .NET 9 SDK updated more nuget packages fixed CA2022 twice fixed vulnerable transitive nuget packages ignore rider files migrate cake to .net 9 and central package management updated cake dependencies, migrated code coverage conversion
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #343 +/- ##
==========================================
+ Coverage 25.61% 29.11% +3.50%
==========================================
Files 156 157 +1
Lines 5673 5924 +251
==========================================
+ Hits 1453 1725 +272
+ Misses 4220 4199 -21
|
Bumps [DynamicData](https://github.com/reactiveui/DynamicData) from 9.0.4 to 9.1.2. - [Release notes](https://github.com/reactiveui/DynamicData/releases) - [Changelog](https://github.com/reactivemarbles/DynamicData/blob/main/ReleaseNotes.md) - [Commits](reactivemarbles/DynamicData@9.0.4...9.1.2) --- updated-dependencies: - dependency-name: DynamicData dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.12.9 to 4.13.1. - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](dotnet/roslynator@v4.12.9...v4.13.1) --- updated-dependencies: - dependency-name: Roslynator.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…nalyzers-4.13.1 Bump Roslynator.Analyzers from 4.12.9 to 4.13.1
…9.1.2 Bump DynamicData from 9.0.4 to 9.1.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.