Skip to content

gtbuchanan/annex-net

Repository files navigation

Annex.NET Logo
Annex.NET

Build Status codecov Gitter chat

Useful additions to the .NET Framework and:

Goals

  • Fill gaps in existing libraries and provide other useful utilities that compliment core functionality, not provide abstractions or alternative APIs.

  • Get equivalent features added to the existing libraries. Though, we understand the likelyhood of that happening for many of the features is low (especially the global ones).

Don't reinvent the wheel

Contribute

We'll only consider contributions in the spirit of the goals (e.g. the feature fills gaps in an existing library and could be considered useful to a large portion of people).

Build

  1. Open PowerShell
  2. Run ./build from the root repository path

Thanks

  • StackOverflow contributors

  • Jon Skeet for his abundant knowledge and contributions from MiscUtil and C# in Depth