BlazorEssentials 2.0.0-CI-20201113-013314

Prefix Reserved
This is a prerelease version of BlazorEssentials.
There is a newer version of this package available.
See the version list below for details.
dotnet add package BlazorEssentials --version 2.0.0-CI-20201113-013314
                    
NuGet\Install-Package BlazorEssentials -Version 2.0.0-CI-20201113-013314
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BlazorEssentials" Version="2.0.0-CI-20201113-013314" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BlazorEssentials" Version="2.0.0-CI-20201113-013314" />
                    
Directory.Packages.props
<PackageReference Include="BlazorEssentials" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BlazorEssentials --version 2.0.0-CI-20201113-013314
                    
#r "nuget: BlazorEssentials, 2.0.0-CI-20201113-013314"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BlazorEssentials@2.0.0-CI-20201113-013314
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BlazorEssentials&version=2.0.0-CI-20201113-013314&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=BlazorEssentials&version=2.0.0-CI-20201113-013314&prerelease
                    
Install as a Cake Tool

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.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 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.

BlazorEssentials.TursoDb

A Turso database provider for Blazor that brings SQLite-compatible local-first databases with cloud sync to your Blazor apps.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.2 401 4/6/2026
4.0.2-preview.3 62 4/6/2026
4.0.2-preview.2 49 4/6/2026
4.0.2-preview.1 82 4/6/2026
4.0.1 166 4/3/2026
4.0.0 689 12/21/2025
4.0.0-CI-20260324-122351 133 3/24/2026
4.0.0-CI-20260323-191045 119 3/23/2026
4.0.0-CI-20251220-190326 169 12/21/2025
4.0.0-CI-20251123-125950 385 11/23/2025
4.0.0-CI-20251116-221555 336 11/17/2025
4.0.0-CI-20251115-193536 180 11/16/2025
4.0.0-CI-20251115-191703 183 11/16/2025
4.0.0-CI-20251112-180912 344 11/12/2025
4.0.0-CI-20251112-135817 326 11/12/2025
3.0.1-CI-20250120-220559 644 1/21/2025
3.0.0 3,431 11/25/2024
3.0.0-CI-20250120-213325 206 1/21/2025
3.0.0-CI-20241125-003524 185 11/25/2024
2.0.0-CI-20201113-013314 752 11/13/2020
Loading failed

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.