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

[WIP] C# 8 nullable reference type support #102

Closed
wants to merge 25 commits into from
Closed

[WIP] C# 8 nullable reference type support #102

wants to merge 25 commits into from

Commits on Oct 28, 2019

  1. C# 8 nullable reference type support

    fixes #54
    tests for NRT
    sungam3r committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    e5c5828 View commit details
    Browse the repository at this point in the history
  2. sln files

    sungam3r committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    9c9442b View commit details
    Browse the repository at this point in the history
  3. try build

    sungam3r committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    3166ee9 View commit details
    Browse the repository at this point in the history
  4. suppressions comments

    sungam3r committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    b373a98 View commit details
    Browse the repository at this point in the history
  5. extension method

    sungam3r committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    428d3ad View commit details
    Browse the repository at this point in the history
  6. +1 test

    sungam3r committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    951495f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f411f1 View commit details
    Browse the repository at this point in the history
  8. forgotten tests

    sungam3r committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    2eab0cf View commit details
    Browse the repository at this point in the history
  9. fix class? constraint

    new tests
    sungam3r committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    48a064e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f480878 View commit details
    Browse the repository at this point in the history
  11. one more fix

    sungam3r committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    c841bbe View commit details
    Browse the repository at this point in the history
  12. fix

    sungam3r committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    33c7588 View commit details
    Browse the repository at this point in the history
  13. add notnull constraint

    more tests
    sungam3r committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    cbb2336 View commit details
    Browse the repository at this point in the history
  14. more tests for constraints

    sungam3r committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    e9c7886 View commit details
    Browse the repository at this point in the history
  15. add unmanaged constraint

    sungam3r committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    fca35c3 View commit details
    Browse the repository at this point in the history
  16. fix

    sungam3r committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    08ece3d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    2a67b09 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. fix recursion

    sungam3r committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    aacbc4b View commit details
    Browse the repository at this point in the history
  2. readme note + .editorconfig

    sungam3r committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    017b689 View commit details
    Browse the repository at this point in the history
  3. tests

    sungam3r committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    677fd84 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. void fix

    sungam3r committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    c2ba725 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e414244 View commit details
    Browse the repository at this point in the history
  3. fixes #107

    sungam3r committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    81377e1 View commit details
    Browse the repository at this point in the history
  4. fixes #108

    sungam3r committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    b4e0a27 View commit details
    Browse the repository at this point in the history
  5. fixes #104

    sungam3r committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    b4cff42 View commit details
    Browse the repository at this point in the history