Skip to content

Commit a23beb3

Browse files
Added missing mapping provider to the repository options constructor data mapping
1 parent b0f180b commit a23beb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DotNetToolkit.Repository/Configuration/Options/RepositoryOptions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public RepositoryOptions(IRepositoryOptions options)
8787
_interceptors = options.Interceptors.ToDictionary(x => x.Key, x => x.Value);
8888
_cachingProvider = options.CachingProvider;
8989
_loggerProvider = options.LoggerProvider;
90+
_mapperProvider = options.MapperProvider;
9091
_contextFactory = options.ContextFactory;
9192
}
9293

0 commit comments

Comments
 (0)