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

chore: fix warnings #523

Merged
merged 5 commits into from
Dec 9, 2023
Merged

chore: fix warnings #523

merged 5 commits into from
Dec 9, 2023

Conversation

malandis
Copy link
Contributor

@malandis malandis commented Dec 9, 2023

Fixes warnings in test and build, including: improper order of arguments in asserts and lots of missing documentation.

Comment on lines +8 to +9
<!-- Microsoft.Bcl.AsyncInterfaces on net461 isn't supported; suppress warning -->
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
Copy link
Contributor Author

@malandis malandis Dec 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend we bump the minimum supported .NET core version to net462 to fix this.

The doc snippet format expects async methods, so we suppress the
warning for those that are not async.
@malandis malandis merged commit fc5b1b6 into main Dec 9, 2023
7 checks passed
@malandis malandis deleted the chore/fix-warnings branch December 9, 2023 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants