dotNetTips.Utility.Core icon indicating copy to clipboard operation
dotNetTips.Utility.Core copied to clipboard

New repository for dotNetTips.Utility projects for .NET Core and .NET Standard

Results 3 dotNetTips.Utility.Core issues
Sort by recently updated
recently updated
newest added

Look into why FastCount is slower than Count() in CollectionExtensions.cs shown in the latest benchmark tests.

Converted to Be IEnumerable Can now be used wherever an IEnumerable can be (foreach, LINQ statement, etc.) Added repeat count, for non-infinite repeating. Also added additional unit tests.

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies