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
I get error messages for nearly all code that says:
The type referenced through 'System.String' is defined in an assembly that is not referenced.
You must add a reference to assembly 'netstandard'.F# Compiler74
This happens to other types as well, so 'System.String' could also be 'System.Int32', etc.
Steps to reproduce
Open an .fs file in vscode
See error messages everywhere
Screenshots
Machine info
OS: MacOS 14.3.1 (23D60)
.NET SDK version: 8.0.200
Ionide version: 7.18.1
The text was updated successfully, but these errors were encountered:
Describe the bug
I get error messages for nearly all code that says:
This happens to other types as well, so
'System.String'
could also be'System.Int32'
, etc.Steps to reproduce
Screenshots
Machine info
The text was updated successfully, but these errors were encountered: