stevejgordon / CorrelationId

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

Generate the GUIDs with NewId library #43

Closed lnaie closed 4 years ago

lnaie commented 5 years ago

Hello,

It might be useful to generate the GUIDs with this library: https://github.com/phatboyg/NewId

Thanks

stevejgordon commented 4 years ago

When #24 is implemented, this will be possible with a custom provider rather than built into the library,