DValid 1.0.1
See the version list below for details.
dotnet add package DValid --version 1.0.1
NuGet\Install-Package DValid -Version 1.0.1
<PackageReference Include="DValid" Version="1.0.1" />
paket add DValid --version 1.0.1
#r "nuget: DValid, 1.0.1"
// Install DValid as a Cake Addin #addin nuget:?package=DValid&version=1.0.1 // Install DValid as a Cake Tool #tool nuget:?package=DValid&version=1.0.1
This library enables dynamic language-independent validation. Please add DynamicValidation.json to the project's root directory and structure its contents as follows.
{ "Settings": { "DefaultLanguage": "EN" }, "Words": { "Name": { "TR": "Adı", "EN": "Name", "FR": "Nom", "DE": "Name", "IT": "Nome", "ES": "Nombre", "KR": "이름", "PT": "Nome", "AR": "الاسم", "HI": "नाम", "JA": "名前", "RU": "Имя" }, "Surname": { "TR": "Soyadı", "EN": "Surname", "FR": "Nom de famille", "DE": "Nachname", "IT": "Cognome", "ES": "Apellido", "KR": "성", "PT": "Sobrenome", "AR": "اللقب", "HI": "उपनाम", "JA": "姓", "RU": "Фамилия" } } }
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net7.0
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.