ShipitSmarter.Core.Serialization
8.0.29-20240405123857.pr59.sha-491da06
See the version list below for details.
dotnet add package ShipitSmarter.Core.Serialization --version 8.0.29-20240405123857.pr59.sha-491da06
NuGet\Install-Package ShipitSmarter.Core.Serialization -Version 8.0.29-20240405123857.pr59.sha-491da06
<PackageReference Include="ShipitSmarter.Core.Serialization" Version="8.0.29-20240405123857.pr59.sha-491da06" />
paket add ShipitSmarter.Core.Serialization --version 8.0.29-20240405123857.pr59.sha-491da06
#r "nuget: ShipitSmarter.Core.Serialization, 8.0.29-20240405123857.pr59.sha-491da06"
// Install ShipitSmarter.Core.Serialization as a Cake Addin #addin nuget:?package=ShipitSmarter.Core.Serialization&version=8.0.29-20240405123857.pr59.sha-491da06&prerelease // Install ShipitSmarter.Core.Serialization as a Cake Tool #tool nuget:?package=ShipitSmarter.Core.Serialization&version=8.0.29-20240405123857.pr59.sha-491da06&prerelease
ShipitSmarter.Core
ShipitSmarter Core is an opinionated Nuget package with the intention of being reusable across multiple ShipitSmarter projects and SDK's.
Specific documentation and usage of the library can be found here
Features
- Exceptions
- Set of commonly used exceptions within all applications
- Use cases
- Use case dispatcher, will validate the input for you before calling Handle on the use case
- Validation
- Implement your own Validator using the IValidationService
Getting Started
Install via Nuget
dotnet add package ShipitSmarter.Core
ShipitSmarter.Core.AspNet
ShipitSmarter Core AspNet helpers containing the following:
- Correlation Middleware
- Global Exception Handler
- Swagger/OpenAPI spec filters
Getting Started
Install via Nuget
dotnet add package ShipitSmarter.Core.Aspnet
ShipitSmarter.Core.Serialization
ShipitSmarter Core Serialization helpers for json
, yaml
and JsonSchema
Getting Started
Install via Nuget
dotnet add package ShipitSmarter.Core.Serialization
Versioning
This is based on the dotnet
version the code is build for.
So dotnet 8.x will use v8.x.x
as a version for the package.
Roadmap
There is no specific roadmap defined for this project and we will be adding things as we see the need for them arise or we find a lot of similar code in use in other projects.
License
This project is licensed under MIT
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- JsonSchema.Net (>= 5.4.3)
- ShipitSmarter.Core (>= 8.0.29-20240405123857.pr59.sha-491da06)
- System.Text.Json (>= 8.0.1)
- YamlDotNet (>= 13.7.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.