Releases: Fody/NullGuard
Releases · Fody/NullGuard
3.1.1
As part of this release we had 47 commits which resulted in 1 issue being closed.
Bug
- #598 NullGuard generates invalid IL with records when init is used
3.1.0
As part of this release we had 194 commits which resulted in 2 issues being closed.
Improvements
- #519 Use
ShouldCleanReference
instead of the custom RemoveReference
method.
- #520 Drop support for net framework < 4.5.2
3.0.0
As part of this release we had 252 commits which resulted in 1 issue being closed.
Bug
- #342 System.AccessViolationException on methods with generic arguments with type constraints
3.0.0-beta1
- Full support for C# 8 Nullable Reference Types
2.2.0
Supporting C# 8 Nullable Reference Type attributes
2.1.0
As part of this release we had 1 issue closed.
Improvement
1.8.3
Update Fody reference to 3.2.1
1.8.2
Fix #90: Portable PDB + NullGuard breaks breakpoints
1.8.1
- Fix #84: Returning 0 from a generic async method triggers NullGuard
1.8.0
- Fix #102: ExplicitMode cache must not be static.
- Update Fody to 3.x