소스 검색

correct word.

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


불러오는 중...
취소
저장