Pārlūkot izejas kodu

correct spelling

master
yangxiaodong pirms 7 gadiem
vecāks
revīzija
595adb76c7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/DotNetCore.CAP/CAP.AppBuilderExtensions.cs

+ 1
- 1
src/DotNetCore.CAP/CAP.AppBuilderExtensions.cs Parādīt failu

@@ -58,7 +58,7 @@ namespace Microsoft.AspNetCore.Builder
var messageQueuemarker = app.ApplicationServices.GetService<CapMessageQueueMakerService>();
if (messageQueuemarker == null)
{
throw new InvalidOperationException("You must be config used database provider at AddCap() options! eg: services.AddCap(options=>{ options.UseKafka(...) })");
throw new InvalidOperationException("You must be config used message queue provider at AddCap() options! eg: services.AddCap(options=>{ options.UseKafka(...) })");
}

var databaseMarker = app.ApplicationServices.GetService<CapDatabaseStorageMarkerService>();


Notiek ielāde…
Atcelt
Saglabāt