-
Notifications
You must be signed in to change notification settings - Fork 831
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
Description
Repro steps
Create new Console App project with the following code:
type MyType() =
member this.Foo(): MyType = {
Field = 4
}
one two threeExpected 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
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
Projects
Status
Done