-
Notifications
You must be signed in to change notification settings - Fork 134
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
[WIP] spell check, formatting, code cleanup #212
Conversation
spaces instead of tabs
Hi, nice to see you investing in this project! The issue with the tests failing (randomly) on GitHub Actions is the thing which currently bothers me the most, and where I'm running out of ideas why they keep failing. (so it's currently nothing "special" in your case)... I'm trying to keep track of this in #161 and I'm currently overhauling the observable test helpers in #213 (and planning to propose a PR to FluentAssertions if those tests finally run). Seems to be a threading issue where the reception of the notification pushed by the observable is blocked by the test waiting for it, which is also somehow dependent on the machine it runs on.... |
btw. please target |
I will wait for your changes and then resolve conflicts. |
…ient into code-cleanup # Conflicts: # src/GraphQL.Client.Abstractions.Websocket/GraphQL.Client.Abstractions.Websocket.csproj # src/GraphQL.Client.Serializer.SystemTextJson/GraphQL.Client.Serializer.SystemTextJson.csproj # src/GraphQL.Client/GraphQL.Client.csproj # src/GraphQL.Client/GraphQLHttpException.cs # src/GraphQL.Primitives/GraphQL.Primitives.csproj # src/src.props # tests/GraphQL.Client.Serializer.Tests/GraphQL.Client.Serializer.Tests.csproj # tests/GraphQL.Client.Tests.Common/Helpers/ObservableTester.cs # tests/GraphQL.Integration.Tests/GraphQL.Integration.Tests.csproj # tests/GraphQL.Integration.Tests/WebsocketTests/Base.cs # tests/GraphQL.Primitives.Tests/GraphQL.Primitives.Tests.csproj
There is no develop anymore. |
@rose-a Done. Tests success locally. |
Correct, moved to "GitHubFlow" to simplify things... |
This is the cleanup I did while reviewing the code briefly.