Robert Coltheart
Robert Coltheart
Some of this is a bit janky, for instance it would be nice to register the contexts and bindings in the same ScenarioDependencies method instead of using 2 static methods,...
> In the case you require, you would have an existing lifetime scope that is the lifetime scope used by the ASP.NET core app. Basically what you would like to...
Yeah, it might need a 3rd attribute to wedge in-between `[GlobalDependencies]` and `[ScenarioDependencies]` 🤣. Will leave it with you to ruminate.
@gasparnagy Any further thoughts on this? What about having a `[FeatureDependencies]` attribute that fires between the global and scenario attributes? It would return the child lifetime scope, as per my...
To my mind, option A that you've outlined seems to be the cleaner method, as it follows the existing patterns and pairs nicely with the various scope configurations in the...
@gasparnagy Do take a look at the changes I've made. I've tested this out and it seems to behave the way I expect it to.
@gasparnagy @SabotageAndi Bump, have you had a chance to review the changes above?
Thanks @gasparnagy, I've made the requested changes now.
Can we get an update to the MS gallery? Latest release is 0.6.0, but the gallery has only 0.5.0. Bump @Mpdreamz.
Project and solution files are not currently being processed. This is definitely a bug, but as yet I haven't found a solution. For technical reasons unknown, `.csproj` and `.sln` items...