yangxiaodong пре 7 година
родитељ
комит
2f109e821d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/DotNetCore.CAP/CAP.AppBuilderExtensions.cs

+ 1
- 1
src/DotNetCore.CAP/CAP.AppBuilderExtensions.cs Прегледај датотеку

@@ -25,7 +25,7 @@ namespace Microsoft.AspNetCore.Builder

if (marker == null)
{
throw new InvalidOperationException("Add Consistency must be called on the service collection.");
throw new InvalidOperationException("Add Cap must be called on the service collection.");
}

var provider = app.ApplicationServices;


Loading…
Откажи
Сачувај