Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Unique-ify the names of the various ServiceCollectionExtensions types #148

Closed
Eilon opened this issue May 26, 2016 · 2 comments
Closed

Unique-ify the names of the various ServiceCollectionExtensions types #148

Eilon opened this issue May 26, 2016 · 2 comments
Assignees
Milestone

Comments

@Eilon
Copy link
Member

Eilon commented May 26, 2016

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
@Eilon Eilon added this to the 1.0.0 milestone May 26, 2016
@Eilon
Copy link
Member Author

Eilon commented May 26, 2016

@danroth27 FYI

NTaylorMullen added a commit that referenced this issue May 26, 2016
- Also updated test class names to reflect new extension naming.

#148
@NTaylorMullen
Copy link
Member

cc9873a

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants