NPKTools.Core 1.1.4

dotnet add package NPKTools.Core --version 1.1.4
NuGet\Install-Package NPKTools.Core -Version 1.1.4
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="NPKTools.Core" Version="1.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NPKTools.Core --version 1.1.4
#r "nuget: NPKTools.Core, 1.1.4"
#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.
// 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.

Special thanks to Artem Frolov for his invaluable assistance and guidance in the development of this project.

License:

This project is licensed under the MIT License.

Dependencies

NPKTools.Core.Tests

Contact 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. 
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 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.

Version Downloads Last updated
1.1.4 73 5/14/2024
1.1.3 91 5/14/2024
1.1.2 94 5/3/2024
1.1.1 70 5/3/2024
1.1.0 60 5/3/2024
1.0.0 60 5/2/2024

GitHub workflows integration