BL.WebApi.ResultProcess 7.0.1

dotnet add package BL.WebApi.ResultProcess --version 7.0.1
                    
NuGet\Install-Package BL.WebApi.ResultProcess -Version 7.0.1
                    
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="BL.WebApi.ResultProcess" Version="7.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BL.WebApi.ResultProcess" Version="7.0.1" />
                    
Directory.Packages.props
<PackageReference Include="BL.WebApi.ResultProcess" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BL.WebApi.ResultProcess --version 7.0.1
                    
#r "nuget: BL.WebApi.ResultProcess, 7.0.1"
                    
#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.
#:package BL.WebApi.ResultProcess@7.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BL.WebApi.ResultProcess&version=7.0.1
                    
Install as a Cake Addin
#tool nuget:?package=BL.WebApi.ResultProcess&version=7.0.1
                    
Install as a Cake Tool

use for C# asp.net core web api.
include
1.process to standard format result like {statusCode:200,msg:"success",data:"anydatas"}
2.deal with exception to standard result too like {statusCode:500,msg:'object reference of null..etc',data:null}
3.TextJsonConvert,for use System.Text.Json,like "2017" from front-end to back-end int property "Year"

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.

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
7.0.1 252 6/2/2023
6.0.7 575 8/11/2021
6.0.1 409 7/29/2021
6.0.0 471 7/28/2021
5.0.4 2,846 3/24/2021
5.0.2 792 12/14/2020
5.0.1 549 12/7/2020
5.0.0 608 12/4/2020
1.0.12 1,141 8/22/2020
1.0.11 530 8/19/2020
1.0.10 831 8/10/2020
1.0.9 958 5/12/2020
1.0.8 571 5/5/2020
1.0.7 597 4/29/2020
1.0.6 608 4/29/2020
1.0.5 628 4/9/2020

remove other support,now only support net5.0