Cadru is now on NuGet
- 1 minute to read
- edit
A little over a year ago I announced the availability of Cadru, an open source utility framework containing new APIs and extensions to the core .NET Framework to help complete your developer toolbox.
I am very pleased to announce that the Cadru assemblies are now available on NuGet.
To install one of the assemblies, run the corresponding command in the Package Manager Console:
- Cadru.Core - A portable class library which provides the majority of the framework.
PM> Install-Package Cadru.Core
- Cadru.Core.Windows - A non-portable class library (targeting .NET Framework 4) meant for Windows desktop applications.
PM> Install-Package Cadru.Core.Windows
- Cadru.UnitTest.Framework - A non-portable class library (targeting .NET Framework 4) which adds additional assert capabilities for MSTest.
PM> Install-Package Cadru.UnitTest.Framework
Bugs and feature requests
Do you have a bug or a feature request? Please use the issue tracker and search for existing and closed issues. If your problem or request isn’t addressed yet, go ahead and open a new issue.
Contributing
You can also get involved and fork the repository to submit your own pull requests. (More detailed contributor guidelines will be available soon.)