stevejgordon / CorrelationId

An ASP.NET Core middleware component which synchronises a correlation ID for cross API request logging.
MIT License
558 stars 106 forks source link

Restructure options configuration #68

Closed stevejgordon closed 4 years ago

stevejgordon commented 4 years ago

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.