dotnet-architecture / HealthChecks

Experimental Health Checks for building services, such as with ASP.NET Core
Other
454 stars 124 forks source link

Rename generic-named Extensions containers to more feature-specific names #5

Closed Eilon closed 7 years ago

Eilon commented 7 years ago

This is to avoid having the same namespace+type name in multiple assemblies. (The specific name doesn't matter that much, but something like HealthChecksServiceCollectionExtensions would be fine.)

See: