James Skimming
James Skimming
We've had several discussions on issues and pull requests on this repo, and on Castle.Core, and I wanted to bring it together (if possible). Firstly, I want to thank you...
### TL;DR To work around the issue Thanks to @yanweiguo for the fix in this [comment](#issuecomment-2143146912). The issue is caused because the gcloud CLI generates a revision if a tag...
This is to fix issue #94 by downgraded to .NET 4.0 and no longer making use of async. Note The comment for commit 7eb9745e4aceabe14110fb3331038cb5d8364e60 has a typo, it should say...
🚧🚧🚧🚧 WORK IN PROGRESS 🚧🚧🚧🚧
## Problem There are two near identical implementations for retrieving injected dependencies, originally [constructor dependencies](https://github.com/JSkimming/abioc/blob/v0.4.0/src/Abioc/Composition/Compositions/ConstructorComposition.cs#L109-L147), and lateley [property dependecies](https://github.com/JSkimming/abioc/blob/v0.4.0/src/Abioc/Composition/Compositions/PropertyDependencyComposition.cs#L150-L184). The logic in both implementations encapsulates: * Finding the composition for...
If a mapping from an interface to a concrete class comes before a factory mapping, then an exception will be thrown is the concrete class cannot be instantiated, e.g. it...
If a registration requires several assemblies then they all currently need to be manually added to ensure the generated code correctly compiles. This can be quite cumbersome. It would be...
**Bug Description** I'm on windows and I'm finding a lot of bash prompt pop-ups appearing from the ralph-wiggum plugin, and all they're doing is hanging. **Environment Info** - Platform: win32...