Skip to content
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

Fix compiler diagnostics in AsyncRx.NET #1899

Merged
merged 1 commit into from Mar 17, 2023
Merged

Conversation

idg10
Copy link
Collaborator

@idg10 idg10 commented Mar 17, 2023

There were various warnings and messages due either to inconsistent style, or because in modern C#, newer idioms are preferred. This changes the code to be consistent with current standards.

In a couple of cases, the warnings were spurious, and have been suppressed.

There were various warnings and messages due either to inconsistent style, or because in modern C#, newer idioms are preferred. This changes the code to be consistent with current standards.

In a couple of cases, the warnings were spurious, and have been suppressed.
@idg10 idg10 added this to the AsyncRx alpha milestone Mar 17, 2023
@idg10 idg10 self-assigned this Mar 17, 2023
@idg10 idg10 marked this pull request as ready for review March 17, 2023 09:15
@idg10 idg10 merged commit 2a8c658 into main Mar 17, 2023
5 checks passed
@idg10 idg10 deleted the feature/fix-asyncrx-diagnostics branch March 17, 2023 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants