The general purpose utility library for .NET (5+, Core & Framework).
From latest to older version.
- Dropping support for .NET Framework.
- Targeting .NET 6 or greater.
- Removing the need in the validation methods to supply the param names to have the calling argument name included in any exception.
- Change history added to README.
- README included in NuGet package.
- Added build & release project.
- Nullability improvement in validation method return.
- Additional constructors for result models.
- Adding model for holding results and whether an operation succeeded or failed (and any errors if failed).
- Multi-dispose model to dispose of multiple IDisposable instances within a single using statement.
- Numeric 'truth' (boolean logic) extension methods.
- Additional validation methods and minor nullable types issue fix.
- Ensuring code completion (intellisense) documentation is produced.
- Initial version.
There's more to come!