monodevelop
monodevelop copied to clipboard
Visual Studio For Mac throwing errors FS3031 and FS3005. While VSCode has no issue for the same project
I created the default FSBolero template project using dotnet CLI. Opening it in VSCode using the Ionide extension suite works ok.
But If I open the same project in Visual Studio for Mac, I get FS3031 and FS3005 errors (Screenshot attached)
Repro steps
Provide the steps required to reproduce the problem:
- dotnet new -i Bolero.Templates
- dotnet new bolero-app -o HelloWorld
- Open the Project in Visual Studio For Mac.
- Get Error FS3031 and FS3005, found by hovering on top level module/namespace in any .fs file
Expected behavior
There should not be any such compiler error
Actual behavior
FS3031 and FS3005 Compiler Errors in the Project
Related information
Provide any related information (optional):
Operating system Mac OS Catalina 10.15.7
.NET Runtime kind (.NET 5.0 that comes by default with latest Visual Studio for Mac. It Installs Mono)
Editing Tools (Visual Studio Community, 8.9.9)