stevejgordon / CorrelationId

An ASP.NET Core middleware component which synchronises a correlation ID for cross API request logging.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restructure options configuration

stevejgordon opened this issue · comments

More in line with most ASP.NET Core libraries, move the configuration to an Action delegate on the ServiceCollection extensions rather than on the Use extension method for IApplicationBuilder.