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

49 Коммитов

Автор SHA1 Сообщение Дата
David Wengier 7c82573c42 Try fix path 2023-04-06 10:15:31 +10:00
David Wengier 96fff3bd25 Include diagram 2023-04-06 10:13:30 +10:00
David Wengier 9b9a7bef70 Update layering doc 2023-04-06 09:54:24 +10:00
Maryam Ariyan 3e741424c1
Merge pull request #8431 from dotnet/doc-update 2023-03-16 18:32:07 -04:00
Jan Jones 9f0b6805fd
Add net8.0 TFM (#8394)
* Add net8.0 TFM

* Fix publishing of rzls

* Reorder TFMs

* Use plural for TFM variables

* Use single TFM for rzls

* Move modern TFMs to front

* Keep major version at 7

* Add singular `$(DefaultNetCoreTargetFramework)`

* Keep extension at net7.0

* Multi-target rzls

* Publish rzls with one TFM only
2023-03-16 10:34:03 +00:00
Maryam Ariyan 1185e33222 Updating the troubleshooting guide in the docs 2023-03-15 13:53:00 -07:00
Dustin Campbell dfc7304889 Remove Microsoft.AspNetCore.Razor.Common assembly
With the introduction of Microsoft.AspNetCore.Razor.Utilities.Shared,
this assembly is no longer useful. The only types left in it were
in support telemetry, and those can easily be moved to
Microsoft.CodeAnalysis.Razor.Workspaces, which is already referenced by
most tooling projects. This will help reduce image loads in Visual
Studio.
2023-03-08 11:43:18 -08: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
Dustin Campbell 0e435e340f Update LanguageSupport to Utilities.Shared in ProjectsAndLayering.md 2023-02-15 15:48:35 -08:00
Ryan Brandenburg e1da818169 Merge branch 'main' of github.com:dotnet/razor-tooling into ExternalAccesClean 2023-01-30 14:44:13 -08:00
Allison Chou fd725a6793 Resolve merge conflicts 2023-01-23 23:52:09 -08:00
Ryan Brandenburg 2563dc96d7 Merge branch 'main' of github.com:dotnet/razor-tooling into ExternalAccesClean 2023-01-18 10:36:38 -08:00
Allison Chou c98184ffe2
Add instructions on inserting Razor into O# (#8107) 2023-01-11 01:14:44 +00: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 5ae827abe9
Merge pull request #8041 from dotnet/fix-docs
correct docs file
2023-01-09 15:53:26 -05:00
Ryan Brandenburg 07db367805 Fix casing 2022-12-29 16:47:07 -08:00
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