0

I try to do some C# on VSCode and i dont understand why my nuget package won't working ... I just try to install sqlite . 😔

Comments
  • 0
    Sometimes you have to manually reference the dlls provided in the nuget package. Also make sure you didn’t forget “using <namespace>” in the source file.
Add Comment