-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken Razor editing in default Blazor Server app with .NET 5 #4769
Comments
@danroth27 could you include the O# logs? |
FYI ... I do not see this with Blazor Server app, but do see problems with a BlazorWasm app (as detailed in dotnet/vscode-csharp#4618) |
@NTaylorMullen Added O# logs. Need anything else? |
🎉 |
- This fixes https://github.com/dotnet/aspnetcore/issues/33858 but requires latest O# Roslyn to work properly.
@jtsom I'm unable to reproduce this issue anymore with 1.23.13. Could you please open a new issue for the problem you are seeing using the "Razor: Report a Razor issue" command in VS Code? This will collect the logs that we need. |
Had this same problem, took the easy route and just deleted cache, bin, obj, VS code app data and it went away. 🤷🏻♂️ |
Is this a Bug or Feature request?:
Bug
Steps to reproduce
Install .NET 5 SDK
Create Blazor Server app
Open in VS Code
Open Index.razor.
Description of the problem:
Survey component isn't recognized.
Expected behavior:
Full Razor intellisense and editing experience without errors
Actual behavior:
Errors for Survey component
Logs
OmniSharp
Razor
Expand
Workspace information
Razor document:
Expand
Projected CSharp document:
Expand
Projected Html document:
Expand
Machine information
VSCode version: 1.57.1
Razor.VSCode version: 1.23.12
dotnet --info
Expand
Extensions
Expand
The text was updated successfully, but these errors were encountered: