Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Tanay Parikh 3069110965
Add VSCode C# Extension Requirement (#2736) 2020-11-12 21:15:16 +00:00
Tanay Parikh 8525e57341
Update Build from Source Instructions (#2692)
Python needed for grammar tests (oniguruma).
2020-11-02 16:42:56 -08:00
Tanay Parikh 267520e425
Update Scripts from ASP.NET Core (#2353)
@ryanbrandenburg pointed out my change from `. .\activate.ps1` to `.\activate.ps1` in the build from source PR. I've been `.\activate.ps1` and haven't run into any particular issues, however, it's not the recommended way to source due to [scoping](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_scripts#script-scope-and-dot-sourcing). dotnet/aspnetcore enforces this dot sourcing, so I copied over the script changes here.

Also noticed startvs.cmd had changed so brought that over as well.
2020-08-11 17:04:48 -07:00
Tanay Parikh ef9ea8b4c0
Added BuildFromSource Instructions (#2345)
* Create BuildFromSource.md

Added to help simplify onboarding for new (community) contributors.

Adapted from: 3de55dfd21/docs/BuildFromSource.md
2020-08-10 22:32:32 -07:00
Tanay Parikh 8058b57d8a
ASP.NET Core Debugging Guide (#2296)
* ASP.NET Core Debugging Guide
2020-07-31 15:43:43 -07:00
Tanay Parikh f4073da6dc
Added Roslyn Debugging Steps (#2197)
* Added Roslyn Debugging Steps

Thanks @NTaylorMullen for the guide, just writing up the process for future reference.

Directory structure inspired by [roslyn](https://github.com/dotnet/roslyn/blob/master/docs/contributing/Building,%20Debugging,%20and%20Testing%20on%20Windows.md).
2020-07-09 11:32:27 -07:00