dotNetTips.Spargine icon indicating copy to clipboard operation
dotNetTips.Spargine copied to clipboard

Open-source .NET assemblies from dotNetTips.com and David McCarter

Results 45 dotNetTips.Spargine issues
Sort by recently updated
recently updated
newest added
trafficstars

Add remainder of the StringExtentions methods to benchmarking.

enhancement

Make sure that all methods in RandomData have benchmark tests.

enhancement

Some of the benchmark tests for the Extensions project are not working properly after recent changes. Most are around the "HasItems" extension methods.

bug

Add support to Spargine, unit tests, and benchmark projects for .NET 7.

enhancement

Add code to the benchmark collection class to create only the collection types needed for the benchmark test.

enhancement

Add a comment to methods that validate arguments simular to this: [/// Validates that and is not null.](url)

documentation

Add method CheckPermission to the FileHelper.cs to check the permission of a file.

enhancement

Add method CheckPermission to the DirectoryHelper.cs to check the permission of a directory.

enhancement