Info
Version: | 1.4.0 |
Author(s): | Massimo Bertozzi |
Last Update: | Thursday, November 12, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DotNetCoreUtilities |
Install
Install-Package DotNetCoreUtilities
dotnet add package DotNetCoreUtilities
paket add DotNetCoreUtilities
DotNetCoreUtilities Download (Unzip the "nupkg" after downloading)
Dependencies
- BenchmarkDotNet(>= 0.12.1)
- FastExpressionCompiler(>= 2.0.0)
The library's safe features include:
- Fast runtime duck typed constructors
- Duck typed instance/static method retrieval
- Allocation free deferred object construction
- Some LINQ style utility functions
- Some string utility functions
- A value type Stopwatch
- Value type strings
-Enum parsing
-Object pools
The library's unsafe features include:
- Executable native assembly functions (linux only)
- Executable memory buffers (linux only)
- Unmanaged type conversions
- Native library loading
- Native arrays.