pombeirp
Testeroids
by:
pombeirp
salfab
- 24,328 total downloads
- last updated 7/15/2015
- Latest version: 1.0.571
Testeroids is a framework and a set of guidelines working in concert for great productivity in unit testing of .NET projects.
T4Factories
by:
pombeirp
- 22,166 total downloads
- last updated 11/6/2013
- Latest version: 0.1.1.31
T4 Factories uses T4toolbox to automatically generate the source code for factory implementations and even contracts (if they don't exist already), based on a concrete class and a base interface.
It allows easier use of the factory pattern for easier unit testing and refactoring.
- 16,635 total downloads
- last updated 1/22/2014
- Latest version: 1.0.55
This project provides functionality similar to Castle.Windsor Typed Factories, for the Unity IoC container.
- 14,828 total downloads
- last updated 1/16/2017
- Latest version: 2.0.0.3
Console application that automatically generates factory implementations for classes marked with [GenerateFactory] attribute, by using Roslyn C# Compiler-as-a-Service. New files named <TargetClass>Factory.Generated.cs are added to the project.
Can be used in a build server environment.
- 7,230 total downloads
- last updated 10/23/2014
- Latest version: 1.0.12
Provides a hierarchical implementation of the System.IProgress<T> interface, allowing for more complex scenarios with multiple parallel operations being reported.
- 6,513 total downloads
- last updated 3/6/2013
- Latest version: 1.1.0.1
Nini is an uncommonly powerful .NET configuration library designed to help build highly configurable applications quickly.
- 6,280 total downloads
- last updated 7/24/2017
- Latest version: 3.1.1
Provides a way to abstract the retrieval of Rx schedulers, such that the actual logic can be replaced at any moment. Useful for unit testing Reactive Extensions.
- 4,612 total downloads
- last updated 6/6/2016
- Latest version: 0.2.2.2
UWP (Universal Windows Platform) client for Sentry. Adds support for newer tags, such as release and environment.
Compatible with Windows 10 apps (Desktop, Mobile, Xbox One and IoT). Also compatible with Windows 8.1 using a linked assembly (albeit only using common APIs).
LinqContrib
by:
pombeirp
- 4,314 total downloads
- last updated 4/23/2013
- Latest version: 0.1.16
This project provides extension methods that extend the existing set available in LINQ.
- 1,063 total downloads
- last updated 11/26/2012
- Latest version: 1.0.1
Provides "live" collections which can take a source collection in order to be populated with projected items. An example would be a collection of view models which is populated from a collection of models.