Skip to content

Dotnet 8 compatibility and resolving vulnerability warnings#14

Open
HugoVG wants to merge 1 commit intojsakamoto:masterfrom
HugoVG:dotnet8-support
Open

Dotnet 8 compatibility and resolving vulnerability warnings#14
HugoVG wants to merge 1 commit intojsakamoto:masterfrom
HugoVG:dotnet8-support

Conversation

@HugoVG
Copy link
Copy Markdown

@HugoVG HugoVG commented Jul 30, 2024

The Library is now compatible with .NET 8 (and .NET 6).

  • Removed large dependency on Microsoft.AspNetCore.Components.WebAssembly package in favour of smaller Abstractions packages, this also fixed the warning people would get using dotnet 9 that says that multiple packages including System.Text.Json are vulnerable.
  • Changed various internal code style to be more consistent with .NET 8 standards (only syntax no breaking changes).
  • Fixed some typos in documentation.

fixes #15

- Removed large dependency on Microsoft.AspNetCore.Components.WebAssembly package in favour of smaller Abstractions packages, this also fixed the warning people would get using dotnet 9 that says that multiple packages including System.Text.Json are vulnerable.
- Changed various internal code style to be more consistent with .NET 8 standards (only syntax no breaking changes).
- Fixed some typos in documentation.
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.

Fix vulnerable System.Text.Json 8.0.0 dependancy

1 participant