Skip to content

Scullyon/gubbins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gubbins

The general purpose utility library for .NET (5+, Core & Framework).

Change History

From latest to older version.

Version 2.0.0

  • 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.

Version 1.0.4

  • 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.

Version 1.0.3

  • Adding model for holding results and whether an operation succeeded or failed (and any errors if failed).

Version 1.0.2

  • 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.

Version 1.0.1

  • Ensuring code completion (intellisense) documentation is produced.

Version 1.0.0

  • Initial version.

There's more to come!

About

The general purpose utility library for .NET (5+, Core & Framework).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages