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 135 of 138
Search / Filter on:
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
Jimmy Bogard
More...
over 15 years ago
Tired of looking at TypeMapFactory
Jimmy Bogard
More...
over 15 years ago
Marked assembly as CLS compliant
Jimmy Bogard
More...
over 15 years ago
- Fixed default for allowing null destination values (now false) - Added postfix and prefix Configuration - Added naming conventions
Jimmy Bogard
More...
over 15 years ago
Small refactorings in preparation for implementing configurable member matching behavior
Jimmy Bogard
More...
over 15 years ago
- Minor refactorings to get rid of some static methods - Integrated patch to ignore readonly destination properties
Jimmy Bogard
More...
over 15 years ago
Refactored TypeMapMapper to have a list of mappers
Jimmy Bogard
More...
over 15 years ago
Integrating patch to allow multiple before/after actions
Jimmy Bogard
More...
over 15 years ago
Applying patch to allow converts/casts in ForMember
Jimmy Bogard
More...
over 15 years ago
Restoring FindTypeMapFor
Jimmy Bogard
More...
over 15 years ago
Throws an exception when you try to map to a nested member (ForMember(src => src.Foo.Bar) - not supported)
Jimmy Bogard
More...
over 15 years ago
Integrating patch from Jon for finding members by string name (the horror!)
Jimmy Bogard
More...
over 15 years ago
Integrating patch to allow for before/after events in mapping
Jimmy Bogard
More...
over 15 years ago
Standardizing on one way to resolve type maps - individual mappers shouldnt go searching around any more
Jimmy Bogard
More...
over 15 years ago
Reverting commit where destination objects passed in are void methods
Jimmy Bogard
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
Jimmy Bogard
More...
over 15 years ago
Integrating patch to cache reflection calls (plus double-check lock pattern)
Jimmy Bogard
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.
Jimmy Bogard
More...
over 15 years ago
Collections were broken if they had null members
Jimmy Bogard
More...
over 15 years ago
Fixed issue where explicitly implemented interfaces were causing configuration validation errors
Jimmy Bogard
More...
over 15 years ago
Fixed lock on type object (bad idea)
Jimmy Bogard
More...
over 15 years ago
Restoring self profilers per schlachtzeuger's request
Jimmy Bogard
More...
over 15 years ago
Integrating last part of patch on multi-threading issues from Marius
Jimmy Bogard
More...
over 15 years ago
Applying patch to fix race conditions.
Jimmy Bogard
More...
over 15 years ago
Double-check lock on synchronization areas
Jimmy Bogard
More...
over 15 years ago
Adding locks around caching objects
Jimmy Bogard
More...
over 15 years ago
Adding ability to use destination value on individual property mappings, with UseDestinationValue.
Jimmy Bogard
More...
over 15 years ago
Changing the instantiation of custom resolvers to be on-demand (and not hold a reference)
Jimmy Bogard
More...
over 15 years ago
Fixed nullable mapper to only examine the destination type
Jimmy Bogard
More...
over 15 years ago
Committing a failing test for the nullable issue
Jimmy Bogard
More...
over 15 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