Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
StackExchange.Redis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
StackExchange.Redis
Commits
32af55c7
Commit
32af55c7
authored
Sep 01, 2016
by
Marc Gravell
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'core-rtm' of github.com:StackExchange/StackExchange.Redis into core-rtm
parents
3d106617
03b917fd
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
31 additions
and
11 deletions
+31
-11
BasicTest.project.json
BasicTest/BasicTest.project.json
+9
-0
MigratedBookSleeveTestSuite.project.json
...kSleeveTestSuite/MigratedBookSleeveTestSuite.project.json
+10
-0
packages.config
MigratedBookSleeveTestSuite/packages.config
+0
-4
StackExchange.Redis.Core.sln
StackExchange.Redis.Core.sln
+1
-0
StackExchange.Redis.Tests_Net46.csproj
....Redis.Tests_Net46/StackExchange.Redis.Tests_Net46.csproj
+1
-1
PhysicalConnection.cs
...kExchange.Redis/StackExchange/Redis/PhysicalConnection.cs
+4
-0
StackExchange.Redis_Net40.StrongName.csproj
...e.Redis_Net40/StackExchange.Redis_Net40.StrongName.csproj
+1
-1
StackExchange.Redis_Net40.csproj
StackExchange.Redis_Net40/StackExchange.Redis_Net40.csproj
+1
-1
StackExchange.Redis_Net45.StrongName.csproj
...e.Redis_Net45/StackExchange.Redis_Net45.StrongName.csproj
+1
-1
StackExchange.Redis_Net45.csproj
StackExchange.Redis_Net45/StackExchange.Redis_Net45.csproj
+1
-1
StackExchange.Redis_Net46.StrongName.csproj
...e.Redis_Net46/StackExchange.Redis_Net46.StrongName.csproj
+1
-1
StackExchange.Redis_Net46.csproj
StackExchange.Redis_Net46/StackExchange.Redis_Net46.csproj
+1
-1
No files found.
BasicTest/BasicTest.project.json
0 → 100644
View file @
32af55c7
{
"runtimes"
:
{
"win"
:
{}
},
"frameworks"
:
{
"net45"
:
{
"dependencies"
:
{
}
}
}
}
MigratedBookSleeveTestSuite/MigratedBookSleeveTestSuite.project.json
0 → 100644
View file @
32af55c7
{
"runtimes"
:
{
"win"
:
{}
},
"frameworks"
:
{
"net45"
:
{
"dependencies"
:
{
"NUnit"
:
"3.0.0"
}
}
}
}
MigratedBookSleeveTestSuite/packages.config
deleted
100644 → 0
View file @
3d106617
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"NUnit"
version
=
"3.0.0"
targetFramework
=
"net45"
/>
</
packages
>
\ No newline at end of file
StackExchange.Redis.Core.sln
View file @
32af55c7
...
...
@@ -11,6 +11,7 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "StackExchange.Redis.Tests",
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3AD17044-6BFF-4750-9AC2-2CA466375F2A}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
...
...
StackExchange.Redis.Tests_Net46/StackExchange.Redis.Tests_Net46.csproj
View file @
32af55c7
...
...
@@ -77,7 +77,7 @@
<Reference
Include=
"Microsoft.CSharp"
/>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"..\StackExchange.Redis.Tests\**\*.cs"
/>
<Compile
Include=
"..\StackExchange.Redis.Tests\**\*.cs"
Exclude=
"..\StackExchange.Redis.Tests\obj\**\*.cs"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"packages.config"
>
...
...
StackExchange.Redis/StackExchange/Redis/PhysicalConnection.cs
View file @
32af55c7
...
...
@@ -32,6 +32,10 @@ private static Action<Task<int>> EndReadFactory(PhysicalConnection physical)
{
return
result
=>
{
// can't capture AsyncState on SocketRead, so we'll do it once per physical instead
if
(
result
.
IsFaulted
)
{
GC
.
KeepAlive
(
result
.
Exception
);
}
try
{
physical
.
Multiplexer
.
Trace
(
"Completed asynchronously: processing in callback"
,
physical
.
physicalName
);
...
...
StackExchange.Redis_Net40/StackExchange.Redis_Net40.StrongName.csproj
View file @
32af55c7
...
...
@@ -77,7 +77,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"..\StackExchange.Redis\**\*.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\**\*.cs"
Exclude=
"..\StackExchange.Redis\obj\**\*.cs"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"packages.config"
/>
...
...
StackExchange.Redis_Net40/StackExchange.Redis_Net40.csproj
View file @
32af55c7
...
...
@@ -74,7 +74,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"..\StackExchange.Redis\**\*.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\**\*.cs"
Exclude=
"..\StackExchange.Redis\obj\**\*.cs"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"app.config"
/>
...
...
StackExchange.Redis_Net45/StackExchange.Redis_Net45.StrongName.csproj
View file @
32af55c7
...
...
@@ -79,7 +79,7 @@
<Reference
Include=
"System.IO.Compression"
/>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"..\StackExchange.Redis\**\*.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\**\*.cs"
Exclude=
"..\StackExchange.Redis\obj\**\*.cs"
/>
</ItemGroup>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
...
...
StackExchange.Redis_Net45/StackExchange.Redis_Net45.csproj
View file @
32af55c7
...
...
@@ -73,7 +73,7 @@
<Reference
Include=
"System.IO.Compression"
/>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"..\StackExchange.Redis\**\*.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\**\*.cs"
Exclude=
"..\StackExchange.Redis\obj\**\*.cs"
/>
</ItemGroup>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
...
...
StackExchange.Redis_Net46/StackExchange.Redis_Net46.StrongName.csproj
View file @
32af55c7
...
...
@@ -63,7 +63,7 @@
<Reference
Include=
"System.IO.Compression"
/>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"..\StackExchange.Redis\**\*.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\**\*.cs"
Exclude=
"..\StackExchange.Redis\obj\**\*.cs"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"packages.config"
/>
...
...
StackExchange.Redis_Net46/StackExchange.Redis_Net46.csproj
View file @
32af55c7
...
...
@@ -57,7 +57,7 @@
<Reference
Include=
"System.IO.Compression"
/>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"..\StackExchange.Redis\**\*.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\**\*.cs"
Exclude=
"..\StackExchange.Redis\obj\**\*.cs"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"app.config"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment