File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments