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

Consider namespace (and possibly package naming) #26

Closed stevejgordon closed 4 years ago

stevejgordon commented 6 years ago

The current namespace and package is not prefixed with anything and could potentially clash with other packages in the future. At the 3.x release it might be a suitable time to consider prefixing the namespace to reduce this risk.

Considerations: If renaming the package then this needs consideration in NuGet as users will not be notified of a new version if the package is renamed.

stevejgordon commented 4 years ago

Going to leave this as-is for now.