BlazorEssentials 3.0.0-CI-20240723-011915
See the version list below for details.
dotnet add package BlazorEssentials --version 3.0.0-CI-20240723-011915
NuGet\Install-Package BlazorEssentials -Version 3.0.0-CI-20240723-011915
<PackageReference Include="BlazorEssentials" Version="3.0.0-CI-20240723-011915" />
<PackageVersion Include="BlazorEssentials" Version="3.0.0-CI-20240723-011915" />
<PackageReference Include="BlazorEssentials" />
paket add BlazorEssentials --version 3.0.0-CI-20240723-011915
#r "nuget: BlazorEssentials, 3.0.0-CI-20240723-011915"
#:package BlazorEssentials@3.0.0-CI-20240723-011915
#addin nuget:?package=BlazorEssentials&version=3.0.0-CI-20240723-011915&prerelease
#tool nuget:?package=BlazorEssentials&version=3.0.0-CI-20240723-011915&prerelease
A set of utilities to make Blazor WebAssembly 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.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. | 
- 
                                                    net6.0- EasyAF.Http (>= 2.0.3-CI-20240611-192728)
- Microsoft.AspNetCore.Components.WebAssembly (>= 6.0.0 && < 9.0.0)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 6.0.0 && < 9.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 9.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0 && < 9.0.0)
- Microsoft.Extensions.Http (>= 6.0.0 && < 9.0.0)
- System.Collections (>= 4.3.0 && < 9.0.0)
- System.Net.Http.Json (>= 6.0.0 && < 9.0.0)
 
- 
                                                    net7.0- EasyAF.Http (>= 2.0.3-CI-20240611-192728)
- Microsoft.AspNetCore.Components.WebAssembly (>= 7.0.20 && < 9.0.0)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 7.0.20 && < 9.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0 && < 9.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 7.0.0 && < 9.0.0)
- Microsoft.Extensions.Http (>= 7.0.0 && < 9.0.0)
- System.Collections (>= 4.3.0 && < 9.0.0)
- System.Net.Http.Json (>= 7.0.1 && < 9.0.0)
 
- 
                                                    net8.0- EasyAF.Http (>= 2.0.3-CI-20240611-192728)
- Microsoft.AspNetCore.Components.WebAssembly (>= 8.0.7 && < 9.0.0)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 8.0.7 && < 9.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1 && < 9.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0 && < 9.0.0)
- Microsoft.Extensions.Http (>= 8.0.0 && < 9.0.0)
- System.Collections (>= 4.3.0 && < 9.0.0)
- System.Net.Http.Json (>= 8.0.0 && < 9.0.0)
 
NuGet packages (2)
Showing the top 2 NuGet packages that depend on BlazorEssentials:
| Package | Downloads | 
|---|---|
| BlazorEssentials.Breakdance A set of utilities to make Blazor development easier than ever. Includes base classes to test BlazorEssentials ViewModels. | |
| BlazorEssentials.IndexedDb An IndexedDB provider for Blazor that makes working with the built-in browser database magical. | 
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 2.0.0
			- Updated support for Blazor on .NET 6 and .NET 7 Preview 6.
			- Removed custom authentication solution in favor of OOB auth.
			- Now injecting an IHttpClientFactory where necessary instead of an HttpClient.
			- Added simplified registration into applications, thanks to EasyAF.Configuration and EasyAF.Http.
			- Added Blazor unit testing support with Breakdance.