Net.LocalizeMessagesAndErrors 8.0.0

dotnet add package Net.LocalizeMessagesAndErrors --version 8.0.0
NuGet\Install-Package Net.LocalizeMessagesAndErrors -Version 8.0.0
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="Net.LocalizeMessagesAndErrors" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Net.LocalizeMessagesAndErrors --version 8.0.0
#r "nuget: Net.LocalizeMessagesAndErrors, 8.0.0"
#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.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.
Version Downloads Last updated
8.0.0 277 4/10/2024
2.0.0 4,837 11/22/2023
1.0.0 17,199 12/31/2022

- Only supports .NET 8 - This makes it easier to update for future NET releases