-
Notifications
You must be signed in to change notification settings - Fork 76
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
C#: Reorganize Structure #3362
base: main
Are you sure you want to change the base?
C#: Reorganize Structure #3362
Conversation
2b15406
to
406a658
Compare
forgot to update from upstream first, sorry |
Signed-off-by: X39 <[email protected]>
e4d5908
to
7d34e85
Compare
Signed-off-by: X39 <[email protected]>
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.
csharp/ReadMe.md
Outdated
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.
No need to rename. We will have a developer guide and a user guide, they are different.
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.
Also not sure PascalCase naming for readme files works. At least it is first time I see it.
I would say it goes agains common patterns and guidelines even for .NET ecosystem
https://devblogs.microsoft.com/nuget/add-a-readme-to-your-nuget-package/
https://visualstudiomagazine.com/articles/2017/02/21/vs-dotnet-code-documentation-tools-roundup.aspx
benchmarks/csharp/Program.cs
Outdated
async (key, value) => await glide_client.Set(key, value), | ||
() => glide_client.Dispose())); |
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.
I afraid whitespace changes would be blamed by the linter
benchmarks/csharp/Program.cs
Outdated
@@ -324,4 +322,4 @@ public static async Task Main(string[] args) | |||
|
|||
PrintResults(options.ResultsFile); | |||
} | |||
} | |||
} |
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.
Please keep blank lines at EOF
@@ -1,6 +1,6 @@ | |||
// Copyright Valkey GLIDE Project Contributors - SPDX Identifier: Apache-2.0 | |||
|
|||
namespace Tests.Integration; | |||
namespace Valkey.Glide.UnitTests.Integration; |
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.
All tests there are truly integration tests.
Changes include accidental whitespace changes and a rename that does not yet make any sense. Also reverted naming of DEVELOPER.md in accordance with contributors.
See #3354
This is part one of the split PR