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

Nullability #3287

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 20, 2024

  1. applied fixer for drect assignment from null

    apmoskevitz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ef8e709 View commit details
    Browse the repository at this point in the history
  2. focus on CS8769

    apmoskevitz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c51ee93 View commit details
    Browse the repository at this point in the history
  3. focus on CS8768 and CS8767

    apmoskevitz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    049bb33 View commit details
    Browse the repository at this point in the history
  4. focus on CS8765

    apmoskevitz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6e4a025 View commit details
    Browse the repository at this point in the history
  5. focus on CS8714

    apmoskevitz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cc64707 View commit details
    Browse the repository at this point in the history
  6. added notnullwhen annotations

    apmoskevitz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    30421e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    dc2af21 View commit details
    Browse the repository at this point in the history
  2. focus on CS8603, return null from method

    apmoskevitz committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d89f850 View commit details
    Browse the repository at this point in the history
  3. more nullable error cleanups

    apmoskevitz committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    73a7921 View commit details
    Browse the repository at this point in the history
  4. change unfixed to warnings and fixed to errors, changed project setti…

    …ngs to match
    apmoskevitz committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0282783 View commit details
    Browse the repository at this point in the history
  5. more CS8600 cleanup

    apmoskevitz committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    eae6e21 View commit details
    Browse the repository at this point in the history
  6. more nullability updates focus CS8619

    apmoskevitz committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b652648 View commit details
    Browse the repository at this point in the history
  7. focus on CS8625, convert to error

    apmoskevitz committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0430c3b View commit details
    Browse the repository at this point in the history
  8. merge latest master

    apmoskevitz committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0aad136 View commit details
    Browse the repository at this point in the history
  9. fix build errors from merge

    apmoskevitz committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6312e59 View commit details
    Browse the repository at this point in the history
  10. fixed conversions tests failing by adding a polyfill for the framewor…

    …ks that do not have the nullability attributes
    apmoskevitz committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b63837e View commit details
    Browse the repository at this point in the history