CorrelationId
An ASP.NET Core middleware component which synchronises a correlation ID for cross API request logging.
파일 탐색기
최종 버전 다운로드 (.zip)- FUNDING.yml
- index.md
- releasenotes.md
- WeatherForecastController.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- DoNothingCorrelationIdProvider.cs
- MvcSample.csproj
- NoOpDelegatingHandler.cs
- Program.cs
- ServiceWhichUsesCorrelationContext.cs
- Startup.cs
- WeatherForecast.cs
- MvcSampleTests.csproj
- ServiceWhichUsesCorrelationContextTests.cs
- ICorrelationContextAccessor.cs
- ICorrelationContextFactory.cs
- ICorrelationIdProvider.cs
- CorrelationIdBuilder.cs
- CorrelationIdBuilderExtensions.cs
- CorrelationIdServiceCollectionExtensions.cs
- ICorrelationIdBuilder.cs
- CorrelationIdHandler.cs
- HttpClientBuilderExtensions.cs
- GuidCorrelationIdProvider.cs
- TraceIdCorrelationIdProvider.cs
- CorrelationContext.cs
- CorrelationContextAccessor.cs
- CorrelationContextFactory.cs
- CorrelationId.csproj
- CorrelationIdExtensions.cs
- CorrelationIdMiddleware.cs
- CorrelationIdOptions.cs
- CorrelationId.Tests.csproj
- CorrelationIdMiddlewareTests.cs
- .gitattributes
- .gitignore
- .travis.yml
- azure-pipelines.yml
- CorrelationId.sln
- LICENSE.txt
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/stevejgordon/CorrelationId
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd CorrelationId
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
