-
Notifications
You must be signed in to change notification settings - Fork 858
Missing syntax diagnostics in VS #15972
Copy link
Copy link
Closed
dotnet/roslyn
#70068Labels
Area-LangService-DiagnosticsFCS code analysis, diagnostics, red squiggliesFCS code analysis, diagnostics, red squiggliesBugImpact-High(Internal MS Team use only) Describes an issue with extreme impact on existing code.(Internal MS Team use only) Describes an issue with extreme impact on existing code.Tracking-External
Milestone
Metadata
Metadata
Assignees
Labels
Area-LangService-DiagnosticsFCS code analysis, diagnostics, red squiggliesFCS code analysis, diagnostics, red squiggliesBugImpact-High(Internal MS Team use only) Describes an issue with extreme impact on existing code.(Internal MS Team use only) Describes an issue with extreme impact on existing code.Tracking-External
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
Repro steps
Create new Console App project with the following code:
Expected behavior
We see errors in Error List in VS when we open the file.
Actual behavior
No errors shown when we open the file. But the errors do appear if the file is closed and project is built.
bugerrorpane.mp4
Related information
Appeared somewhere between 17.8 preview 1 and preview 3