Fonlow.WebApiClientGenCore.Abstract
3.0.0
See the version list below for details.
dotnet add package Fonlow.WebApiClientGenCore.Abstract --version 3.0.0
NuGet\Install-Package Fonlow.WebApiClientGenCore.Abstract -Version 3.0.0
<PackageReference Include="Fonlow.WebApiClientGenCore.Abstract" Version="3.0.0" />
paket add Fonlow.WebApiClientGenCore.Abstract --version 3.0.0
#r "nuget: Fonlow.WebApiClientGenCore.Abstract, 3.0.0"
// 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.
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
- Fonlow.DocCommentCore (>= 1.6.2)
- Fonlow.Poco2TsCore (>= 3.6.0)
- Fonlow.Web.MetaCore (>= 2.3.0)
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.4.1 | 215 | 7/4/2024 |
3.4.0 | 837 | 6/23/2024 |
3.3.2 | 126 | 6/19/2024 |
3.3.1 | 252 | 6/12/2024 |
3.3.0 | 366 | 6/8/2024 |
3.1.1 | 401 | 4/25/2024 |
3.1.0 | 233 | 4/21/2024 |
3.0.0 | 151 | 4/13/2024 |
2.10.1 | 161 | 4/6/2024 |
2.10.0 | 227 | 4/6/2024 |
2.9.1 | 284 | 3/1/2024 |
2.9.0 | 222 | 2/22/2024 |
2.8.2 | 238 | 2/10/2024 |
2.8.1 | 185 | 2/1/2024 |
2.8.0 | 224 | 1/8/2024 |
2.7.1 | 153 | 12/16/2023 |
2.7.0 | 307 | 12/15/2023 |
2.6.1 | 297 | 11/7/2023 |
2.6.0 | 219 | 11/7/2023 |
2.5.0 | 635 | 11/16/2022 |
2.4.0 | 546 | 10/21/2022 |
2.3.5 | 872 | 7/15/2022 |
2.3.4 | 550 | 7/12/2022 |
2.3.3 | 1,042 | 7/11/2022 |
2.3.2 | 548 | 7/11/2022 |
2.3.1 | 576 | 6/27/2022 |
2.3.0 | 1,024 | 6/26/2022 |
2.2.1 | 565 | 6/14/2022 |
2.2.0 | 1,195 | 6/14/2022 |
2.1.0 | 775 | 3/25/2022 |
2.0.0 | 588 | 3/18/2022 |
1.9.0 | 595 | 3/13/2022 |
1.8.1 | 578 | 2/22/2022 |
1.8.0 | 1,233 | 2/5/2022 |
1.7.0 | 1,614 | 2/12/2021 |
1.6.1 | 724 | 9/16/2020 |
1.6.0 | 1,354 | 8/5/2020 |
1.5.1 | 2,323 | 4/16/2020 |
1.5.0 | 499 | 4/9/2020 |
1.3.3 | 986 | 3/19/2020 |
1.3.2 | 730 | 3/13/2020 |
1.3.1 | 686 | 3/13/2020 |
1.3.0 | 1,468 | 3/9/2020 |
1.2.0 | 1,817 | 2/16/2020 |
1.1.2 | 928 | 2/15/2020 |
1.1.1 | 717 | 1/14/2020 |
1.1.0 | 720 | 1/14/2020 |
1.0.0 | 1,981 | 11/11/2019 |
Support JsonPropertyNameAttribute; generate doc comments from AuthorizeAttribute and ProducesResponseTypeAttribute.