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
5e94e688
Commit
5e94e688
authored
Dec 11, 2015
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.1.0-alpha2 bundle
parent
2f63c6b9
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
7 deletions
+11
-7
project.json
BasicTest_dnxcore50/project.json
+1
-1
StackExchange.Redis.StrongName.xproj
...nge.Redis.StrongName/StackExchange.Redis.StrongName.xproj
+3
-1
project.json
StackExchange.Redis.StrongName/project.json
+1
-1
project.json
StackExchange.Redis.Tests/project.json
+1
-1
StackExchange.Redis.xproj
StackExchange.Redis/StackExchange.Redis.xproj
+3
-1
BufferedOutputStream.cs
....Redis/StackExchange/Redis/Compat/BufferedOutputStream.cs
+1
-1
project.json
StackExchange.Redis/project.json
+1
-1
No files found.
BasicTest_dnxcore50/project.json
View file @
5e94e688
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
],
],
"dependencies"
:
{
"dependencies"
:
{
"StackExchange.Redis"
:
{
"StackExchange.Redis"
:
{
"version"
:
"1.1.0-alpha
1
"
,
"version"
:
"1.1.0-alpha
2
"
,
"target"
:
"project"
"target"
:
"project"
}
}
},
},
...
...
StackExchange.Redis.StrongName/StackExchange.Redis.StrongName.xproj
View file @
5e94e688
...
@@ -11,9 +11,11 @@
...
@@ -11,9 +11,11 @@
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
..\artifacts\obj\$(MSBuildProjectName)
</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
..\artifacts\obj\$(MSBuildProjectName)
</BaseIntermediateOutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
..\artifacts\bin\$(MSBuildProjectName)\
</OutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
..\artifacts\bin\$(MSBuildProjectName)\
</OutputPath>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<SchemaVersion>
2.0
</SchemaVersion>
<SchemaVersion>
2.0
</SchemaVersion>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|AnyCPU'"
>
<ProduceOutputsOnBuild>
True
</ProduceOutputsOnBuild>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\DNX\Microsoft.DNX.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\DNX\Microsoft.DNX.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
</Project>
</Project>
\ No newline at end of file
StackExchange.Redis.StrongName/project.json
View file @
5e94e688
{
{
"version"
:
"1.1.0-alpha
1
"
,
"version"
:
"1.1.0-alpha
2
"
,
"description"
:
"High performance Redis client, incorporating both synchronous and asynchronous usage."
,
"description"
:
"High performance Redis client, incorporating both synchronous and asynchronous usage."
,
"authors"
:
[
"Stack Exchange inc., marc.gravell"
],
"authors"
:
[
"Stack Exchange inc., marc.gravell"
],
"owners"
:
[
"marc.gravell"
],
"owners"
:
[
"marc.gravell"
],
...
...
StackExchange.Redis.Tests/project.json
View file @
5e94e688
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
"licenseUrl"
:
""
,
"licenseUrl"
:
""
,
"dependencies"
:
{
"dependencies"
:
{
"StackExchange.Redis"
:
{
"StackExchange.Redis"
:
{
"version"
:
"1.1.0-alpha
1
"
,
"version"
:
"1.1.0-alpha
2
"
,
"target"
:
"project"
"target"
:
"project"
}
}
},
},
...
...
StackExchange.Redis/StackExchange.Redis.xproj
View file @
5e94e688
...
@@ -11,9 +11,11 @@
...
@@ -11,9 +11,11 @@
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
..\artifacts\obj\$(MSBuildProjectName)
</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
..\artifacts\obj\$(MSBuildProjectName)
</BaseIntermediateOutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
..\artifacts\bin\$(MSBuildProjectName)\
</OutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
..\artifacts\bin\$(MSBuildProjectName)\
</OutputPath>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<SchemaVersion>
2.0
</SchemaVersion>
<SchemaVersion>
2.0
</SchemaVersion>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|AnyCPU'"
>
<ProduceOutputsOnBuild>
True
</ProduceOutputsOnBuild>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\DNX\Microsoft.DNX.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\DNX\Microsoft.DNX.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
</Project>
</Project>
\ No newline at end of file
StackExchange.Redis/StackExchange/Redis/Compat/BufferedOutputStream.cs
View file @
5e94e688
...
@@ -14,7 +14,7 @@ public class BufferedOutputStream : Stream
...
@@ -14,7 +14,7 @@ public class BufferedOutputStream : Stream
public
BufferedOutputStream
(
Stream
inner
,
int
bufferSize
)
public
BufferedOutputStream
(
Stream
inner
,
int
bufferSize
)
{
{
if
(
inner
==
null
)
throw
new
Argument
OutOfRange
Exception
(
nameof
(
inner
));
if
(
inner
==
null
)
throw
new
Argument
Null
Exception
(
nameof
(
inner
));
if
(
bufferSize
<=
0
)
throw
new
ArgumentOutOfRangeException
(
nameof
(
bufferSize
));
if
(
bufferSize
<=
0
)
throw
new
ArgumentOutOfRangeException
(
nameof
(
bufferSize
));
if
(!
inner
.
CanWrite
)
throw
new
InvalidOperationException
(
"Inner stream is not writeable"
);
if
(!
inner
.
CanWrite
)
throw
new
InvalidOperationException
(
"Inner stream is not writeable"
);
this
.
inner
=
inner
;
this
.
inner
=
inner
;
...
...
StackExchange.Redis/project.json
View file @
5e94e688
{
{
"version"
:
"1.1.0-alpha
1
"
,
"version"
:
"1.1.0-alpha
2
"
,
"description"
:
"High performance Redis client, incorporating both synchronous and asynchronous usage."
,
"description"
:
"High performance Redis client, incorporating both synchronous and asynchronous usage."
,
"authors"
:
[
"Stack Exchange inc., marc.gravell"
],
"authors"
:
[
"Stack Exchange inc., marc.gravell"
],
"owners"
:
[
"marc.gravell"
],
"owners"
:
[
"marc.gravell"
],
...
...
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