Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 564e30d

Browse files
committed
refactor: use converto library
1 parent 3bec9a4 commit 564e30d

5 files changed

Lines changed: 7 additions & 45 deletions

File tree

SimpleEventSourcing.Samples.Web/Database/CartEventView.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using Dapper;
1+
using Converto;
2+
using Dapper;
23
using System;
34
using System.Linq;
45
using System.Reactive.Linq;

SimpleEventSourcing.Samples.Web/Database/ItemEventView.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using Dapper;
1+
using Converto;
2+
using Dapper;
23
using System;
34
using System.Linq;
45
using System.Reactive.Linq;

SimpleEventSourcing.Samples.Web/Database/OrderEventView.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using Dapper;
1+
using Converto;
2+
using Dapper;
23
using System;
34
using System.Linq;
45
using System.Reactive.Linq;

SimpleEventSourcing.Samples.Web/SimpleEventSourcing.Samples.Web.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16+
<PackageReference Include="Converto" Version="1.0.0" />
1617
<PackageReference Include="Dapper" Version="1.50.5" />
1718
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.6" />
1819
<PackageReference Include="Swashbuckle.AspNetCore" Version="3.0.0" />

SimpleEventSourcing/ObjectExtensions.cs

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)