aspnet/DataProtection

Unique-ify the names of the various ServiceCollectionExtensions types

Closed this issue · 2 comments

Eilon commented

Currently they conflict with type names in other assemblies and/or have super generic names (thus making the names somewhat useless). We should always give these types reasonably unique names describing not only what they extend, but what type of functionality they add.

Proposal:

  • Rename this to DataProtectionUtilityExtensions (this name is awful, but the method on here is super obscure)
  • Rename this to DataProtectionAdvancedExtensions (another awful name, but I used up all the good names already 😄)
  • Rename this to DataProtectionCommonExtensions