Fonlow.WebApiClientGenCore.Abstract 3.0.0

dotnet add package Fonlow.WebApiClientGenCore.Abstract --version 3.0.0
NuGet\Install-Package Fonlow.WebApiClientGenCore.Abstract -Version 3.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="Fonlow.WebApiClientGenCore.Abstract" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fonlow.WebApiClientGenCore.Abstract --version 3.0.0
#r "nuget: Fonlow.WebApiClientGenCore.Abstract, 3.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 Fonlow.WebApiClientGenCore.Abstract as a Cake Addin
#addin nuget:?package=Fonlow.WebApiClientGenCore.Abstract&version=3.0.0

// Install Fonlow.WebApiClientGenCore.Abstract as a Cake Tool
#tool nuget:?package=Fonlow.WebApiClientGenCore.Abstract&version=3.0.0

Abstract classes and common classes shared by WebApiClientGenCore and its plugins.

https://github.com/zijianhuang/webapiclientgen/

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Fonlow.WebApiClientGenCore.Abstract:

Package Downloads
Fonlow.WebApiClientGenCore

Generate strongly typed client API in C# or TypeScript for .NET Core Web API. Strongly Typed Client API Generator generates C# and TypeScript codes of strongly typed client API similar to what generated by SvcUtil.exe of WCF, provided you have access to the ASP.NET Web API source codes or assemblies. Then you may provide or publish either the source codes in C# and TypeScript or the compiled client API library to other developers who are developing client programs of your Web API. The TypeScript outputs support jQuery, Angular 2+, AXIOS and Aurelia.

Fonlow.WebApiClientGenCore.NG2

Plugin for WebApiClientGen 3.0+ to generate client API codes with Angular 6+.

Fonlow.WebApiClientGenCore.Axios

Plugin for WebApiClientGen 3.0+ to generate client API codes with AXIOS.

Fonlow.WebApiClientGenCore.Fetch

Plugin for WebApiClientGen 3.0+ to generate client API codes with Fetch API.

Fonlow.WebApiClientGenCore.Aurelia

Plugin for WebApiClientGen 3.0+ to generate client API codes with Aurelia.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 66 4/13/2024
2.10.1 109 4/6/2024
2.10.0 147 4/6/2024
2.9.1 191 3/1/2024
2.9.0 150 2/22/2024
2.8.2 164 2/10/2024
2.8.1 133 2/1/2024
2.8.0 171 1/8/2024
2.7.1 133 12/16/2023
2.7.0 189 12/15/2023
2.6.1 229 11/7/2023
2.6.0 159 11/7/2023
2.5.0 570 11/16/2022
2.4.0 504 10/21/2022
2.3.5 610 7/15/2022
2.3.4 524 7/12/2022
2.3.3 992 7/11/2022
2.3.2 520 7/11/2022
2.3.1 541 6/27/2022
2.3.0 972 6/26/2022
2.2.1 535 6/14/2022
2.2.0 1,127 6/14/2022
2.1.0 733 3/25/2022
2.0.0 548 3/18/2022
1.9.0 559 3/13/2022
1.8.1 547 2/22/2022
1.8.0 1,159 2/5/2022
1.7.0 1,463 2/12/2021
1.6.1 686 9/16/2020
1.6.0 1,252 8/5/2020
1.5.1 2,195 4/16/2020
1.5.0 472 4/9/2020
1.3.3 932 3/19/2020
1.3.2 696 3/13/2020
1.3.1 646 3/13/2020
1.3.0 1,385 3/9/2020
1.2.0 1,668 2/16/2020
1.1.2 878 2/15/2020
1.1.1 684 1/14/2020
1.1.0 683 1/14/2020
1.0.0 1,864 11/11/2019

Support JsonPropertyNameAttribute; generate doc comments from AuthorizeAttribute and ProducesResponseTypeAttribute.