Allison Chou
1d71342fff
Add issue management policies ( #5591 )
2021-10-11 21:24:53 +00:00
Tanay Parikh
814419a179
Add Support for SupportLocalizedComponentNames ( #4255 )
...
* Add SetSupportLocalizedComponentNames
* Update ASPNetCore-Debugging.md
2021-09-24 17:15:57 -07:00
Tanay Parikh
7ffbb34106
Update contributing docs ( #4246 )
...
* Update ASPNetCore-Debugging.md
* Update Roslyn-Debugging.md
2021-09-24 19:08:05 +00:00
Tanay Parikh
1c28d4ad80
Update Roslyn-Debugging.md ( #3334 )
...
`Tooling_MicrosoftVisualStudioLanguageServicesRazorRemoteClientPackageVersion` no longer in `Versions.props`
2021-03-29 18:10:04 +00:00
Allison Chou
64fe0cb523
Update ASPNetCore-Debugging.md ( #3322 )
2021-03-26 14:01:25 -07:00
Allison Chou
6f2ea0aca7
Update ASPNetCore-Debugging.md ( #3316 )
2021-03-24 10:54:20 -07:00
Doug Bunting
46b62c1677
Master to main ( #3310 )
...
- this repo as well as arcade, roslyn and a few others
2021-03-19 17:30:20 -07:00
Tanay Parikh
abd9b2f491
Update ASPNetCore-Debugging.md ( #3296 )
...
* Update ASPNetCore-Debugging.md
* Apply suggestions from code review
* Update docs/contributing/ASPNetCore-Debugging.md
* Apply suggestions from code review
* Update docs/contributing/ASPNetCore-Debugging.md
2021-03-16 02:10:20 +00:00
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