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.92k stars 167 forks source link

fix source generator for public property private setter #688

Closed TS696 closed 3 months ago

TS696 commented 3 months ago

Fixed an issue where the source generator would generate code that accesses inaccessible property setters.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vcontainer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 29, 2024 4:22am
hadashiA commented 3 months ago

👍