Skip to content

Commit d5c8016

Browse files
author
Nick Craver
committed
Dapper.Contrib - initial repo fork
This begins the split of Dapper.Contrib into a standalone repo.
1 parent b452fb1 commit d5c8016

File tree

179 files changed

+116
-24788
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+116
-24788
lines changed

.github/workflows/main.yml

-7
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ jobs:
4242
uses: actions/checkout@v1
4343
- name: .NET Build
4444
run: dotnet build Build.csproj -c Release /p:CI=true
45-
- name: Dapper Tests
46-
run: dotnet test tests/Dapper.Tests/Dapper.Tests.csproj -c Release --logger GitHubActions /p:CI=true
47-
env:
48-
MySqlConnectionString: Server=localhost;Port=${{ job.services.mysql.ports[3306] }};Uid=root;Pwd=root;Database=test;Allow User Variables=true
49-
OLEDBConnectionString: Provider=SQLOLEDB;Server=tcp:localhost,${{ job.services.sqlserver.ports[1433] }};Database=tempdb;User Id=sa;Password=Password.;
50-
PostgesConnectionString: Server=localhost;Port=${{ job.services.postgres.ports[5432] }};Database=test;User Id=postgres;Password=postgres;
51-
SqlServerConnectionString: Server=tcp:localhost,${{ job.services.sqlserver.ports[1433] }};Database=tempdb;User Id=sa;Password=Password.;
5245
- name: Dapper.Contrib Tests
5346
run: dotnet test tests/Dapper.Tests.Contrib/Dapper.Tests.Contrib.csproj -c Release --logger GitHubActions /p:CI=true
5447
env:

.gitignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ NuGet.exe
1616
*.coverage
1717
Test.DB.*
1818
TestResults/
19-
Dapper.Tests/*.sdf
20-
Dapper.Tests/SqlServerTypes/
2119
.dotnet/*
2220
BenchmarkDotNet.Artifacts/
23-
.idea/
21+
.idea/
22+
.DS_Store

Build.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.Build.Traversal/2.0.24">
22
<ItemGroup>
3-
<ProjectReference Include="benchmarks/**/*.csproj" />
43
<ProjectReference Include="*/*.csproj" />
54
<ProjectReference Include="tests/**/*.csproj" />
65
</ItemGroup>

Dapper.Contrib/Readme.md

-172
This file was deleted.

Dapper.EntityFramework.StrongName/Dapper.EntityFramework.StrongName.csproj

-23
This file was deleted.

Dapper.EntityFramework/Dapper.EntityFramework.csproj

-17
This file was deleted.

Dapper.EntityFramework/DbGeographyHandler.cs

-59
This file was deleted.

Dapper.EntityFramework/DbGeometryHandler.cs

-59
This file was deleted.

Dapper.EntityFramework/Handlers.cs

-17
This file was deleted.

0 commit comments

Comments
 (0)