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

Make type parameter T of the Null() method nullable and add overload for value types. #261

Merged
merged 13 commits into from
Jul 31, 2023

Commits on Feb 23, 2023

  1. Add nullable annotation "?" to T of Null() to supress null warnings o…

    …n returned value.
    amalkrishna committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    ed64681 View commit details
    Browse the repository at this point in the history
  2. Add overload of Null() with generic constraint for value types to all…

    …ow assignment of return value to non-nullable value types when passed a nullable value type.
    amalkrishna committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    0d5703b View commit details
    Browse the repository at this point in the history
  3. Add unit tests to ensure that Null() returns a non-nullable value typ…

    …e when passed a nullable value type
    amalkrishna committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    969f83a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Merge branch 'main' into main

    ardalis committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    302c904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c4f94b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

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

Commits on Apr 4, 2023

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

Commits on Jun 24, 2023

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

Commits on Jun 27, 2023

  1. Update GuardClauses.csproj

    amal-stack committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    44db1c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e12b0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcf0696 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1c58c2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from amal-stack/revert-4-amal-stack-update-vers…

    …ion-patch-1
    
    Revert "Update to dotnet 7.0"
    amal-stack committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e592988 View commit details
    Browse the repository at this point in the history