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

Annotate nullable reference types in public APIs #1072

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

Commits on Aug 26, 2024

  1. Add some nullable attributes for net4x compatibility

    Part of a fix for issue #1067
    jstedfast committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d9a7455 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Enable nullable reference types for some header related classes (#1068)

    * Enable nullable reference types for some header related classes
    
    * Remove unnecessary #if/#else/#endif
    
    ---------
    
    Co-authored-by: Jeffrey Stedfast <jestedfa@microsoft.com>
    daniel-lerch and jstedfast authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    cc4c3b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Fixed NullableAttributes

    jstedfast committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    dab013b View commit details
    Browse the repository at this point in the history