HunterPie / HunterPie-legacy

A complete, modern and clean overlay with Discord Rich Presence integration for Monster Hunter: World.
https://hunterpie.haato.dev/
MIT License
433 stars 82 forks source link

Fixed test dependencies #156

Closed DevilPepper closed 3 years ago

DevilPepper commented 3 years ago

With local dependencies, NuGet doesn't try to restore them. I couldn't build when these dependencies were introduced.

I also added a PR workflow that will try to build Debug and run all tests in HunterPie.Tests. This way, we know before merging if something is missing/broken.