-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC-2525 add ListTutorial.cs to fork #324
DOC-2525 add ListTutorial.cs to fork #324
Conversation
Closes #213 |
tests/Doc/Doc.csproj
Outdated
@@ -22,4 +22,7 @@ | |||
<ProjectReference Include="..\..\src\NRedisStack\NRedisStack.csproj" /> | |||
<ProjectReference Include="..\..\tests\NRedisStack.Tests\NRedisStack.Tests.csproj" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we still need this ??
tests/Doc/xunit.runner.json
Outdated
@@ -0,0 +1,4 @@ | |||
{ | |||
"parallelizeAssembly": false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and these ?
…dis/NRedisStack into DOC-2525-list-code-samples
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good !
No description provided.