hadashiA

Results 105 comments of hadashiA

Interesting report.. Thanks for looking into it. > For example a base class, that is located in another csproj) I see. Perhaps it's because I'm checking the `[Inject]` method and...

There are various paradigms for messaging systems, and the policy is not to build them into the DI container.

:memo:. The following are some of the libraries that integrate well with VContainer. - https://github.com/hadashiA/VitalRouter - https://github.com/Cysharp/MessagePipe

> Simple registration, how? What is the problem with this issue? You haven't explained it? What is wrong with the third party code? - Is it that `ClassContainer` is a...

Sorry, I doubt I understand the context well enough. But does this mean that the third-party plugin sets up a DI container and the application registers against it? In my...

Sorry for late response.. Some fixes have been merged, is the same problem still there? https://github.com/hadashiA/VContainer/pull/467

The performance of both forms is probably not much different. In general, the bounds are more correct if you rely only on the Factory rather than directly on the IObjectResolver....

If a null check would solve the problem, I would consider it. However, Container.cs:95 is just running user code. I would like you to share the LifetimeScope and other important...

@SimonNordon4 Is EntryPoint less visible in the profiler than MonoBehaviour.Update? I think it should be at least as profiled as MonoBehaviour.

AlonTalmi's comments may provide one answer. > Is it possible to mark all generated classes with [Preserve] attribute during generation? Perhaps it is too much to mark all SourceGenerator target...