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
After using Bolero template command to create a new project opening the Main.fs results in a message about the file not being a part of the project.
/data/projects/fsharp/SignUp/src/SignUp.Client/Main.fs is not part of the loaded projects
Repro steps
Install dotnet version 3.0.0.100 via linux install script. (Make sure dotnet is on your path.)
Install Bolero template dotnet new -i Bolero.Templates
Create new project dotnet new bolero-app -o MyApp
Please provide the steps required to reproduce the problem
Step A
Navigate to Main.fs
Expected behavior
File should be recognized as part of project.
Actual behavior
Main.fs is not recognized as part of the solution and no type hint functionality works as expected.
Description
After using Bolero template command to create a new project opening the Main.fs results in a message about the file not being a part of the project.
/data/projects/fsharp/SignUp/src/SignUp.Client/Main.fs is not part of the loaded projects
Repro steps
Install dotnet version 3.0.0.100 via linux install script. (Make sure dotnet is on your path.)
Install Bolero template
dotnet new -i Bolero.Templates
Create new project
dotnet new bolero-app -o MyApp
Please provide the steps required to reproduce the problem
Navigate to Main.fs
Expected behavior
File should be recognized as part of project.
Actual behavior
Main.fs is not recognized as part of the solution and no type hint functionality works as expected.
Debug output
Known workarounds
None known at this time.
Related information
Operating system
Manjaro 18.1.0
Emacs version
GNU Emacs 26.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.10)
of 2019-08-29
.NET Runtime, CoreCLR or Mono Version
dotnet core 3.0.0.100
The text was updated successfully, but these errors were encountered: