Releases: AArnott/CSharpIsNull
Releases · AArnott/CSharpIsNull
v0.1.492
What's Changed
- Fix for 'o == default' by @manfred-brands in #42
- Add tests for
== default
for value types by @AArnott in #44
New Contributors
- @manfred-brands made their first contribution in #42
Full Changelog: v0.1.300...v0.1.492
v0.1.300
v0.1.292-beta
Changes:
Fixes:
- #3:
is null
andis not null
can't be used in expression tree contexts
This list of changes was auto generated.
v0.1.290-beta
- Offer the
is not null
code fix first (before theis object
code fix) instead of last (when C# 9+ is used) - Target C# compiler version 3.7 instead of 3.11 so that more SDK/IDE versions can use this analyzer.
v0.1.288-beta
Fixes
- Mark package as a development dependency
- Fix help links
- Make code fix available in arguments
v0.1.283-beta
Initial release. Fully functional and tested.