Guard.IsReferenceEqualTo
should accept T?
#943
Labels
bug 🐛
An unexpected issue that highlights incorrect behavior
Guard.IsReferenceEqualTo
should accept T?
#943
Describe the bug
Currently it seems that
Guard.IsReferenceEqualTo
requires the parameters to be non-null. I believe the signature should be changed to permit nullable types because I believe that comparison to null values is a reasonable expectation and it is supported by the underlying call toobject.ReferenceEquals
Regression
No response
Steps to reproduce
Expected behavior
No CS8634
Screenshots
No response
IDE and version
VS 2022 Preview
IDE version
No response
Nuget packages
Nuget package version(s)
8.2.2
Additional context
No response
Help us help you
Yes, I'd like to be assigned to work on this item
The text was updated successfully, but these errors were encountered: