WPF-Forge/Forge.Forms

Build errors

hashitha opened this issue · 8 comments

I keep getting the following build errors

image

image

Have you tried to uninstall and install the proxier package again? Can you check the project's target .NET framework

I am using 4.6.1. I think package Nanoid doesn't support 4.6? I also removed proxier but where do I add it again from?

@hashitha Proxier you can add it back using NuGet. If it still fails try targeting 4.7.1

Is the NuGet of the main library published? It's time to split each project into their own repository with their own demo. Worrying about dependencies people may not even care about is extremely inconvenient...

I don't have .net 4.7.1 only 4.6.2 I will try to download it and see if I can compile it tomorrow

@hashitha Could you try building branch package-splitting? I removed a ton of unnecessary references from the demo. Each project will have their own app in their respective repository.

@edongashi excellent I can build the demo on branch package-splitting now.

I'll close this out since this seems to be fixed on the package-splitting branch, and since the project will be splat into multiple repos this shouldn't happen anymore