Skip to content

Commit cc86fd9

Browse files
jbogardCopilot
andauthored
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7e9f34a commit cc86fd9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ services.AddAutoMapper(cfg =>
3535
cfg.CreateMap<Bar, BarDto>();
3636
});
3737
// AutoMapper will automatically register any implementations of:
38-
// - IValueResolver<,>
39-
// - IMemberValueResolver<,,>
40-
// - ITypeConverter<,>
41-
// - IValueConverter<,>
42-
// - ICondition<,,>
43-
// - IPreCondition<,>
44-
// - IMappingAction<,>
38+
// - IValueResolver<TSource, TDestination, TDestMember>
39+
// - IMemberValueResolver<TSource, TDestination, TSourceMember, TDestMember>
40+
// - ITypeConverter<TSource, TDestination>
41+
// - IValueConverter<TSourceMember, TDestinationMember>
42+
// - ICondition<TSource, TDestination, TDestMember>
43+
// - IPreCondition<TSource, TDestination>
44+
// - IMappingAction<TSource, TDestination>
4545
// from the provided assemblies
4646
4747
// only during development, validate your mappings; remove it before release

0 commit comments

Comments
 (0)