RadicalFx / housekeeping

This repository is intended to keep track and manage all what is not code-related. Requirements and Pre-Requirements discussions should be handled here too.
https://waffle.io/radicalfx/housekeeping
0 stars 1 forks source link

Spike reverse the DI container configuration responsibiltiy in Radical.Bootstrapper #65

Closed mauroservienti closed 4 years ago

mauroservienti commented 7 years ago

Actually Radical.Bootstrapper is affected by the same issue outlined in https://github.com/RadicalFx/housekeeping/issues/34, however Radical.Bootstrapper is a much simpler environment where we can spike the same approach without so many constraints such as the ones we have in Radical.Windows.Presentation.

This also connects very well with https://github.com/RadicalFx/Radical.Windows.Presentation/issues/21 and https://github.com/RadicalFx/Radical.Windows.Presentation/issues/10

mauroservienti commented 4 years ago

Due to .NET Core 3 IServiceCollection support this is not anymore needed.