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.89k stars 165 forks source link

System.Object always passed to InjectTypeInfo #580

Closed AlonTalmi closed 10 months ago

AlonTalmi commented 10 months ago

Small bug fix where System.Object always passed to InjectTypeInfo.

This only affected error messages, failed to resolve errors always shown: "Failed to resolve System.Object" instead of the actual type, really annoying when debugging.

vercel[bot] commented 10 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 Nov 19, 2023 9:30am
hadashiA commented 10 months ago

Thanks 👍