hadashiA / VContainer

The extra fast, minimum code size, GC-free DI (Dependency Injection) library running on Unity Game Engine.
https://vcontainer.hadashikick.jp
MIT License
1.81k stars 157 forks source link

How to build SourceGenerator? #667

Closed nqtwilford closed 1 month ago

nqtwilford commented 2 months ago

I can't build the project: VContaner.SourceGenerator.csproj. In launchSettings.json, it reference a project VContainer.SourceGenerator.Sample.csproj which doesn't exist.

Error: Target project file was not found

hadashiA commented 1 month ago

Ah ok. In #670, VContainer.StandaloneTests to now targetProject. Debugging seems to be possible.

I think this is enough for now, since I need the Unity project to do an exhaustive behavior check. Please let me know if there is anything else. Thanks.