Skip to content

Commit

Permalink
Update @Philippe-Laval 's fork with the latest changes from upstream …
Browse files Browse the repository at this point in the history
…master and resolve conflicts.
  • Loading branch information
andrerav committed Sep 5, 2022
2 parents 8a95050 + 06dddf7 commit e192716
Show file tree
Hide file tree
Showing 46 changed files with 614 additions and 1,119 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ using (MyDbContext context = new MyDbContext())

// Versus creating by hand:
var destinations = context.Sources.Select(c => new Destination {
Id = p.Id,
Name = p.Name,
Surname = p.Surname,
Id = c.Id,
Name = c.Name,
Surname = c.Surname,
....
})
.ToList();
Expand Down
10 changes: 0 additions & 10 deletions deploy/Mapster.ps1

This file was deleted.

10 changes: 0 additions & 10 deletions deploy/Package.bat

This file was deleted.

10 changes: 0 additions & 10 deletions deploy/Publish.bat

This file was deleted.

11 changes: 0 additions & 11 deletions deploy/archive.ps1

This file was deleted.

36 changes: 0 additions & 36 deletions deploy/common.ps1

This file was deleted.

Loading

0 comments on commit e192716

Please sign in to comment.