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
Actual behavior:
Reports and error that I need to install or update dotnet. I already have the latest dotnet version installed (9.0.103) installed.
You must install or update .NET to run this application.
App: /home/samo/.dotnet/tools/dotnet-csharpier
Architecture: x64
Framework: 'Microsoft.AspNetCore.App', version '9.0.0' (x64)
.NET location: /usr/share/dotnet
No frameworks were found.
Learn more:
https://aka.ms/dotnet/app-launch-failed
To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.AspNetCore.App&framework_version=9.0.0&arch=x64&rid=arch-x64&os=arch
The text was updated successfully, but these errors were encountered:
I believe this has to do with CSharpier referencing aspnetcor so that it can run as an http server for the IDE plugins. That was added in 0.29 or 0.30.
The last link in the error message does allow me to download the AspNetCore runtime for windows, I assume there would be a different one for Linux.
Long term I can look into trying to break the CSharpier Server part of the code out from the CLI, this was an unintended consequence of the change.
Environments:
Steps to reproduce:
Expected behavior:
Csharpier formats files.
Actual behavior:
Reports and error that I need to install or update dotnet. I already have the latest dotnet version installed (9.0.103) installed.
The text was updated successfully, but these errors were encountered: