You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to share some of the registered Services between to branches?
I have a Singleton which have to be available in all of my branches without to inject it in both branches as seperate Singleton...
Is there something like a Dependency Tree or similar?
Where all Services, which are injected in the ConfigureServices of the Startup class, are available in all branches?
Br
Bernhard
The text was updated successfully, but these errors were encountered:
Hi!
Is it possible to share some of the registered Services between to branches?
I have a Singleton which have to be available in all of my branches without to inject it in both branches as seperate Singleton...
Is there something like a Dependency Tree or similar?
Where all Services, which are injected in the ConfigureServices of the Startup class, are available in all branches?
Br
Bernhard
The text was updated successfully, but these errors were encountered: