Sfoglia il codice sorgente

correct word.

master
yangxiaodong 7 anni fa
parent
commit
2f109e821d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/DotNetCore.CAP/CAP.AppBuilderExtensions.cs

+ 1
- 1
src/DotNetCore.CAP/CAP.AppBuilderExtensions.cs Vedi File

@@ -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;


Caricamento…
Annulla
Salva