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 a number of nullable warnings. #1035

Merged
merged 2 commits into from Sep 23, 2019
Merged

Conversation

bartdesmet
Copy link
Collaborator

@bartdesmet bartdesmet commented Sep 23, 2019

Fix various C# 8.0 warnings, most notably due to:

  • Generated code using MethodInfo fields rather than MethodInfo?.
  • Test code checking for ArgumentNullException by having to pass in null.
  • Redundant Debug.Assert(x != null) asserts influencing nullability analysis for x.
  • Misc. smaller cases.

@clairernovotny
Copy link
Member

Don't worry about the failing RxNET builds - known issue that's being dealt with separately.

@bartdesmet bartdesmet merged commit 66266fa into master Sep 23, 2019
@delete-merged-branch delete-merged-branch bot deleted the dev/bartde/fix_nullable_warnings branch September 23, 2019 20:14
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.

None yet

2 participants