-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
59 changed files
with
1,255 additions
and
109 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/Dapper.Linq/Dapper.Linq/obj/Dapper.Linq.csproj.nuget.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"version": 1, | ||
"dgSpecHash": "k4o0F+QKEzMms8zvvjniRp3qaosLRq2lBCtBr+hghzFcotkOQeiGwdHhX8UDtczi8CulZonglJNu2ZfrF+KBOQ==", | ||
"success": true | ||
} |
15 changes: 15 additions & 0 deletions
15
src/Dapper.Linq/Dapper.Linq/obj/Dapper.Linq.csproj.nuget.g.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> | ||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | ||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\obj\project.assets.json</ProjectAssetsFile> | ||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | ||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\chaeyeon\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders> | ||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | ||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.9.0</NuGetToolVersion> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
</Project> |
9 changes: 9 additions & 0 deletions
9
src/Dapper.Linq/Dapper.Linq/obj/Dapper.Linq.csproj.nuget.g.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
<ImportGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' AND '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" /> | ||
</ImportGroup> | ||
</Project> |
25 changes: 25 additions & 0 deletions
25
src/Dapper.Linq/Dapper.Linq/obj/Debug/net45/Dapper.Linq.AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// 此代码由工具生成。 | ||
// 运行时版本:4.0.30319.42000 | ||
// | ||
// 对此文件的更改可能会导致不正确的行为,并且如果 | ||
// 重新生成代码,这些更改将会丢失。 | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
using System; | ||
using System.Reflection; | ||
|
||
[assembly: System.Reflection.AssemblyCompanyAttribute("mammothcode")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | ||
[assembly: System.Reflection.AssemblyCopyrightAttribute("花间岛")] | ||
[assembly: System.Reflection.AssemblyDescriptionAttribute("dapper,mysql,sqlserver,sqlite,linq to sql,subquery,windows function")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.1.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.1.0")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("Dapper.Linq")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("Dapper.Linq")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.1.0")] | ||
|
||
// 由 MSBuild WriteCodeFragment 类生成。 | ||
|
1 change: 1 addition & 0 deletions
1
src/Dapper.Linq/Dapper.Linq/obj/Debug/net45/Dapper.Linq.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b395d674f399013a1cac8267eec13496a2731b35 |
Binary file added
BIN
+356 Bytes
src/Dapper.Linq/Dapper.Linq/obj/Debug/net45/Dapper.Linq.assets.cache
Binary file not shown.
1 change: 1 addition & 0 deletions
1
src/Dapper.Linq/Dapper.Linq/obj/Debug/net45/Dapper.Linq.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
da978d060c4f67ec49267debe31b383cf81a77c3 |
Binary file added
BIN
+33.5 KB
src/Dapper.Linq/Dapper.Linq/obj/Debug/net45/Dapper.Linq.csprojAssemblyReference.cache
Binary file not shown.
File renamed without changes.
Empty file.
Empty file.
25 changes: 25 additions & 0 deletions
25
src/Dapper.Linq/Dapper.Linq/obj/Debug/netstandard2.0/Dapper.Linq.AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// 此代码由工具生成。 | ||
// 运行时版本:4.0.30319.42000 | ||
// | ||
// 对此文件的更改可能会导致不正确的行为,并且如果 | ||
// 重新生成代码,这些更改将会丢失。 | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
using System; | ||
using System.Reflection; | ||
|
||
[assembly: System.Reflection.AssemblyCompanyAttribute("mammothcode")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | ||
[assembly: System.Reflection.AssemblyCopyrightAttribute("花间岛")] | ||
[assembly: System.Reflection.AssemblyDescriptionAttribute("dapper,mysql,sqlserver,sqlite,linq to sql,subquery,windows function")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.1.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.1.0")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("Dapper.Linq")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("Dapper.Linq")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.1.0")] | ||
|
||
// 由 MSBuild WriteCodeFragment 类生成。 | ||
|
1 change: 1 addition & 0 deletions
1
src/Dapper.Linq/Dapper.Linq/obj/Debug/netstandard2.0/Dapper.Linq.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b395d674f399013a1cac8267eec13496a2731b35 |
Binary file added
BIN
+1.97 KB
src/Dapper.Linq/Dapper.Linq/obj/Debug/netstandard2.0/Dapper.Linq.assets.cache
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...pper.Linq/Dapper.Linq/obj/Debug/netstandard2.0/Dapper.Linq.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8b9aaef6faef52375d4fd18b220f2d8da67cb536 |
Binary file added
BIN
+82.6 KB
...apper.Linq/Dapper.Linq/obj/Debug/netstandard2.0/Dapper.Linq.csprojAssemblyReference.cache
Binary file not shown.
29 changes: 29 additions & 0 deletions
29
src/Dapper.Linq/Dapper.Linq/obj/Release/Dapper.Linq.1.0.1.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>Dapper.Linq</id> | ||
<version>1.0.1</version> | ||
<authors>花间岛</authors> | ||
<owners>花间岛</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0</license> | ||
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl> | ||
<projectUrl>https://github.com/1448376744/Dapper.Linq</projectUrl> | ||
<description>dapper,mysql,sqlserver,sqlite,linq to sql,subquery,windows function</description> | ||
<copyright>花间岛</copyright> | ||
<tags>dapper,orm,linq to sql</tags> | ||
<repository type="github" url="https://github.com/1448376744/Dapper.Linq" /> | ||
<dependencies> | ||
<group targetFramework=".NETFramework4.5"> | ||
<dependency id="Dapper" version="1.42.0" exclude="Build,Analyzers" /> | ||
</group> | ||
<group targetFramework=".NETStandard2.0"> | ||
<dependency id="Dapper" version="2.0.4" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\bin\Release\net45\Dapper.Linq.dll" target="lib\net45\Dapper.Linq.dll" /> | ||
<file src="C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\bin\Release\netstandard2.0\Dapper.Linq.dll" target="lib\netstandard2.0\Dapper.Linq.dll" /> | ||
</files> | ||
</package> |
25 changes: 25 additions & 0 deletions
25
src/Dapper.Linq/Dapper.Linq/obj/Release/net45/Dapper.Linq.AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// 此代码由工具生成。 | ||
// 运行时版本:4.0.30319.42000 | ||
// | ||
// 对此文件的更改可能会导致不正确的行为,并且如果 | ||
// 重新生成代码,这些更改将会丢失。 | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
using System; | ||
using System.Reflection; | ||
|
||
[assembly: System.Reflection.AssemblyCompanyAttribute("mammothcode")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] | ||
[assembly: System.Reflection.AssemblyCopyrightAttribute("花间岛")] | ||
[assembly: System.Reflection.AssemblyDescriptionAttribute("dapper,mysql,sqlserver,sqlite,linq to sql,subquery,windows function")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.1.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.1.0")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("Dapper.Linq")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("Dapper.Linq")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.1.0")] | ||
|
||
// 由 MSBuild WriteCodeFragment 类生成。 | ||
|
1 change: 1 addition & 0 deletions
1
src/Dapper.Linq/Dapper.Linq/obj/Release/net45/Dapper.Linq.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0965fdfc24a156a267bb53e3153b05627f6a6573 |
Binary file added
BIN
+356 Bytes
src/Dapper.Linq/Dapper.Linq/obj/Release/net45/Dapper.Linq.assets.cache
Binary file not shown.
Empty file.
1 change: 1 addition & 0 deletions
1
src/Dapper.Linq/Dapper.Linq/obj/Release/net45/Dapper.Linq.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
da978d060c4f67ec49267debe31b383cf81a77c3 |
9 changes: 9 additions & 0 deletions
9
src/Dapper.Linq/Dapper.Linq/obj/Release/net45/Dapper.Linq.csproj.FileListAbsolute.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\bin\Release\net45\Dapper.Linq.dll | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\bin\Release\net45\Dapper.Linq.pdb | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\bin\Release\net45\Dapper.dll | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\obj\Release\net45\Dapper.Linq.csproj.CoreCompileInputs.cache | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\obj\Release\net45\Dapper.Linq.AssemblyInfoInputs.cache | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\obj\Release\net45\Dapper.Linq.AssemblyInfo.cs | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\obj\Release\net45\Dapper.Linq.csproj.CopyComplete | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\obj\Release\net45\Dapper.Linq.dll | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\obj\Release\net45\Dapper.Linq.pdb |
Binary file added
BIN
+25.2 KB
src/Dapper.Linq/Dapper.Linq/obj/Release/net45/Dapper.Linq.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Empty file.
Empty file.
25 changes: 25 additions & 0 deletions
25
src/Dapper.Linq/Dapper.Linq/obj/Release/netstandard2.0/Dapper.Linq.AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// 此代码由工具生成。 | ||
// 运行时版本:4.0.30319.42000 | ||
// | ||
// 对此文件的更改可能会导致不正确的行为,并且如果 | ||
// 重新生成代码,这些更改将会丢失。 | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
using System; | ||
using System.Reflection; | ||
|
||
[assembly: System.Reflection.AssemblyCompanyAttribute("mammothcode")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] | ||
[assembly: System.Reflection.AssemblyCopyrightAttribute("花间岛")] | ||
[assembly: System.Reflection.AssemblyDescriptionAttribute("dapper,mysql,sqlserver,sqlite,linq to sql,subquery,windows function")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.1.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.1.0")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("Dapper.Linq")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("Dapper.Linq")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.1.0")] | ||
|
||
// 由 MSBuild WriteCodeFragment 类生成。 | ||
|
1 change: 1 addition & 0 deletions
1
src/Dapper.Linq/Dapper.Linq/obj/Release/netstandard2.0/Dapper.Linq.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0965fdfc24a156a267bb53e3153b05627f6a6573 |
Binary file added
BIN
+1.97 KB
src/Dapper.Linq/Dapper.Linq/obj/Release/netstandard2.0/Dapper.Linq.assets.cache
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...er.Linq/Dapper.Linq/obj/Release/netstandard2.0/Dapper.Linq.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8b9aaef6faef52375d4fd18b220f2d8da67cb536 |
9 changes: 9 additions & 0 deletions
9
...apper.Linq/Dapper.Linq/obj/Release/netstandard2.0/Dapper.Linq.csproj.FileListAbsolute.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\bin\Release\netstandard2.0\Dapper.Linq.deps.json | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\bin\Release\netstandard2.0\Dapper.Linq.dll | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\bin\Release\netstandard2.0\Dapper.Linq.pdb | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\obj\Release\netstandard2.0\Dapper.Linq.csprojAssemblyReference.cache | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\obj\Release\netstandard2.0\Dapper.Linq.csproj.CoreCompileInputs.cache | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\obj\Release\netstandard2.0\Dapper.Linq.AssemblyInfoInputs.cache | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\obj\Release\netstandard2.0\Dapper.Linq.AssemblyInfo.cs | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\obj\Release\netstandard2.0\Dapper.Linq.dll | ||
C:\Dapper.Linq\src\Dapper.Linq\Dapper.Linq\obj\Release\netstandard2.0\Dapper.Linq.pdb |
Binary file added
BIN
+82.6 KB
...per.Linq/Dapper.Linq/obj/Release/netstandard2.0/Dapper.Linq.csprojAssemblyReference.cache
Binary file not shown.
Binary file added
BIN
+191 KB
src/Dapper.Linq/Dapper.Linq/obj/Release/netstandard2.0/Dapper.Linq.dll
Binary file not shown.
Binary file added
BIN
+48.2 KB
src/Dapper.Linq/Dapper.Linq/obj/Release/netstandard2.0/Dapper.Linq.pdb
Binary file not shown.
Oops, something went wrong.