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
It would be swell if there was an option when registering a component to explicitly state that this will be the only instance of this component registered to the system.
Perhaps: RegisterComponentAsync(...).AsSingleton()
or RegisterSingleInstanceComponentAsync(...)
It may be useful to add an extension method for retrieving the only Component from the Components list for a system as well in these cases.
The text was updated successfully, but these errors were encountered:
It would be swell if there was an option when registering a component to explicitly state that this will be the only instance of this component registered to the system.
Perhaps:
RegisterComponentAsync(...).AsSingleton()
or
RegisterSingleInstanceComponentAsync(...)
It may be useful to add an extension method for retrieving the only Component from the Components list for a system as well in these cases.
The text was updated successfully, but these errors were encountered: