DaanV2.Essentials.Net 1.2.0

Additional Details

OId versions

There is a newer version of this package available.
See the version list below for details.
dotnet add package DaanV2.Essentials.Net --version 1.2.0
NuGet\Install-Package DaanV2.Essentials.Net -Version 1.2.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.2.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.2.0
#r "nuget: DaanV2.Essentials.Net, 1.2.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.2.0

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

Essentials

This library provides a set of default interfaces and code extensions upon .Net to ease up programming.

Features Summary

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 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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform netcore50 is compatible. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCore 5.0

    • No dependencies.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • 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 186 12/25/2023
1.5.0 475 7/9/2022
1.4.4 559 2/17/2022
1.4.3 625 9/3/2021
1.4.2 754 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 566 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 528 12/27/2020
1.1.4 651 12/13/2020
1.1.3 486 11/1/2020
1.1.2 575 3/21/2020
1.1.1 926 2/29/2020
1.1.0 702 2/17/2020
1.0.9 667 2/14/2020
1.0.8 694 2/6/2020
1.0.7 654 2/4/2020
1.0.6 476 2/4/2020
1.0.5 618 1/24/2020
1.0.4 592 1/18/2020
1.0.3 568 1/14/2020
1.0.2 645 12/31/2019
1.0.1 584 12/29/2019
1.0.0 602 12/23/2019

Added endian stream writer/reader