Net.LocalizeMessagesAndErrors
8.0.0
dotnet add package Net.LocalizeMessagesAndErrors --version 8.0.0
NuGet\Install-Package Net.LocalizeMessagesAndErrors -Version 8.0.0
<PackageReference Include="Net.LocalizeMessagesAndErrors" Version="8.0.0" />
paket add Net.LocalizeMessagesAndErrors --version 8.0.0
#r "nuget: Net.LocalizeMessagesAndErrors, 8.0.0"
// Install Net.LocalizeMessagesAndErrors as a Cake Addin #addin nuget:?package=Net.LocalizeMessagesAndErrors&version=8.0.0 // Install Net.LocalizeMessagesAndErrors as a Cake Tool #tool nuget:?package=Net.LocalizeMessagesAndErrors&version=8.0.0
Net.LocalizeMessagesAndErrors
This library provides extra code to make it easier to support in different languages in your .NET application (known as localization in .NET). The code in this library wraps the .NET's localization services with a nicer front-end that makes the localization parts easier to code and understand. Its especialy useful if you are creating a library, as the library can be tried straight away without having to set up ASP.NET Core's localization.
This library is an open-source library under the MIT licence and the NuGet package can be found here. The documentation can be found in the GitHub wiki and see ReleaseNotes for details of changes.
List of versions and which .NET framework they support
The versions of this library has changed to make it easier to create a new version when a new release of .NET farmework. Now the first number defines the .NET version, e.g EfCore.TestSupport version 8.?.? only runs on .NET 8.
- Version 8.?.?: supports NET 8 only (simpler to update to next NET release)
- Version 2.?.?: Supports NET 6, 7 and 8
- Version 1.0.?: Supports NET 6 and 7
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
- GenericServices.StatusGeneric (>= 1.2.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.Localization.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Net.LocalizeMessagesAndErrors:
Package | Downloads |
---|---|
AuthPermissions.AspNetCore
Provides extra authorization and multi-tenant features to an ASP.NET Core application. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Net.LocalizeMessagesAndErrors:
Repository | Stars |
---|---|
JonPSmith/AuthPermissions.AspNetCore
This library provides extra authorization and multi-tenant features to an ASP.NET Core application.
|
- Only supports .NET 8 - This makes it easier to update for future NET releases