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.
2 parents 778edd6 + 26f248c commit b50d0eeCopy full SHA for b50d0ee
src/core/Wemogy.CQRS/DependencyInjection.cs
@@ -333,6 +333,6 @@ public static IHealthChecksBuilder AddDelayedProcessorCheck<TCommand>(this IHeal
333
where TCommand : ICommandBase
334
{
335
return healthChecksBuilder.AddCheck<DelayedCommandProcessorHealthCheck<TCommand>>(
336
- $"{nameof(TCommand)}DelayedProcessorHealthCheck");
+ $"{typeof(TCommand).Name}DelayedProcessorHealthCheck");
337
}
338
0 commit comments