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
Applying patch for ordering member mapping from Mattias Fagerlund More... over 15 years ago
Applying matt's patch to remove self-configuring More... over 15 years ago
Fixed problem with resolving runtime vs. compile-time types http://automapper.codeplex.com/WorkItem/View.aspx?WorkItemId=1637 More... over 15 years ago
Adding better exception messages in the case of a type resolver getting the wrong source type Some more perf improvements as well More... over 15 years ago
Numerous performance improvements, including: - Caching lookups to TypeMaps - Caching lookups to selecting an IObjectMapper - Moving all null checking to individual object mappers - Creating accessor wrappers around fields, properties and methods - Some IEquatable on a type that is a key in a dictionary More... over 15 years ago
Forgot one scenario in the non-generic configuration - using a type object for custom type converters More... over 15 years ago
Adding a non-generic CreateMap (for bulk configuration scenarios) More... over 15 years ago
Fixed problem with null collection types when the destination type is an interface (IList, IDictionary, etc.) More... over 15 years ago
Marking as release 0.3.1 More... over 15 years ago
Fixing the bug introduced by instance caching by making the cache key ResolutionContext More... over 15 years ago
IoC example now working with dependencies now IEnumerable More... over 15 years ago
Attempting an IoC sample. It doesnt work right now. More... over 15 years ago
Some renaming of things More... over 15 years ago
Adding support for flags enumerations More... over 15 years ago
Adding instance caching, for bidirectional destination relationships More... over 15 years ago
Trying to repro an issue with bidirectional relationships Starting an IoC example More... over 15 years ago
Adding a mapper registry for easy access to array of object mappers. Also replaceable. More... over 15 years ago
Fixed crazy-ass bug around using interfaces to map as enumerable element types More... over 15 years ago
- Adding a benchmarking suite - Adding a couple of failing tests More... over 15 years ago
Fixed bug that stack overflow occurred in a self-referential destination type (like a hierarchy of categories) More... over 15 years ago
- Adding configuration validation for enumerable types (List<T> and so on) - removed duplication btwn array and enumerable mappers More... almost 16 years ago
Adding support for the System.ComponentModel.TypeConverter More... almost 16 years ago
Adding sample for common base class configuration More... almost 16 years ago
Fixing dictionary mapping bug where could not map to an IDictionary<,>. It only worked for Dictionary<,> More... almost 16 years ago
Adding partially trusted callers patch More... almost 16 years ago
Fixed the exclude list. This one _actually_ works. More... almost 16 years ago
Upgraded to SVN 1.6.0, marked as 0.3.0. More... almost 16 years ago
Integrating jordanterrell's patch. More... almost 16 years ago
Fixed ILMerging issue Added release zip that doesn't merge assemblies More... almost 16 years ago
Adding sample for mapping to interfaces More... almost 16 years ago