Przemyslaw-W's starred repositories

roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.

csharplang

The official repo for the design of the C# programming language

AutoFixture

AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

StyleCopAnalyzers

An implementation of StyleCop rules using the .NET Compiler Platform

codeformatter

Tool that uses Roslyn to automatically rewrite the source to follow our coding styles

CodeContracts

Source code for the CodeContracts tools for .NET

Language:C#License:NOASSERTIONStargazers:881Issues:152Issues:317

RefactoringEssentials

Refactoring Essentials for Visual Studio

Language:C#License:MITStargazers:641Issues:46Issues:291

resharper-heapview

ReSharper Heap Allocations Viewer plugin

Language:C#License:MITStargazers:303Issues:18Issues:112

vblang

The home for design of the Visual Basic .NET programming language and runtime library.

AsyncUsageAnalyzers

Now superseded by Microsoft/vs-threading

Language:C#License:NOASSERTIONStargazers:121Issues:21Issues:43

ConcordExtensibilitySamples

Visual Studio Debug Engine Extensibility Samples

Language:C#License:NOASSERTIONStargazers:121Issues:45Issues:67

DotNetAnalyzers

This project is for the community to make a common code base of .NET code analyzers using the new VS14 code analyzer functionality.

Language:Visual BasicLicense:MITStargazers:66Issues:18Issues:4

ExceptionBreaker

Visual Studio extension that provides a way to quickly toggle breaking on all exceptions.