-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Import code actions don't work on net8.0 projects with aspnet core #2586
Comments
|
@333fred We recently started shipping the Razor EA lib. Does this error mean we should be shipping the AspNet EA lib as well? |
@jacekjarosz55 What version of O# are you running? Also, which dotnet project template would I want to use to reproduce this issue? |
I wasn't expecting us to need to. @dibarbet, does the roslyn lsp include that assembly? |
@333fred It didn't previously, but I just sent out dotnet/roslyn#70927 otherwise route embedded language features don't work. |
So I guess the answer, @JoeRobich, is yes, O# needs to do that too. |
latest release (v1.39.10) my template was dotnet new webapi --use-controllers |
exactly the same error when switching to .net8. {
"sdk": {
"path": "/usr/local/share/dotnet/sdk/6.0.403/",
"version": "6.0.403"
}
} , as you have in the wiki with versions .net6 or .net7, the imports start working correctly. |
Tested on both windows and linux on 8.0.100
The text was updated successfully, but these errors were encountered: