Aurelius
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
I accidentally figured out the cause: Apparently, dotnet projects don't like having their bin/obj shared. By moving the projects to each source subfolder, all the problems seem to have been fixed!
92 replies
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
Newtonsoft.Json was for .NET 6 while I was using .NET 7, so I recompiled it to 7 and now at least the Player project works. the Editor project still doesn't work unfortunately.
92 replies