Skip to content

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
Contributor

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.

3 participants