Jakar.Extensions.Blazor
8.0.2
dotnet add package Jakar.Extensions.Blazor --version 8.0.2
NuGet\Install-Package Jakar.Extensions.Blazor -Version 8.0.2
<PackageReference Include="Jakar.Extensions.Blazor" Version="8.0.2" />
paket add Jakar.Extensions.Blazor --version 8.0.2
#r "nuget: Jakar.Extensions.Blazor, 8.0.2"
// Install Jakar.Extensions.Blazor as a Cake Addin #addin nuget:?package=Jakar.Extensions.Blazor&version=8.0.2 // Install Jakar.Extensions.Blazor as a Cake Tool #tool nuget:?package=Jakar.Extensions.Blazor&version=8.0.2
Jakar.Extensions.Blazor
Contributions and Ideas are Welcome.
Overview
Jakar.Extensions.Blazor
is a .NET library that includes a variety of extensions and helper methods designed to streamline and
enhance the development process. This package provides utility functions for common tasks, making your code cleaner and
more maintainable.
Installation
You can install the Jakar.Extensions.Blazor
package via Nuget:
dotnet add package Jakar.Extensions.Blazor
Alternatively, you can use the NuGet Package Manager in Visual Studio.
Features
Widget
: Provides a common interface for all components. It also includes aErrors
propertyErrorState
, and aUser
propertyLoginState
. It also includes aStateHasChanged
method for updating the UI asyncronously. Inherites fromComponentBase
.Page
: Intented for use as a page in a Blazor application. Inherits fromWidget
.LoginProvider
: Allows a common interface for login and user management.ModelStateProvider
: Provides aModelStateDictionary
for allWidgets
to easily handle errors.BlazorServices
: All in one class for blazor services -- makes it easier to inject services into components.
License
This project is licensed under the MIT License. See the LICENSE.txt file for details. Contributing
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
-
net8.0
- BlazorComponentUtilities (>= 1.8.0)
- Blazored.LocalStorage (>= 4.5.0)
- Blazored.Modal (>= 7.3.1)
- Blazored.SessionStorage (>= 2.4.0)
- Blazored.TextEditor (>= 1.1.0)
- Blazored.Toast (>= 4.2.1)
- Blazored.Video (>= 1.0.1)
- BlazorPro.BlazorSize (>= 8.0.0)
- CommunityToolkit.Mvvm (>= 8.2.2)
- Hardware.Info (>= 100.1.1)
- Jakar.Extensions (>= 8.13.1)
- Microsoft.AspNetCore.Authentication.Certificate (>= 8.0.8)
- Microsoft.AspNetCore.Authentication.Google (>= 8.0.8)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 8.0.8)
- Microsoft.AspNetCore.Authentication.MicrosoftAccount (>= 8.0.8)
- Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 8.0.8)
- Microsoft.AspNetCore.Components.WebAssembly (>= 8.0.8)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 8.0.8)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 8.0.8)
- Microsoft.Extensions.Hosting (>= 8.0.0)
- Microsoft.Extensions.Hosting.Systemd (>= 8.0.0)
- Microsoft.Extensions.Hosting.WindowsServices (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.Extensions.Options.DataAnnotations (>= 8.0.0)
- Microsoft.NETCore.Platforms (>= 7.0.4)
- PanoramicData.Blazor (>= 8.0.91)
- Radzen.Blazor (>= 5.1.11)
- Swashbuckle.AspNetCore (>= 6.7.3)
- Swashbuckle.AspNetCore.Annotations (>= 6.7.3)
- Swashbuckle.AspNetCore.Newtonsoft (>= 6.7.3)
- System.Security.Cryptography.Xml (>= 8.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Jakar.Extensions.Blazor 8.0.0
Initial Release