openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
AutoMapper - Codeplex
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 19, 2023 — Jan 19, 2024
Showing page 136 of 138
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Applying patch for ordering member mapping from Mattias Fagerlund
Jimmy Bogard
More...
over 15 years ago
Applying matt's patch to remove self-configuring
Jimmy Bogard
More...
over 15 years ago
Fixed problem with resolving runtime vs. compile-time types http://automapper.codeplex.com/WorkItem/View.aspx?WorkItemId=1637
Jimmy Bogard
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
Jimmy Bogard
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
Jimmy Bogard
More...
over 15 years ago
Forgot one scenario in the non-generic configuration - using a type object for custom type converters
Jimmy Bogard
More...
over 15 years ago
Adding a non-generic CreateMap (for bulk configuration scenarios)
Jimmy Bogard
More...
over 15 years ago
Fixed problem with null collection types when the destination type is an interface (IList, IDictionary, etc.)
Jimmy Bogard
More...
over 15 years ago
Marking as release 0.3.1
Jimmy Bogard
More...
over 15 years ago
Fixing the bug introduced by instance caching by making the cache key ResolutionContext
Jimmy Bogard
More...
over 15 years ago
IoC example now working with dependencies now IEnumerable
Jimmy Bogard
More...
over 15 years ago
Attempting an IoC sample. It doesnt work right now.
Jimmy Bogard
More...
over 15 years ago
Some renaming of things
Jimmy Bogard
More...
over 15 years ago
Adding support for flags enumerations
Jimmy Bogard
More...
over 15 years ago
Adding instance caching, for bidirectional destination relationships
Jimmy Bogard
More...
over 15 years ago
Trying to repro an issue with bidirectional relationships Starting an IoC example
Jimmy Bogard
More...
over 15 years ago
Adding a mapper registry for easy access to array of object mappers. Also replaceable.
Jimmy Bogard
More...
over 15 years ago
Fixed crazy-ass bug around using interfaces to map as enumerable element types
Jimmy Bogard
More...
over 15 years ago
- Adding a benchmarking suite - Adding a couple of failing tests
Jimmy Bogard
More...
over 15 years ago
Fixed bug that stack overflow occurred in a self-referential destination type (like a hierarchy of categories)
Jimmy Bogard
More...
over 15 years ago
- Adding configuration validation for enumerable types (List<T> and so on) - removed duplication btwn array and enumerable mappers
Jimmy Bogard
More...
almost 16 years ago
Adding support for the System.ComponentModel.TypeConverter
Jimmy Bogard
More...
almost 16 years ago
Adding sample for common base class configuration
Jimmy Bogard
More...
almost 16 years ago
Fixing dictionary mapping bug where could not map to an IDictionary<,>. It only worked for Dictionary<,>
Jimmy Bogard
More...
almost 16 years ago
Adding partially trusted callers patch
Jimmy Bogard
More...
almost 16 years ago
Fixed the exclude list. This one _actually_ works.
Jimmy Bogard
More...
almost 16 years ago
Upgraded to SVN 1.6.0, marked as 0.3.0.
Jimmy Bogard
More...
almost 16 years ago
Integrating jordanterrell's patch.
Jimmy Bogard
More...
almost 16 years ago
Fixed ILMerging issue Added release zip that doesn't merge assemblies
Jimmy Bogard
More...
almost 16 years ago
Adding sample for mapping to interfaces
Jimmy Bogard
More...
almost 16 years ago
←
1
2
…
130
131
132
133
134
135
136
137
138
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree