Pinned repositories
444 contributions in the last year
Contribution activity
October 2017
badersur has no activity yet for this period.
September 2017
Created a pull request in aspnet/Docs
that received 6
comments
Run the {page => app}
Created an issue in dotnet/cli
that received 4
comments
`dotnet run -p` doesn't work with asp.net apps
Steps to reproduce
dotnet new sln -o Project
cd Project
dotnet new console -o ConsoleNet then dotnet run -p ConsoleNet/ (works as expected)
dotnet…