Skip to content

Commit

Permalink
Approve
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarbach committed Sep 1, 2022
1 parent dfe0207 commit febdda0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ NServiceBus.InferredMessageTypeEnricherBehavior - InstancePerCall
NServiceBus.Transport.IDispatchMessages - SingleInstance
NServiceBus.Unicast.MessageHandlerRegistry - SingleInstance
----------- Registrations not used by the core, can be removed in next major if downstreams have been confirmed to not use it -----------
NServiceBus.CompletableSynchronizedStorageSessionAdapter - InstancePerUnitOfWork
NServiceBus.CriticalError - SingleInstance
NServiceBus.Hosting.HostInformation - SingleInstance
NServiceBus.MessageInterfaces.IMessageMapper - SingleInstance
NServiceBus.NoOpCanceling - SingleInstance
NServiceBus.Notifications - SingleInstance
NServiceBus.ObjectBuilder.IBuilder - InstancePerCall
NServiceBus.Persistence.CompletableSynchronizedStorageSession - InstancePerUnitOfWork
NServiceBus.Persistence.SynchronizedStorageSession - InstancePerUnitOfWork
NServiceBus.Pipeline.LogicalMessageFactory - SingleInstance
NServiceBus.Settings.ReadOnlySettings - SingleInstance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ NServiceBus.Transport.IDispatchMessages - SingleInstance
NServiceBus.Unicast.MessageHandlerRegistry - SingleInstance
NServiceBus.Unicast.Messages.MessageMetadataRegistry - SingleInstance
----------- Registrations not used by the core, can be removed in next major if downstreams have been confirmed to not use it -----------
NServiceBus.CompletableSynchronizedStorageSessionAdapter - InstancePerUnitOfWork
NServiceBus.CriticalError - SingleInstance
NServiceBus.Hosting.HostInformation - SingleInstance
NServiceBus.InMemorySubscriptionStorage - SingleInstance
Expand All @@ -15,7 +16,6 @@ NServiceBus.MessageInterfaces.IMessageMapper - SingleInstance
NServiceBus.NoOpCanceling - SingleInstance
NServiceBus.Notifications - SingleInstance
NServiceBus.ObjectBuilder.IBuilder - InstancePerCall
NServiceBus.Persistence.CompletableSynchronizedStorageSession - InstancePerUnitOfWork
NServiceBus.Persistence.SynchronizedStorageSession - InstancePerUnitOfWork
NServiceBus.Pipeline.LogicalMessageFactory - SingleInstance
NServiceBus.Settings.ReadOnlySettings - SingleInstance

0 comments on commit febdda0

Please sign in to comment.