DaanV2.Essentials.Net 1.0.0

Additional Details

Found a couple of bugs with the String Copy method

There is a newer version of this package available.
See the version list below for details.
dotnet add package DaanV2.Essentials.Net --version 1.0.0
NuGet\Install-Package DaanV2.Essentials.Net -Version 1.0.0
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="DaanV2.Essentials.Net" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DaanV2.Essentials.Net --version 1.0.0
#r "nuget: DaanV2.Essentials.Net, 1.0.0"
#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 DaanV2.Essentials.Net as a Cake Addin
#addin nuget:?package=DaanV2.Essentials.Net&version=1.0.0

// Install DaanV2.Essentials.Net as a Cake Tool
#tool nuget:?package=DaanV2.Essentials.Net&version=1.0.0

Essentials

This project is a base for all other projects to make sure they all have the same tools and interfaces, functions. The most important is the contract the interfaces this library gives.

An overview of the contents of this API

Builders

Builders are objects that can take a whole range of diFFerent objects or just a whole bunch of one type and put them together in a single specified object.

Compilers

Compilers are objects that can take an object and convert to a form of machine code that is executed by a computer or emulating software. Under the proper usage of a compiler is that it converts to machine code. But compilers can also be used to build other forms of executable codes. Such as compile C# to batch code. Decompilers are the opposite. They deconstruct executable code to a higher level of abstract.

Converters

Converters are simply objects that convert from one type of object to another.

Processors

Processors are objects that can process information in given objects. Such as resolving relative paths to absolute paths in config objects.

Serialization

Serialization is the process of converting objects into a specified format. For example, a class saved as *.json file. Deserializing is the opposite of this process.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 198 12/25/2023
1.5.0 476 7/9/2022
1.4.4 565 2/17/2022
1.4.3 625 9/3/2021
1.4.2 755 8/31/2021
1.4.1 535 8/31/2021
1.4.0 523 8/30/2021
1.2.1 533 8/4/2021
1.2.0 525 8/4/2021
1.1.10 567 4/2/2021
1.1.9 331 4/2/2021
1.1.8 418 1/26/2021
1.1.7 537 1/19/2021
1.1.6 393 1/16/2021
1.1.5 529 12/27/2020
1.1.4 652 12/13/2020
1.1.3 486 11/1/2020
1.1.2 577 3/21/2020
1.1.1 929 2/29/2020
1.1.0 706 2/17/2020
1.0.9 671 2/14/2020
1.0.8 698 2/6/2020
1.0.7 658 2/4/2020
1.0.6 479 2/4/2020
1.0.5 622 1/24/2020
1.0.4 595 1/18/2020
1.0.3 572 1/14/2020
1.0.2 652 12/31/2019
1.0.1 590 12/29/2019
1.0.0 606 12/23/2019