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

80 Коммитов

Автор SHA1 Сообщение Дата
Ryan Brandenburg cd163fc6e6 Fix md file warnings 2022-12-29 16:44:42 -08:00
Ryan Brandenburg 5ec9e00aaf Fix namespaces 2022-12-29 16:21:17 -08: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
Dustin Campbell ebd146971b Update ProjectsAndLayering.md doc to reflect these changes 2022-11-21 15:58:03 -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
Dustin Campbell 1a8c96f010 Update docs and add an explanatory comment 2022-11-10 12:16:43 -08:00
Allison Chou f24fc92686 Fix merge conflicts 2022-10-27 12:50:21 -07:00
Dustin Campbell f0a3ccb946
Add document that lists various projects and layers along with TFMs (#7030)
* Add document that lists various projects and layers along with TFMs

* Fix copy/paste bug with a couple of assembly names

Co-authored-by: David Wengier <david.wengier@microsoft.com>

* Fix indenting issue

Co-authored-by: David Wengier <david.wengier@microsoft.com>
2022-10-26 18:11:02 +00:00
Allison Chou 778b0e8749 Initial merge conflict fixes 2022-10-05 15:41:33 -07:00
Allison Chou 017c0660b7
[VSCode] Update docs on building Razor (#6917) 2022-09-28 16:00:06 -07:00
Ryan Brandenburg 973eb9f6c2 Cleanup Readme 2022-09-13 12:10:55 -07:00
Arun Chander 3a378cfdea
Moving clasp design doc over from Taylor's repo. 2022-09-01 13:22:55 -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
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