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
{{ message }}
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
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):
The text was updated successfully, but these errors were encountered: