BL.WebApi.ResultProcess 5.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BL.WebApi.ResultProcess --version 5.0.0
NuGet\Install-Package BL.WebApi.ResultProcess -Version 5.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="BL.WebApi.ResultProcess" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BL.WebApi.ResultProcess --version 5.0.0
#r "nuget: BL.WebApi.ResultProcess, 5.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 BL.WebApi.ResultProcess as a Cake Addin
#addin nuget:?package=BL.WebApi.ResultProcess&version=5.0.0

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

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 net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • net5.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 150 6/2/2023
6.0.7 489 8/11/2021
6.0.1 327 7/29/2021
6.0.0 382 7/28/2021
5.0.4 2,364 3/24/2021
5.0.2 690 12/14/2020
5.0.1 447 12/7/2020
5.0.0 508 12/4/2020
1.0.12 1,039 8/22/2020
1.0.11 430 8/19/2020
1.0.10 734 8/10/2020
1.0.9 847 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

add BoolNullConvert which can deal with string,number and bool value from front.
for example:change "false","true" to bool value,change number value>0 to true,number value<=0 to false