Hey again! I'm back, but this time not with feature requests, but with actual build bugs.
I tried to compile the project, and it's a mess right now:
Broken References: Half of the project links are dead because of the reorganization.
NuGet Hell: Even after a restore, the packages (especially ILMerge) don't link correctly to the .csproj file.
Missing DLLs: The project references libraries that aren't included or have broken paths.
Please, just add a Libs folder with all the required DLLs directly to the repo and link them with relative paths. It's way more reliable than NuGet for a project like this.
I really want to test the latest changes, but I can't even get a clean build right now!
Hey again! I'm back, but this time not with feature requests, but with actual build bugs.
I tried to compile the project, and it's a mess right now:
Broken References: Half of the project links are dead because of the reorganization.
NuGet Hell: Even after a restore, the packages (especially ILMerge) don't link correctly to the .csproj file.
Missing DLLs: The project references libraries that aren't included or have broken paths.
Please, just add a Libs folder with all the required DLLs directly to the repo and link them with relative paths. It's way more reliable than NuGet for a project like this.
I really want to test the latest changes, but I can't even get a clean build right now!