NPKTools.Core
1.1.4
dotnet add package NPKTools.Core --version 1.1.4
NuGet\Install-Package NPKTools.Core -Version 1.1.4
<PackageReference Include="NPKTools.Core" Version="1.1.4" />
paket add NPKTools.Core --version 1.1.4
#r "nuget: NPKTools.Core, 1.1.4"
// Install NPKTools.Core as a Cake Addin #addin nuget:?package=NPKTools.Core&version=1.1.4 // Install NPKTools.Core as a Cake Tool #tool nuget:?package=NPKTools.Core&version=1.1.4
NPKTools.Core
The NPKTools.Core project serves as the central component of the system, containing domain models and other shared resources essential for the correct functioning of other projects within the system. It acts as a foundational layer that provides core functionalities and structures, ensuring that all other projects operate consistently and efficiently based on a unified set of principles and data definitions.
Developers
This tool was developed by Anatoliy Yermakov.
- LinkedIn: Anatoliy Yermakov
- GitHub: i7aket
Special thanks to Artem Frolov for his invaluable assistance and guidance in the development of this project.
- LinkedIn: Artem Frolov
- GitHub: AqueGen
License:
This project is licensed under the MIT License.
Dependencies
NPKTools.Core.Tests
- xUnit: Framework for unit testing.
- AutoFixture: Generates test data.
- FluentAssertions: Enhanced assertions for tests.
- Microsoft.AspNetCore.Mvc.Testing: Testing for ASP.NET MVC applications.
- NSubstitute: Library for creating mock and stub objects.
- Microsoft.NET.Test.Sdk: Test SDK for .NET.
Contact Information:
- LinkedIn: Anatoliy Yermakov
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
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on NPKTools.Core:
Package | Downloads |
---|---|
NPKTools.Optimizer
NPKTools.Optimizer helps adjust the ratio of each fertilizer to achieve the desired PPM (parts per million) profile. Additionally, it is capable of calculating the PPM of a mixture of fertilizers. |
|
NPKTools.Optimizer.Preset
NPKTools.Optimizer.Preset is an preconfigured version of the NPKTools.Optimizer. It includes: 17 basic types of macronutrient fertilizers combined into 18 different sets to optimize the selection process. 17 types of micronutrient fertilizers grouped into four main sets: basic, sulfate, nitrate, and chelated. During the selection of macronutrient fertilizers, the service conducts two searches: in the first, sulfur is accounted for as specified, while the second search excludes sulfur coefficients to expand the possible options. |
|
NPKTools.Optimizer.PpmTargetParser
This project primarily focuses on parsing strings that represent the concentration of various elements in parts per million (ppm) and converting them into structured PpmTarget objects which can be further processed or analyzed within the system. The NPKTools.Optimizer.PpmTargetParser project is designed as a specialized component within the NPKTools suite, aimed at interpreting and transforming user input into actionable data models. |
|
NPKTools.Optimizer.PPMCalc
NPKTools.Optimizer.PPMCalc calculates the concentration of various nutrients in parts per million (ppm) when a specified collection of fertilizers is diluted in a given volume of water. |
GitHub repositories
This package is not used by any popular GitHub repositories.
GitHub workflows integration