Popular repositories
-
dotnet-tools
A list of tools to extend the .NET Core command line (dotnet)
-
ef-docker-talk
C# 4
-
alfred-sublime-text-workspace
See all recent Sublime Text workspaces in Alfred.
Python 2
- EntityFrameworkCore.Samples
-
AspNetSourceBrowser
Forked from KirillOsenkov/SourceBrowser
Source browser website generator
C# 2
-
EntityFramework
Forked from aspnet/EntityFramework
C# 1
2,533 contributions in the last year
Contribution activity
March 2017
Cleanup MSBuild conversion and unify dependency versions
cc @mikaelm12
Duplicate package produced when NuspecFile and IncludeSymbols=true are set
Repro <PropertyGroup> <IncludeSymbols>true</IncludeSymbols> <NuspecFile>MyPackage.nuspec</NuspecFile> </PropertyGroup> msbuild /t:Pack Expected Jus…