Trying to set up dev environment, getting "Could not load file or assembly 'Nzbdrone.Windows'"

Sonarr version (exact version): 10.0.0.20416
OS: Windows 10
Debug logs: https://hastebin.com/jicodohiti
Description of issue: As the topic says, I’m trying to set up the dev environment as per the instructions on the main git page, but I’m running into this issue. The console output is posted above. Any ideas?

Because NzbDrone.Windows and NzbDrone.Mono aren’t direct dependencies and are loaded via reflection, Visual Studio often decides they don’t need to be built. Telling VS to explicitly build the NzbDrone.Windows project will get you going.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.