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
Unable to use GUI previewer for .NET 8 LTS projects. Our devices are locked town to LTS support versions of .NET to be compliant with what we send our customers; so no .NET 9 on certain machines.
Error
.NET 9 was not found. Please make sure it's installed globally.
To Reproduce
Build the project:
Build project (Ctrl+Shift+P > .NET Build)
Launched project - F5, or Ctrl+Shift+D and Build/Debug
Select .axaml file
Select, Show Preview (Ctrl+Shift+P > Show Preview)
Avalonia for VS Code
v0.0.32
Avalonia version
11.0
VS Code version
1.96.4
Relevant log output
Activating task providers dotnet
Activating task providers all
Additional context
No response
The text was updated successfully, but these errors were encountered:
It is by design, as .NET 9 is required to run extension without hacks: #146
But I would keep this issue open, if anybody find a better way to integrate extension with the .NET SDK.
Describe the bug
Unable to use GUI previewer for .NET 8 LTS projects. Our devices are locked town to LTS support versions of .NET to be compliant with what we send our customers; so no .NET 9 on certain machines.
Error
.NET 9 was not found. Please make sure it's installed globally.
To Reproduce
Ctrl+Shift+P
> .NET Build)Ctrl+Shift+D
and Build/Debug.axaml
fileCtrl+Shift+P
> Show Preview)Avalonia for VS Code
v0.0.32
Avalonia version
11.0
VS Code version
1.96.4
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: