Skip to content

Commit 252e8e0

Browse files
committed
As far as I aware, Soma related code no longer in this project.
And thus can be removed
1 parent 6ec3804 commit 252e8e0

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

benchmarks/Dapper.Tests.Performance/Dapper.Tests.Performance.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
3838
<ProjectReference Include="../../Dapper.EntityFramework/Dapper.EntityFramework.csproj" />
3939
<PackageReference Include="Microsoft.SqlServer.Types" Version="14.0.1016.290" />
40-
<PackageReference Include="Soma" Version="1.9.0.1" />
4140
<PackageReference Include="SubSonic" Version="3.0.0.4" />
4241
<PackageReference Include="Susanoo.SqlServer" Version="1.2.4.2" />
4342
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="[3.1.10]" />

benchmarks/Dapper.Tests.Performance/Post.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
using System;
2-
#if NET4X
3-
using Soma.Core;
4-
#endif
52

63
namespace Dapper.Tests.Performance
74
{
85
[ServiceStack.DataAnnotations.Alias("Posts")]
9-
#if NET4X
10-
[Table(Name = "Posts")]
11-
#endif
126
[LinqToDB.Mapping.Table(Name = "Posts")]
137
public class Post
148
{
15-
#if NET4X
16-
[Id(IdKind.Identity)]
17-
#endif
189
[LinqToDB.Mapping.PrimaryKey, LinqToDB.Mapping.Identity]
1910
public int Id { get; set; }
2011
[LinqToDB.Mapping.Column, LinqToDB.Mapping.Nullable]

benchmarks/Dapper.Tests.Performance/Soma/SomaConfig.cs

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

0 commit comments

Comments
 (0)