Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced Registration for consistency and added assembly scanning #31

Merged
merged 6 commits into from
Jan 24, 2016

Conversation

eswann
Copy link
Collaborator

@eswann eswann commented Jan 24, 2016

  1. Static and Instance methods now both have NewConfig() and ForType(). The behavior is not changed in either case. NewConfig deletes any previous config and ForType enhances any previous config.
  2. Internal method Clear(TSource, TDestination) at the static level has been renamed to Remove to make it more similar to typical .Net types where Clear() clears the entire list/dictionary etc...
  3. Added Internal Clear() method to clear all types from a configuration.
  4. Added assembly scanning that works at both instance and static level.

eswann added a commit that referenced this pull request Jan 24, 2016
Enhanced Registration for consistency and added assembly scanning
@eswann eswann merged commit 431a205 into master Jan 24, 2016
@eswann eswann mentioned this pull request Jan 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant