Skip to content

Commit

Permalink
Merge pull request #207 from PapstIO/bugfix/fix-EventAggregatorBase
Browse files Browse the repository at this point in the history
Fix wrong Namespace
  • Loading branch information
MPapst authored Aug 7, 2024
2 parents 55e38fe + 1175165 commit 0488d4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ bt.Type is GenericNameSyntax &&

// make sure only one instance of the IEventTypeProvider is registered
builder
.AppendLine(" if (!services.Any(descriptor => descriptor.ServiceType == typeof(Papst.EventStore.EventRegistration.IEventTypeProvider)))")
.AppendLine(" if (!services.Any(descriptor => descriptor.ServiceType == typeof(Papst.EventStore.IEventTypeProvider)))")
.AppendLine(" {")
.AppendLine(" services.AddTransient<Papst.EventStore.IEventTypeProvider, Papst.EventStore.EventRegistration.EventRegistrationTypeProvider>();")
.AppendLine(" }")
Expand Down

0 comments on commit 0488d4f

Please sign in to comment.