You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FastMapper is a simple little library built to solve a deceptively complex problem - getting rid of code that mapped one object to another. This type of code is rather dreary and boring to write, so why not invent a tool to do it for us?
13
+
MagicMapper is a simple little library built to solve a deceptively complex problem - getting rid of code that mapped one object to another. This type of code is rather dreary and boring to write, so why not invent a tool to do it for us?
14
14
15
15
This is the fork of main repository for AutoMapper, but there's more, which I do not fork. Please let me know in the issues if you want that:
16
16
@@ -22,7 +22,7 @@ This is the fork of main repository for AutoMapper, but there's more, which I do
22
22
23
23
### How do I get started?
24
24
25
-
First, configure FastMapper to know what types you want to map, in the startup of your application:
25
+
First, configure MagicMapper to know what types you want to map, in the startup of your application:
26
26
27
27
```csharp
28
28
varconfiguration=newMapperConfiguration(cfg=>
@@ -48,14 +48,14 @@ Check out the [getting started guide](https://automapper.readthedocs.io/en/lates
48
48
49
49
### Where can I get it?
50
50
51
-
First, [install NuGet](http://docs.nuget.org/docs/start-here/installing-nuget). Then, install [AutoMapper](https://www.nuget.org/packages/FastMapper/) from the package manager console:
51
+
First, [install NuGet](http://docs.nuget.org/docs/start-here/installing-nuget). Then, install [AutoMapper](https://www.nuget.org/packages/MagicMapper/) from the package manager console:
0 commit comments