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.
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.
// Install BL.WebApi.ResultProcess as a Cake Addin
#addin nuget:?package=BL.WebApi.ResultProcess&version=7.0.1

// Install BL.WebApi.ResultProcess as a Cake Tool
#tool nuget:?package=BL.WebApi.ResultProcess&version=7.0.1

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. 
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 148 6/2/2023
6.0.7 487 8/11/2021
6.0.1 326 7/29/2021
6.0.0 381 7/28/2021
5.0.4 2,288 3/24/2021
5.0.2 690 12/14/2020
5.0.1 441 12/7/2020
5.0.0 508 12/4/2020
1.0.12 1,037 8/22/2020
1.0.11 424 8/19/2020
1.0.10 734 8/10/2020
1.0.9 845 5/12/2020
1.0.8 459 5/5/2020
1.0.7 495 4/29/2020
1.0.6 500 4/29/2020
1.0.5 525 4/9/2020

remove other support,now only support net5.0