Furiza.Base.Core.Exceptions.Serialization
1.0.6
Serialization of Exceptions project contains common classes for DTO purposes during exceptions serialization and deserialization in an exception handling. In case of a business error, the DTO BadRequestError reflect CoreException properties that can be displayed externally; in case of a system error, the relevant data to be shown is displayed in the DTO InternalServerError.
Install-Package Furiza.Base.Core.Exceptions.Serialization -Version 1.0.6
dotnet add package Furiza.Base.Core.Exceptions.Serialization --version 1.0.6
<PackageReference Include="Furiza.Base.Core.Exceptions.Serialization" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Furiza.Base.Core.Exceptions.Serialization --version 1.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- Furiza.Base.Core.Exceptions (>= 1.0.6)
GitHub Usage
This package is not used by any popular GitHub repositories.