Skip to content
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
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Modernize #343

wants to merge 6 commits into from

Conversation

Insire
Copy link
Owner

@Insire 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
Copy link

codecov bot commented Dec 7, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 29.11%. Comparing base (88ebdff) to head (f206ec3).
Report is 28 commits behind head on master.

Files with missing lines Patch % Lines
...r/MimeTypeResolvers/MagicNumberMimeTypeResolver.cs 0.00% 1 Missing ⚠️
...rowser/MimeTypeResolvers/UrlMonMimeTypeResolver.cs 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            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     
Files with missing lines Coverage Δ
...r/MimeTypeResolvers/MagicNumberMimeTypeResolver.cs 0.00% <0.00%> (ø)
...rowser/MimeTypeResolvers/UrlMonMimeTypeResolver.cs 0.00% <0.00%> (ø)

... and 309 files with indirect coverage changes

dependabot bot and others added 4 commits February 24, 2025 04:29
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant