Toolbelt.Blazor.HttpClientInterceptor icon indicating copy to clipboard operation
Toolbelt.Blazor.HttpClientInterceptor copied to clipboard

Dotnet 8 compatibility and resolving vulnerability warnings

Open HugoVG opened this issue 6 months ago • 0 comments

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

HugoVG avatar Jul 30 '24 14:07 HugoVG