Boutquin.Domain 0.2.0-beta01

This is a prerelease version of Boutquin.Domain.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Boutquin.Domain --version 0.2.0-beta01
                    
NuGet\Install-Package Boutquin.Domain -Version 0.2.0-beta01
                    
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="Boutquin.Domain" Version="0.2.0-beta01" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Boutquin.Domain" Version="0.2.0-beta01" />
                    
Directory.Packages.props
<PackageReference Include="Boutquin.Domain" />
                    
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 Boutquin.Domain --version 0.2.0-beta01
                    
#r "nuget: Boutquin.Domain, 0.2.0-beta01"
                    
#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 Boutquin.Domain@0.2.0-beta01
                    
#: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=Boutquin.Domain&version=0.2.0-beta01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Boutquin.Domain&version=0.2.0-beta01&prerelease
                    
Install as a Cake Tool

Boutquin.Domain

Nuget License

*** Very much a work in progress ***

This will contain all entities, enums, exceptions, interfaces, types and logic specific to the domain layer.

The Guard class is a utility class that provides static methods to validate the preconditions for parameters in a method. It helps to ensure that input values are valid and appropriate for the given context.

A key extension class here is the DecimalArrayExtensions class, a static class that provides extension methods for working with arrays of decimal values. It includes methods for calculating the variance and standard deviation of an array of decimal values.

Contributing

If you'd like to contribute to the development of Boutquin.Trading, please feel free to submit a pull request or open an issue with your suggestions or improvements.

License

This project is licensed under the Apache 2.0 License. See the LICENSE file for more information.

Product 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.  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.
  • net8.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Boutquin.Domain:

Package Downloads
Boutquin.Trading.Domain

Common abstractions (entities, enums, exceptions, interfaces, types and logic) specific to a Trading Domain layer.

Boutquin.Storage.Domain

Domain abstractions for data-intensive storage engines — interfaces for key-value stores, storage indices, Bloom filters, serialization, and LSM-tree components.

Boutquin.Validation

FluentValidation integration for Boutquin.Domain — ValidationException with structured error details for RFC 7807 ProblemDetails responses.

Boutquin.AspNetCore

ASP.NET Core middleware and module registration — RFC 7807 exception handler, modular app startup with testable assembly discovery.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.7.0 2,585 3/16/2026
0.6.0-beta.2 120 3/14/2026
0.5.3-beta5 325 8/11/2024
0.5.0.3-beta01 202 5/20/2024
0.5.0.2-beta01 166 5/20/2024
0.5.0.1-beta01 249 5/15/2024
0.4.0-beta01 270 4/20/2024
0.3.0-beta01 231 4/16/2024
0.2.1-beta09 252 4/5/2024
0.2.1-beta07 188 3/30/2024
0.2.1-beta05 265 3/16/2024
0.2.1-beta03 223 1/26/2024
0.2.1-beta02 273 1/5/2024
0.2.1-beta01 183 1/4/2024
0.2.0-beta01 195 1/4/2024
0.1.0-beta27 607 5/8/2023
0.1.0-beta26 258 5/8/2023
0.1.0-beta25 323 5/1/2023
0.1.0-beta24 276 5/1/2023
0.1.0-beta22 256 4/30/2023
Loading failed

Initial version.