4
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Integrated test and patch from Rich to workaround issue that a generic dictionary still used DictionaryEntry as its enumerator More... over 15 years ago
Tired of looking at TypeMapFactory More... over 15 years ago
Marked assembly as CLS compliant More... over 15 years ago
- Fixed default for allowing null destination values (now false) - Added postfix and prefix Configuration - Added naming conventions More... over 15 years ago
Small refactorings in preparation for implementing configurable member matching behavior More... over 15 years ago
- Minor refactorings to get rid of some static methods - Integrated patch to ignore readonly destination properties More... over 15 years ago
Refactored TypeMapMapper to have a list of mappers More... over 15 years ago
Integrating patch to allow multiple before/after actions More... over 15 years ago
Applying patch to allow converts/casts in ForMember More... over 15 years ago
Restoring FindTypeMapFor More... over 15 years ago
Throws an exception when you try to map to a nested member (ForMember(src => src.Foo.Bar) - not supported) More... over 15 years ago
Integrating patch from Jon for finding members by string name (the horror!) More... over 15 years ago
Integrating patch to allow for before/after events in mapping More... over 15 years ago
Standardizing on one way to resolve type maps - individual mappers shouldnt go searching around any more More... over 15 years ago
Reverting commit where destination objects passed in are void methods More... over 15 years ago
Fixed bug where type map resolution did not take into account runtime types. This was previously only found in select mapping implementations More... over 15 years ago
Integrating patch to cache reflection calls (plus double-check lock pattern) More... over 15 years ago
Clarified API that mapping to an existing destination object is a void method. No point returning something you passed in to be modified. More... over 15 years ago
Collections were broken if they had null members More... over 15 years ago
Fixed issue where explicitly implemented interfaces were causing configuration validation errors More... over 15 years ago
Fixed lock on type object (bad idea) More... over 15 years ago
Restoring self profilers per schlachtzeuger's request More... over 15 years ago
Integrating last part of patch on multi-threading issues from Marius More... over 15 years ago
Applying patch to fix race conditions. More... over 15 years ago
Double-check lock on synchronization areas More... over 15 years ago
Adding locks around caching objects More... over 15 years ago
Adding ability to use destination value on individual property mappings, with UseDestinationValue. More... over 15 years ago
Changing the instantiation of custom resolvers to be on-demand (and not hold a reference) More... over 15 years ago
Fixed nullable mapper to only examine the destination type More... over 15 years ago
Committing a failing test for the nullable issue More... over 15 years ago