Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 900 Bytes

File metadata and controls

30 lines (20 loc) · 900 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.0.0] - 2026-05-29

Changed

  • BREAKING: The NuGet package has been renamed:
    • RentADeveloper.ArgumentNullGuards > ArgumentNullGuards

Migration from 1.x

  1. Remove the 'RentADeveloper.ArgumentNullGuards' package and add the 'ArgumentNullGuards' package.

[1.1.0] - 2026-01-28

Changed

  • Switched to NullabilityInfoContext to determine nullability of parameters.
  • For types not in a nullable enabled context, ArgumentNullGuardVerifier now assumes reference types are non-nullable instead of throwing a NoNullableEnabledContextException.

[1.0.1] - 2025-12-30

Fixed

  • Fixed icon URL in README.md.

[1.0.0] - 2025-12-30

  • Initial release.