Drizin / CodegenCS

C# Toolkit for Code Generation (T4 alternative!)
MIT License
223 stars 30 forks source link

Build is not working #2

Closed karli1 closed 2 years ago

karli1 commented 2 years ago

Hej, I just downloaded the source, but either your build.cmd nor Visual Studio can compile your source. Package Manager is also giving me an error: The local source '....\CodegenCS\src\packages-local' doesn't exist.

karli1 commented 2 years ago

Ok, the package problem could be resolved by removing the packages-local from the nu get file. Still, the project cannot be compiled (both .cmd and visual studio fail)

Drizin commented 2 years ago

@karli1 please try now (using DEBUG configuration, where the projects will refer to each other using ProjectReference instead of NuGet PackageReference). Let me know how it goes.

Drizin commented 2 years ago

Please reopen if the problem persists.