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
This controls the order in which services instantiate and enable tighter "loosely coupled" integration between services and ensures a dependent service is available to wire up events when a service starts.
How would you classify your suggestion
Architecture / Services
Describe the solution you'd like
The ability to define service interface dependencies in the design of a service and have the service framework automatically recognise the dependency on startup.
Reality Collective - Reality Toolkit Feature Request
Is your feature request related to a problem? Please describe
The Dependency Injection Pattern defines a method where at design time, the developer can define the interfaces that a service needs in order to properly instantiate
https://learn.microsoft.com/en-us/dotnet/core/extensions/dependency-injection
This controls the order in which services instantiate and enable tighter "loosely coupled" integration between services and ensures a dependent service is available to wire up events when a service starts.
How would you classify your suggestion
Describe the solution you'd like
The ability to define service interface dependencies in the design of a service and have the service framework automatically recognise the dependency on startup.
Describe alternatives you've considered
Manual
Migrated from
realitycollective/realitytoolkit.dev#64
The text was updated successfully, but these errors were encountered: