Skip to content
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

Error messages about unreferenced assembly #1986

Open
avram-at-hazel opened this issue Feb 14, 2024 · 0 comments
Open

Error messages about unreferenced assembly #1986

avram-at-hazel opened this issue Feb 14, 2024 · 0 comments

Comments

@avram-at-hazel
Copy link

Describe the bug

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

  1. Open an .fs file in vscode
  2. See error messages everywhere

Screenshots

Screenshot 2024-02-14 at 11 07 49 AM

Machine info

  • OS: MacOS 14.3.1 (23D60)
  • .NET SDK version: 8.0.200
  • Ionide version: 7.18.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant