DaanV2.Essentials.Net
1.4.3
OId versions
See the version list below for details.
dotnet add package DaanV2.Essentials.Net --version 1.4.3
NuGet\Install-Package DaanV2.Essentials.Net -Version 1.4.3
<PackageReference Include="DaanV2.Essentials.Net" Version="1.4.3" />
paket add DaanV2.Essentials.Net --version 1.4.3
#r "nuget: DaanV2.Essentials.Net, 1.4.3"
// Install DaanV2.Essentials.Net as a Cake Addin #addin nuget:?package=DaanV2.Essentials.Net&version=1.4.3 // Install DaanV2.Essentials.Net as a Cake Tool #tool nuget:?package=DaanV2.Essentials.Net&version=1.4.3
Essentials
<p align="center"> <a href="https://www.nuget.org/packages/DaanV2.Essentials.Net/"> <img alt="Nuget" src="https://img.shields.io/nuget/v/DaanV2.Essentials.Net?style=for-the-badge"> <img alt="Nuget" src="https://img.shields.io/nuget/dt/DaanV2.Essentials.Net?style=for-the-badge"> </a> </p>
This library provides a set of default interfaces and code extensions upon .Net to ease up programming.
Features Summary
- Standard Interfaces for data handling.
- Collection Extensions
- Copy
- Replace
- Contains
- Bit Converter for Big/Little Endian
- Bit Converter for Varint
- Parralel Multi-Threading
- Easy Serialization
- Stream extension
- Task Extension
- Type Extension
Overview Essentials
- Interfaces
- The collection of interfaces and their purpose within this library.
- Code Extension
- The collection of different addition on existing interfaces within the library and on .Net api itself.
Compiling
If compiling for .Net core when added the source code directly, then add NETCORE to 'Conditional compilation symbols'. this can be found under 'Properties' → 'Build'.
There is also an option to use faster but unsafe code. turn on allow safe code in the project and add UNSAFE to the 'Conditional compilation symbols'.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
-
net5.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 | 238 | 12/25/2023 | |
1.5.0 | 503 | 7/9/2022 | |
1.4.4 | 583 | 2/17/2022 | |
1.4.3 | 644 | 9/3/2021 | |
1.4.2 | 812 | 8/31/2021 | |
1.4.1 | 563 | 8/31/2021 | |
1.4.0 | 551 | 8/30/2021 | |
1.2.1 | 566 | 8/4/2021 | |
1.2.0 | 558 | 8/4/2021 | |
1.1.10 | 593 | 4/2/2021 | |
1.1.9 | 356 | 4/2/2021 | |
1.1.8 | 457 | 1/26/2021 | |
1.1.7 | 580 | 1/19/2021 | |
1.1.6 | 428 | 1/16/2021 | |
1.1.5 | 568 | 12/27/2020 | |
1.1.4 | 729 | 12/13/2020 | |
1.1.3 | 516 | 11/1/2020 | |
1.1.2 | 609 | 3/21/2020 | |
1.1.1 | 979 | 2/29/2020 | |
1.1.0 | 729 | 2/17/2020 | |
1.0.9 | 693 | 2/14/2020 | |
1.0.8 | 726 | 2/6/2020 | |
1.0.7 | 703 | 2/4/2020 | |
1.0.6 | 503 | 2/4/2020 | |
1.0.5 | 647 | 1/24/2020 | |
1.0.4 | 627 | 1/18/2020 | |
1.0.3 | 602 | 1/14/2020 | |
1.0.2 | 680 | 12/31/2019 | |
1.0.1 | 616 | 12/29/2019 | |
1.0.0 | 636 | 12/23/2019 |
Refactoring, and deletion of parralel