Boutquin.Domain
0.1.0-beta15
See the version list below for details.
dotnet add package Boutquin.Domain --version 0.1.0-beta15
NuGet\Install-Package Boutquin.Domain -Version 0.1.0-beta15
<PackageReference Include="Boutquin.Domain" Version="0.1.0-beta15" />
paket add Boutquin.Domain --version 0.1.0-beta15
#r "nuget: Boutquin.Domain, 0.1.0-beta15"
// Install Boutquin.Domain as a Cake Addin #addin nuget:?package=Boutquin.Domain&version=0.1.0-beta15&prerelease // Install Boutquin.Domain as a Cake Tool #tool nuget:?package=Boutquin.Domain&version=0.1.0-beta15&prerelease
Boutquin.Domain
*** 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- No dependencies.
NuGet packages (1)
Showing the top 1 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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.5.3-beta5 | 94 | 8/11/2024 |
0.5.0.3-beta01 | 51 | 5/20/2024 |
0.5.0.2-beta01 | 53 | 5/20/2024 |
0.5.0.1-beta01 | 56 | 5/15/2024 |
0.4.0-beta01 | 68 | 4/20/2024 |
0.3.0-beta01 | 65 | 4/16/2024 |
0.2.1-beta09 | 53 | 4/5/2024 |
0.2.1-beta07 | 72 | 3/30/2024 |
0.2.1-beta05 | 72 | 3/16/2024 |
0.2.1-beta03 | 80 | 1/26/2024 |
0.2.1-beta02 | 105 | 1/5/2024 |
0.2.1-beta01 | 74 | 1/4/2024 |
0.2.0-beta01 | 67 | 1/4/2024 |
0.1.0-beta27 | 98 | 5/8/2023 |
0.1.0-beta26 | 73 | 5/8/2023 |
0.1.0-beta25 | 87 | 5/1/2023 |
0.1.0-beta24 | 87 | 5/1/2023 |
0.1.0-beta22 | 86 | 4/30/2023 |
0.1.0-beta20 | 88 | 4/23/2023 |
0.1.0-beta19 | 90 | 4/23/2023 |
0.1.0-beta18 | 86 | 4/21/2023 |
0.1.0-beta17 | 85 | 4/19/2023 |
0.1.0-beta15 | 94 | 4/16/2023 |
0.1.0-beta11 | 86 | 4/15/2023 |
0.1.0-beta10 | 94 | 4/14/2023 |
0.1.0-beta09 | 108 | 4/2/2023 |
0.1.0-beta08 | 90 | 3/31/2023 |
0.1.0-beta07 | 95 | 3/28/2023 |
0.1.0-beta06 | 102 | 3/28/2023 |
0.1.0-beta05 | 97 | 3/28/2023 |
0.1.0-beta04 | 102 | 3/25/2023 |
0.1.0-beta03 | 101 | 3/25/2023 |
0.1.0-beta01 | 103 | 3/20/2023 |
Initial version.