SenseNet / sensenet

Open Source Content Services Platform written in .NET
https://sensenet.com
GNU General Public License v2.0
173 stars 112 forks source link

Fix tests after .Net internal change in DI #2006

Closed tusmester closed 8 months ago

tusmester commented 9 months ago

Service discovery has changed in the dependency injection .Net package (namely the storage of registered services, to support keyed services). We need to update the service discovery in our tests as well to reflect these changes.