Joseph Musser

Results 395 comments of Joseph Musser

Great conversation at https://gitter.im/stronginject/community?at=610bfcc9933ee46b753fcec4 bringing up a number of concerns and ideas, but none of the ideas felt right yet.

Also, the code examples above assumed that StrongInject provides automatic implementations for `IFactory` which it does not, so the "today's solution" above will not work with StrongInject until https://github.com/YairHalberstadt/stronginject/issues/140 ships...

Makes sense. I'm not too concerned. Do you want to leave this issue open to track skipping this try block for the innermost await?

If that feels like the wrong place, maybe it would be better to place it on the attribute which registered the type declaring the parameter.

What about leaving the current behavior as a fallback in the case where it's not all in the same assembly?

I'd see `Func` as a logical place in that scenario, even though it would only appear when something in the same project puts the two modules together.

I would look at this as having to do with the definition of `Owned` as a library type and as being completely separate from the source generator. What would it...

Updated the definitions. Not sure where I thought I was going with `disposeFirst`. 😆

This analyzer is adding 6.4 seconds (an *additional* 116%) to the build time in our most common scenario. I need to prioritize our developers' trains of thought when making a...