hadashiA

Results 106 comments of hadashiA

👍 Thanks for the fixing.

In above test case, you have not Dispose the resolver ( var resolver = builder.Build();), so all instances may be retained, not just DiagnosticsCollector. If you call GC.Collect(), is there...

Can't you Dispose? It seems difficult to assume that everything will be GC'd if Dispose is not called, not just DiagnosticsCollector. ( For example, EntryPoints such as IStartable are grabbed...

> Because The DiagnosticsCollector keeps a reference of anything that has been resolved, it is problematic with long lived LifetimeScopes that have objects registered as Transient. Dispose should clear the...

Makes sense, thanks 👍

What is the case when you want to instantiate something without a reference to it from anywhere? It means that there is something in the constructor that must be executed....

Thank you for thePR. I think this is fine on its own, but overall, it seems to deviate from the API consistency point of view, as it is aligned with...

I got the impression that the name of this incorrect document might be better...

@migus88 Thank you very much for your hard work. There are benchmarks, and the quality seems to be fine. I am positive about merging it. There are two reasons for...