Kugar.Core.Web.JsonTemplate
1.1.0.23
.NET 5.0
.NET Core 3.1
dotnet add package Kugar.Core.Web.JsonTemplate --version 1.1.0.23
NuGet\Install-Package Kugar.Core.Web.JsonTemplate -Version 1.1.0.23
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="Kugar.Core.Web.JsonTemplate" Version="1.1.0.23" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Kugar.Core.Web.JsonTemplate --version 1.1.0.23
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Kugar.Core.Web.JsonTemplate, 1.1.0.23"
#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 Kugar.Core.Web.JsonTemplate as a Cake Addin
#addin nuget:?package=Kugar.Core.Web.JsonTemplate&version=1.1.0.23
// Install Kugar.Core.Web.JsonTemplate as a Cake Tool
#tool nuget:?package=Kugar.Core.Web.JsonTemplate&version=1.1.0.23
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
一个WebApi格式化Json输出的类库
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- fasterflect (>= 3.0.0)
- Kugar.Core.NetCore (>= 1.2.160)
- Kugar.Core.Web.NetCore (>= 1.0.234)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 3.1.10)
- NSwag.AspNetCore (>= 13.18.2)
-
net5.0
- fasterflect (>= 3.0.0)
- Kugar.Core.NetCore (>= 1.2.160)
- Kugar.Core.Web.NetCore (>= 1.0.234)
- NSwag.AspNetCore (>= 13.18.2)
-
net6.0
- fasterflect (>= 3.0.0)
- Kugar.Core.NetCore (>= 1.2.160)
- Kugar.Core.Web.NetCore (>= 1.0.234)
- NSwag.AspNetCore (>= 13.18.2)
-
net7.0
- fasterflect (>= 3.0.0)
- Kugar.Core.NetCore (>= 1.2.160)
- Kugar.Core.Web.NetCore (>= 1.0.234)
- NSwag.AspNetCore (>= 13.18.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0.23 | 55 | 5/12/2023 |
1.1.0.15 | 156 | 3/11/2023 |
1.0.0.62 | 559 | 1/23/2022 |
1.0.0.61 | 516 | 1/21/2022 |
1.0.0.59 | 331 | 12/16/2021 |
1.0.0.54 | 292 | 12/14/2021 |
1.0.0.52 | 278 | 12/2/2021 |
1.0.0.51 | 448 | 11/21/2021 |
1.0.0.48 | 382 | 10/4/2021 |
1.0.0.47 | 390 | 9/28/2021 |
1.0.0.46 | 341 | 9/9/2021 |
1.0.0.40 | 1,075 | 7/29/2021 |
1.0.0.38 | 472 | 7/22/2021 |
1.0.0.37 | 469 | 7/16/2021 |
1.0.0.31 | 418 | 7/12/2021 |
1.0.0.28 | 394 | 7/11/2021 |
1.0.0.25 | 449 | 7/6/2021 |
1.0.0.21 | 853 | 5/29/2021 |
1.增加了当出现重复的参数或者重复的action时,抛出的错误中,记录是哪个action报错的
2.AddProperty系列的函数,在传入的值是值类型的数组的时候,可以直接输出,相当于代替AddArrayValue