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

Use NullabilityInfoContext to determine if member is nullable #3046

Merged

Commits on Aug 26, 2024

  1. Use NullabilityInfoContext to determine if member is nullable

    Add-on to domaindrivendev#3043
    (should be no conflict)
    
    Very similar to my previous PR: domaindrivendev#3041
    
    In his PR, @VladimirTyrin surgically fixes a specific problem for all platforms. I suggest we use the new and fancy NET6+ toys when available, to avoid nullable logic completely in the future. I tested it with the same added test as in @VladimirTyrin's original PR.
    patrikwlund committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9fb2765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec62df7 View commit details
    Browse the repository at this point in the history