We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9359606 commit 61a5b69Copy full SHA for 61a5b69
src/Cnblogs.Architecture.Ddd.EventBus.Dapr/EndPointExtensions.cs
@@ -68,7 +68,7 @@ public static IEndpointConventionBuilder Subscribe<TEvent>(
68
if (!serviceCheck.IsService(typeof(IEventBus)))
69
{
70
throw new InvalidOperationException(
71
- $"{nameof(IEventBus)} has not been registered. Please using AddDaprEventBus to register.");
+ $"{nameof(IEventBus)} has not been registered. Did you forget to call IServiceCollection.AddDaprEventBus()?");
72
}
73
74
var result = builder
0 commit comments