pombeirp 


    • 39,367 total downloads
    • last updated 7/15/2015
    • Latest version: 1.0.571
    • Aspects Unit Tests
    Testeroids is a framework and a set of guidelines working in concert for great productivity in unit testing of .NET projects.
  • 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... More information
  • This project provides functionality similar to Castle.Windsor Typed Factories, for the Unity IoC container.
    • 27,188 total downloads
    • last updated 6/22/2023
    • Latest version: 3.7.0
    • factories Roslyn C#
    Console application that automatically generates factory implementations for classes marked with [GenerateFactory] attribute, by using Roslyn C# Compiler-as-a-Service. New files named... More information
    • 11,427 total downloads
    • last updated 10/23/2014
    • Latest version: 1.0.12
    • IProgress TPL
    Provides a hierarchical implementation of the System.IProgress<T> interface, allowing for more complex scenarios with multiple parallel operations being reported.
    • 10,583 total downloads
    • last updated 7/24/2017
    • Latest version: 3.1.1
    • Rx unit testing
    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.
    • 8,578 total downloads
    • last updated 3/6/2013
    • Latest version: 1.1.0.1
    • INI Configuration
    Nini is an uncommonly powerful .NET configuration library designed to help build highly configurable applications quickly.
    • 7,089 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... More information
    • 6,872 total downloads
    • last updated 4/23/2013
    • Latest version: 0.1.16
    • LINQ Contrib
    This project provides extension methods that extend the existing set available in LINQ.
    • 1,621 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.