NArchitecture.Core.Localization.WebApi
1.0.1
dotnet add package NArchitecture.Core.Localization.WebApi --version 1.0.1
NuGet\Install-Package NArchitecture.Core.Localization.WebApi -Version 1.0.1
<PackageReference Include="NArchitecture.Core.Localization.WebApi" Version="1.0.1" />
paket add NArchitecture.Core.Localization.WebApi --version 1.0.1
#r "nuget: NArchitecture.Core.Localization.WebApi, 1.0.1"
// Install NArchitecture.Core.Localization.WebApi as a Cake Addin #addin nuget:?package=NArchitecture.Core.Localization.WebApi&version=1.0.1 // Install NArchitecture.Core.Localization.WebApi as a Cake Tool #tool nuget:?package=NArchitecture.Core.Localization.WebApi&version=1.0.1
NArchitecture.Core.Localization.WebApi
This library provides localization support for ASP.NET Web API projects in kodlama.io projects. The NArchitecture.Core.Localization.WebApi
package offers utilities to enable localization of API responses and error messages. It includes core classes and extensions for integrating localization into ASP.NET Web API projects, with support for attribute-based and resource-based localization, culture-specific responses, and essential utilities for localization management.
Installation
You can add the package to your project using NuGet package manager or .NET CLI:
dotnet add package NArchitecture.Core.Localization.WebApi
Contribution
If you would like to contribute, please visit the GitHub repository and submit a pull request: NArchitecture.Core.Localization.WebApi GitHub Repository
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
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Http.Extensions (>= 2.2.0)
- NArchitecture.Core.Localization.Abstraction (>= 1.0.1)
- System.Text.Encodings.Web (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on NArchitecture.Core.Localization.WebApi:
Repository | Stars |
---|---|
kodlamaio-projects/nArchitecture
Inspired by Clean Architecture, nArchitecture is a monolith project which uses advanced techniques.
|