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
{{ message }}
This repository was archived by the owner on Jan 5, 2022. It is now read-only.
When cloning this repository from github as is and attempting to load the csproj file and build it, the build fails.
The cause of this is that the nuget packages do not get restored, moreover the location of the resources from nuget is set to be at a level above the repository,
i.e. if you clone this repository into c:\Dev\AnkiSharp it will look for the Dlls in c:\Dev\packages
I would suggest either including the proper project structure, or adding a configuration for setting the package location inside the project.