Vscode and local reference to dll
So I built a package that I want to reference in vscode. I copied the DLL, added the reference de csproj and restored the project. Now the first time everything worked, however when updating the package with new methods and doing the same copy + restore, the new method is not found.
Using omnisharp in a devcontainer.
Seems like something is cached somewhere or something.
Using omnisharp in a devcontainer.
Seems like something is cached somewhere or something.