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
b8d07acb
Commit
b8d07acb
authored
Sep 27, 2018
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update "unofficial" to 1.0.7 (drops System.Buffers ref)
parent
3fef93d2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
9 deletions
+5
-9
NuGet.Config
NuGet.Config
+1
-0
StackExchange.Redis.csproj
src/StackExchange.Redis/StackExchange.Redis.csproj
+1
-1
Program.cs
tests/BasicTest/Program.cs
+1
-1
TestConsole.csproj
toys/TestConsole/TestConsole.csproj
+2
-7
No files found.
NuGet.Config
View file @
b8d07acb
...
...
@@ -4,6 +4,7 @@
<
clear
/>
<!--<
add
key
=
"localNuget"
value
=
"c:\code\LocalNuget"
/>-->
<
add
key
=
"xUnit"
value
=
"https://www.myget.org/F/xunit/api/v3/index.json"
/>
<!--<
add
key
=
"MyGet"
value
=
"https://www.myget.org/F/stackoverflow/api/v3/index.json"
/>-->
<
add
key
=
"NuGet"
value
=
"https://api.nuget.org/v3/index.json"
/>
</
packageSources
>
</
configuration
>
src/StackExchange.Redis/StackExchange.Redis.csproj
View file @
b8d07acb
...
...
@@ -15,7 +15,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pipelines.Sockets.Unofficial" Version="1.0.
6
" />
<PackageReference Include="Pipelines.Sockets.Unofficial" Version="1.0.
7
" />
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="4.5.0" />
<PackageReference Include="System.IO.Pipelines" Version="4.5.1" />
<PackageReference Include="System.Threading.Channels" Version="4.5.0" />
...
...
tests/BasicTest/Program.cs
View file @
b8d07acb
...
...
@@ -21,7 +21,7 @@ internal class CustomConfig : ManualConfig
{
protected
virtual
Job
Configure
(
Job
j
)
=>
j
.
With
(
new
GcMode
{
Force
=
true
})
.
With
(
InProcessToolchain
.
Instance
)
//
.With(InProcessToolchain.Instance)
;
public
CustomConfig
()
...
...
toys/TestConsole/TestConsole.csproj
View file @
b8d07acb
...
...
@@ -11,13 +11,8 @@
<PropertyGroup Condition="'$(Computername)'=='OCHO' or '$(Computername)'=='SKINK'">
<LocalReference>true</LocalReference>
</PropertyGroup>
<ItemGroup>
<!--<ProjectReference Include="..\..\tests\BasicTest\BasicTest.csproj" />
<ProjectReference Include="..\StackExchange.Redis.Server\StackExchange.Redis.Server.csproj" />
<ProjectReference Include="..\..\tests\StackExchange.Redis.Tests\StackExchange.Redis.Tests.csproj" />-->
<!--<ProjectReference Include="..\..\src\StackExchange.Redis\StackExchange.Redis.csproj" />-->
<PackageReference Include="Pipelines.Sockets.Unofficial" Version="1.0.6" />
<PackageReference Include="StackExchange.Redis" Version="2.0.510" />
<ProjectReference Include="..\..\src\StackExchange.Redis\StackExchange.Redis.csproj" />
</ItemGroup>
</Project>
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