We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b79c8d commit f68d102Copy full SHA for f68d102
README.md
@@ -4,10 +4,10 @@ AutoMapper extentions for mapping expressions (OData)
4
To use, configure using the configuration helper method:
5
6
```c#
7
-Mapper.Initialize(cfg => {
+var mapper = new Mapper(new MapperConfiguration(cfg => {
8
cfg.AddExpressionMapping();
9
// Rest of your configuration
10
-});
+}));
11
12
// or if using the MS Ext DI:
13
0 commit comments