BlazorEssentials 2.0.0-CI-20210224-065537
A set of utilities to make Blazor development easier than ever. Includes base classes for Application State, Configuration, and ViewModels, as well as an ODataResultList and a helper to pull configuration files out of embedded resources.
Install-Package BlazorEssentials -Version 2.0.0-CI-20210224-065537
dotnet add package BlazorEssentials --version 2.0.0-CI-20210224-065537
<PackageReference Include="BlazorEssentials" Version="2.0.0-CI-20210224-065537" />
paket add BlazorEssentials --version 2.0.0-CI-20210224-065537
#r "nuget: BlazorEssentials, 2.0.0-CI-20210224-065537"
Release Notes
Version 2.0.0
- Added support for Blazor on .NET 5.0
- Removed custom authentication solution in favor of OOB auth
- Added ApiAuthorizationMessageHandler to add tokens to the API specified in ConfigurationBase.ApiRoot.
- Injecting an IHttpClientFactory where necessary instead of an HttpClient.
Dependencies
-
.NETStandard 2.1
- Microsoft.AspNetCore.Components.WebAssembly (>= 3.2.0 && < 4.0.0)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 3.2.1 && < 4.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 3.1.9 && < 4.0.0)
- Microsoft.Extensions.Http (>= 3.1.9 && < 4.0.0)
- System.Collections (>= 4.3.0 && < 6.0.0)
- System.Net.Http.Json (>= 3.2.1 && < 4.0.0)
-
net5.0
- Microsoft.AspNetCore.Components.WebAssembly (>= 5.0.0 && < 6.0.0)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 5.0.0 && < 6.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 5.0.0 && < 6.0.0)
- Microsoft.Extensions.Http (>= 5.0.0 && < 6.0.0)
- System.Collections (>= 4.3.0 && < 6.0.0)
- System.Net.Http.Json (>= 5.0.0 && < 6.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.