-
The DefaultServiceSelector value changed from (v3.6.3)
`options.DefaultServiceSelector = serviceNames => serviceNames.SingleOrDefault(string.IsNullOrWhiteSpace) ?? serviceNames.Last();`
to (v3.7.0)…
-
#### Bug, feature request, or proposal: proposal
#### What is the expected behavior?
`CdkDrag` accepts `CdkDropListContainer` as an `@Input` (in addition to the current injection logic)
#### …
-
Why doesn't the interface provide a "set" method? I wonder what the use case for the interface is if I can't rely on a contract about how objects can be stored in the container?
See similar questio…
-
Hi,
I have a project where an API is exposed through COM. It is implemented in .NET.
I have made a simple sample project (attached) which exposes two interfaces:
[Guid("1C56509C-35D9-4712…
ghost updated
3 weeks ago
-
This is something we've discussed in the past, and previously decided that we needed a notion of nested DI scopes to solve truly. If this is possibly in scope for .NET 6, we need to begin an actual de…
-
Firstly, excellent work that we have this sink.
Kindof related to https://github.com/serilog/serilog-sinks-browserconsole/issues/20
Create a New .Net8 WASM app (hosted)
Add a simple javascript fi…
-
Hello! Thank you for such a wonderful library.
To leverage the decorator pattern, I need to inject different Implementations of the same Interface into the Decorator.
For example.
1) The serv…
-
Hello,
Is it possible to define multiple clients for differnet clusters in one appdomain/servicecolletion.
Or another usecase we have localhost/inmemory orleans defined on IHost but want connect to …
-
In a custom DI solution using Autofac, with `[ScenarioDependencies]` as "entry point" for Autofac container builder, it'd be a very useful feature to have access to built `IContainer` in order to easi…
-
Phinx has a serious design issue IMHO.
As far as I can tell, there is **no way to inject anything to migrations**. At least there is a way to do so with the seeders (using the undocumented `'contai…