namespace JwtBearer
Full name: JwtBearer
Assembly: Microsoft.AspNetCore.Authentication.JwtBearer
The namespace 'JwtBearer' is not defined. a:\repos\fern\src\Server\Server.fsproj
ctrl+shift+a
to view f# solution explorer
?
I found this
{
"key": "ctrl+shift+a",
"command": "fsharp.revealInSolutionExplorer"
}
almost the same thing...
Hi everyone! For some reason, the Info Panel doesn't work in my VSCode: it shows up, but it's always blank. I'm using the latest versions of both VSCode and Ionide-fsharp.
I've tried:
What might be wrong with my settings?
Is somebody else experiencing the same problem? I'm using script.fsx in the root of solution to make interactive development, doing paket generate-load-script
and adding #I and #r to the project dll. It has worked a couple weeks ago. Now I'm getting red underscores everywhere. But sending to fsi brings no issues - everthing is good. What can be a problem with vscode+ionide then?
I must switch to Rider because of it, where i have anoter problem - compared to ionide it can't autorefresh on project code changes. What a pity ))
src\client
Hey everybody, I'm getting the dreaded "The F# server has crashed 5 times in the past 3 minutes" error.
Ionide 5.1.0
dotnet --info
Host (useful for support):
Version: 5.0.1
Commit: b02e13abab
.NET SDKs installed:
1.0.0-preview4-004233 [C:\Program Files\dotnet\sdk]
2.0.3 [C:\Program Files\dotnet\sdk]
...
5.0.100 [C:\Program Files\dotnet\sdk]
5.0.101 [C:\Program Files\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.All 2.1.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
...
Microsoft.WindowsDesktop.App 5.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 5.0.1 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Any ideas?