Skip to content

michelvosje/MoreDotNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MoreDotNet

Build status NuGet version

Summary

The project focuses on providing handy extension methods for:

  • Collections
  • Common DotNet types like string, int, object, Color, Bitmap etc.
  • Wrappers for transforming common static methods to instance methods Example:
string.IsNullOrWhiteSpace(testStringVar)

Is transformed to:

testStringVar.IsNullOrWhiteSpace()

Installation

NOTE: The package is still under development and some bugs may exist!

To install via NuGet use:

Install-Package MoreDotNet

About

A combination of helpful extension methods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%