dotNetTips.Spargine
dotNetTips.Spargine copied to clipboard
Open-source .NET assemblies from dotNetTips.com and David McCarter
Roll CheckPermission into these methods.
Add remainder of the StringExtentions methods to benchmarking.
Make sure that all methods in RandomData have benchmark tests.
Some of the benchmark tests for the Extensions project are not working properly after recent changes. Most are around the "HasItems" extension methods.
Add support to Spargine, unit tests, and benchmark projects for .NET 7.
Add code to the benchmark collection class to create only the collection types needed for the benchmark test.
Add a comment to methods that validate arguments simular to this: [/// Validates that and is not null.](url)
Add method CheckPermission to the FileHelper.cs to check the permission of a file.
Add method CheckPermission to the DirectoryHelper.cs to check the permission of a directory.