You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The available options dropdown in VS 2022 and VS 2022 Preview lists them in relation to C#, and shows too many of them:
Repro steps
Open any F# project
Select menu Project → Properties
Scroll to Warnings section and select the dropdown shown above
Expected behavior
a. Only options 0 - 5, as these are the levels supported by F#.
b. Descriptions matching the F# spec, not the C# spec (we don't throw C# 11 warnings, do we?)
Actual behavior
Showing 9 options, and showing descriptions not matching F#.
Known workarounds
None.
Related information
Visual Studio 2022 (with or w/o Preview)
PS: I've no problem issuing a PR for this, but I've no clue wherefrom this list is populated. This may very well be "external", as in: a bug of VS itself, which is closed source.
The text was updated successfully, but these errors were encountered:
@abonie, I prefer not to use the closed as completed when that's not the case (though, in fairness, closed as not planned isn't entirely true either, but the dropdown on GitHub suggests that for duplicates).
The available options dropdown in VS 2022 and VS 2022 Preview lists them in relation to C#, and shows too many of them:
Repro steps
Expected behavior
a. Only options 0 - 5, as these are the levels supported by F#.
b. Descriptions matching the F# spec, not the C# spec (we don't throw C# 11 warnings, do we?)
Actual behavior
Showing 9 options, and showing descriptions not matching F#.
Known workarounds
None.
Related information
PS: I've no problem issuing a PR for this, but I've no clue wherefrom this list is populated. This may very well be "external", as in: a bug of VS itself, which is closed source.
The text was updated successfully, but these errors were encountered: