NArchitecture.Core.Localization.Resource.Yaml
1.0.2
See the version list below for details.
dotnet add package NArchitecture.Core.Localization.Resource.Yaml --version 1.0.2
NuGet\Install-Package NArchitecture.Core.Localization.Resource.Yaml -Version 1.0.2
<PackageReference Include="NArchitecture.Core.Localization.Resource.Yaml" Version="1.0.2" />
paket add NArchitecture.Core.Localization.Resource.Yaml --version 1.0.2
#r "nuget: NArchitecture.Core.Localization.Resource.Yaml, 1.0.2"
// Install NArchitecture.Core.Localization.Resource.Yaml as a Cake Addin #addin nuget:?package=NArchitecture.Core.Localization.Resource.Yaml&version=1.0.2 // Install NArchitecture.Core.Localization.Resource.Yaml as a Cake Tool #tool nuget:?package=NArchitecture.Core.Localization.Resource.Yaml&version=1.0.2
NArchitecture.Core.Localization.Resource.Yaml
This library provides YAML-based resource management for localization in kodlama.io projects. The NArchitecture.Core.Localization.Resource.Yaml
package offers utilities to manage localized resources using YAML files within applications. It includes core classes and extensions for using YAML files as resource files for localization in both clean and union architectures, supporting the reading and parsing of YAML files, culture-specific translations, and essential utilities for YAML-based localization management.
Installation
You can add the package to your project using NuGet package manager or .NET CLI:
dotnet add package NArchitecture.Core.Localization.Resource.Yaml
Contribution
If you would like to contribute, please visit the GitHub repository and submit a pull request: NArchitecture.Core.Localization.Resource.Yaml 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
- NArchitecture.Core.Localization.Abstraction (>= 1.0.1)
- YamlDotNet (>= 15.1.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on NArchitecture.Core.Localization.Resource.Yaml:
Package | Downloads |
---|---|
NArchitecture.Core.Localization.Resource.Yaml.DependencyInjection
Provide dependency injection extensions for YAML-based resource management for NArchitecture.Core.Localization.Resource.Yaml. |
|
NArchitecture.Core.Test
Provides utilities for testing. |
GitHub repositories
This package is not used by any popular GitHub repositories.