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
I've also posted this issue with Ionide plugin ionide/Ionide-vim#23 however it manifests in a slightly different way. Maybe the issue is further upstream but if there are any workarounds I'd love to hear about them. Also, I'd be happy to dig into the issue further if someone could point me in the right direction.
Maybe I'm doing something wrong but this repo builds fine with dotnet build but when in Neovim I get The namespace 'Dep2' is not defined, despite having included it in the project. Dep1 can be opened but not Dep2. I get the same issue when including Dep2 in Dep1 and then trying to reference Dep2 in main.
I've also posted this issue with Ionide plugin ionide/Ionide-vim#23 however it manifests in a slightly different way. Maybe the issue is further upstream but if there are any workarounds I'd love to hear about them. Also, I'd be happy to dig into the issue further if someone could point me in the right direction.
Maybe I'm doing something wrong but this repo builds fine with
dotnet build
but when in Neovim I getThe namespace 'Dep2' is not defined
, despite having included it in the project.Dep1
can be opened but notDep2
. I get the same issue when includingDep2
inDep1
and then trying to referenceDep2
inmain
.Main project file:
Environment:
The text was updated successfully, but these errors were encountered: