razor
razor copied to clipboard
Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Version: 17.4.0.1343-pre.2-arm64 Dark theme, note the `@` and `{` of the code block are black-on-black: Light theme is fine: Maybe related, Christian found that (what looks to be) textmate classification...
**Version used:** https://github.com/dotnet/razor-tooling/commit/a25397d00f840c2b3276c6de7b011d29093e2880 **To reproduce:** 1. Create ASP.NET Core Web App (Razor pages) 2. Go to `Index.cshtml` 3. Insert `` at the end of the file 4. Invoke completions in...
Today Razor utilizes two language servers to power C#/HTML scenarios. This dual scenario has several perf and reliability implications. Ultimately this model moves us more towards: https://github.com/NTaylorMullen/LSPVirtualDocuments/blob/master/Documents/EmbeddedLanguageLSPExpansion.md - [x] #6650...
**Describe the bug:** Editing a razor page results in high CPU usage and slowdown. This happens on multiple computers and on multiple projects. Please see the below video. It was...
I'm not entirely sure if we'll need to allow list these light bulbs given the coordinate plane for HTML is identical to the top-level file (although different content). We'll want...
This pull request updates the following dependencies [marker]: (Begin:2099ab20-a5e5-4e5a-2c45-08d98f562a28) ## From https://github.com/dotnet/arcade - **Subscription**: 2099ab20-a5e5-4e5a-2c45-08d98f562a28 - **Build**: 20220818.4 - **Date Produced**: August 18, 2022 11:37:38 PM UTC - **Commit**: 0c027eede69ba22bafca9a1955f1e00848655ece...
Today we rely on the HTML C# language server to power go-to-implementationfor HTML/C# scenarios. This issue encapsulates what it means to migrate that logic to our single Razor Language Server...
Repro: 1. File > New Project > Blazor Server App > .NET 6.0> Create 2. On line 8 line in the Counter.razor file, type in . Verify the closing is...
RemoteTagHelperProviderService.GetTagHelpersDeltaAsync consumes significant resources while editing
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Razor-Development:-Simple-Keypresses-Gen/10073323)._ --- [severity:It bothers me. A fix would be nice] I am kicking the tires to 17.3.0 Preview 2 and...
We need to be able to run our integration tests against PR builds. Ideally this would be against VSMain, but if that's not possible we may have to settle for...