prime31 / Nez

Nez is a free 2D focused framework that works with MonoGame and FNA
MIT License
1.76k stars 359 forks source link

Installation impossible in VS Code? #773

Open 990xan opened 11 months ago

990xan commented 11 months ago

I'm trying to install this library using the exact steps listed in the readme. I've cloned the repo and referenced the .sln and project files in my project's, but I get thousands of errors about ImGui.NET and NUnit not being present despite running dotnet restore on the nez solution (Nez.MG38.sln) (this step isn't in the installation but I thought it would be worth trying) as well as many more warnings about overlapping namespaces and so on. Even after manually installing ImGui.Net and NUnit, I am still unable to build as a (projectname).AssemblyInfo.cs file is created in my /obj folder, which errors due to duplicate assembly definitions or something.

AristurtleDev commented 4 months ago

@990xan little late on this response, but maybe this will help https://www.youtube.com/watch?v=8oBTXkF2uHE