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

Generate the GUIDs with NewId library

lnaie opened this issue · comments

Hello,

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

Thanks

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