Pinned Repositories
azure-activedirectory-library-for-dotnet
BuildServices
buildtools
Build tools that are necessary for building the .NET Core projects
cli
This repo contains the .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...).
cli-old
The .NET CLI.
dotnet-test-samples
Sample project showing usage of `dotnet test` with the prototype xunit runner
FakeHttpService
Microsoft.Owin.MockService
TheRealPiotrP's Repositories
TheRealPiotrP/dotnet-test-samples
Sample project showing usage of `dotnet test` with the prototype xunit runner
TheRealPiotrP/BuildServices
TheRealPiotrP/Microsoft.Owin.MockService
TheRealPiotrP/buildtools
Build tools that are necessary for building the .NET Core projects
TheRealPiotrP/cli
This repo contains the .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...).
TheRealPiotrP/cli-old
The .NET CLI.
TheRealPiotrP/CliCommandLineParser
A second generation of comand-line parser for .NET Core command line tools
TheRealPiotrP/coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
TheRealPiotrP/corefxlab
This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.
TheRealPiotrP/dnx.xunit
DNX runner for xUnit.net (please open issues in https://github.com/xunit/xunit)
TheRealPiotrP/docopt.net
Port of docopt to .net
TheRealPiotrP/dotnet-ci
Repository containing scripting for the dotnet-ci Jenkins instance.
TheRealPiotrP/dotnet-minimal-project
TheRealPiotrP/dotnetbuildcs2012repro
A simple Visual Studio solution that yield CS2012 errors with dotnet build
TheRealPiotrP/example-typescript-vscode-extension
TheRealPiotrP/fluentassertions
Fluent Assertions is a set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test. We currently use it in all our internal and client projects, and it is used in many open-source projects. It runs on .NET 3.5, 4.0 and 4.5 (Desktop and Windows Store), Silverlight 4 and 5 and Windows Phone 7.5 and later. It supports the unit test frameworks NUnit, XUnit, MBUnit, Gallio, NSpec and MSpec.
TheRealPiotrP/HalKit
A lightweight .NET library for creating and consuming HAL hypermedia APIs
TheRealPiotrP/Its.Configuration
App configuration for .NET. Strong-typed, JSON file based, host-independent, and manageable.
TheRealPiotrP/Its.Log
Get information out of your code at runtime to send it to log files, perf counters, consoles, services, sensors. Maximum flexibility and maintainability, minimum code.
TheRealPiotrP/jump-start
The Ada Developers Academy Jump Start program, which is intended for anyone who is interested in beginning their journey into coding.
TheRealPiotrP/learn-msbuild
TheRealPiotrP/monaco-editor-samples
Samples for using the Monaco Editor
TheRealPiotrP/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
TheRealPiotrP/MSBuildStructuredLog
A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values
TheRealPiotrP/MVPSummitHackathon2016
Samples for the CLI extensibility hackathon for MVP Summit 2016 in Redmond!
TheRealPiotrP/NuGet.Client
Core client libraries for NuGet Services
TheRealPiotrP/screeps
TheRealPiotrP/sdk
Core functionality needed to create .NET Core projects, that is shared between VisualStudio and CLI
TheRealPiotrP/settings
TheRealPiotrP/Testing
Testing infrastructure, including support for xUnit.net and StyleCop.