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

27 Коммитов

Автор SHA1 Сообщение Дата
Maryam Ariyan 1185e33222 Updating the troubleshooting guide in the docs 2023-03-15 13:53:00 -07:00
Maryam Ariyan 50de520935 Add troubleshooting steps 2023-02-22 14:15:15 -08:00
Maryam Ariyan cc7c3dce92 Update documentation for razor/roslyn debugging 2023-02-22 14:15:14 -08:00
Jan Jones 478e83f6a9
Update contributing docs (#8301) 2023-02-22 09:47:37 +01:00
Allison Chou fd725a6793 Resolve merge conflicts 2023-01-23 23:52:09 -08:00
Dustin Campbell 224c88c8e6 Update BuildeFromSource.md to include StartVS script changes 2023-01-10 09:19:09 -08:00
Fred Silberberg fcae93171c
Update file encoding to UTF-8 with BOM (#8099)
Since integrating our repos, there have been a number of changes in PRs that touch the encoding of the file, adding or removing a BOM as the editor in question decides. I've standardized on UTF-8 with BOM, as we do in roslyn, and put it in the .gitattributes so it should hopefully stay consistent.
2023-01-10 01:57:58 +00:00
Maryam Ariyan 0e757cdf5d correct docs file 2022-12-20 11:17:59 -08:00
Allison Chou d4c20d4d6d Resolve merge conflicts 2022-11-29 03:50:57 -08:00
David Wengier 6b3dd52c9d Consolidate all projects in to Razor.sln
* Remove razor-compiler.sln from root directory
* Move Razor.sln and Razor.Slim.slnf into root directory
* Put all projects from razor-compiler.sln into Razor.sln, with same solution folder layout
* Fix builds and docs
* Remove a couple of redundant files in the src\Razor folder
2022-11-13 16:01:05 +11:00
Adrian Wright 8fb5fd8d72
Add missing .\ to startvs.cmd in docs 2022-11-11 11:32:50 +00:00
Allison Chou 017c0660b7
[VSCode] Update docs on building Razor (#6917) 2022-09-28 16:00:06 -07:00
Ryan Brandenburg 68034ebc0d
Clean up markdown warnings (#6179) 2022-03-15 14:24:10 -07:00
Allison Chou b0b810421f
Update tooling docs (#5805) 2021-12-01 21:05:39 -08: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