This library provides a set of default interfaces and code extensions upon .Net to ease up programming.
$ dotnet add package DaanV2.Essentials.NetThis library provides a set of default interfaces and code extensions upon .Net to ease up programming.
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'.