mattgallagher92 / safe-consequences

A SAFE stack app for playing consequences, the classic pen-and-paper game
1 stars 0 forks source link

Package management issues #12

Open mattgallagher92 opened 3 years ago

mattgallagher92 commented 3 years ago

I seem to be having issues with package imports when trying to use Paket to add a package via the command suggested in the SAFE docs. I'm not sure whether the issue is with Paket, Visual Studio Code, Ionide or me.

Error message on import declaration

Originally posted by @mattgallagher92 in https://github.com/mattgallagher92/safe-consequences/issues/2#issuecomment-762105464

mattgallagher92 commented 3 years ago

I've tried installing and using Thoth.Json.Net for #9. The code builds fine, but I see similar errors to int the screenshot above. Deleting the .ionide directory and restarting VS Code seems to do the trick to get things working again.