Skip to content

Releases: Fody/NullGuard

3.1.1

13 Jan 11:57
Compare
Choose a tag to compare

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

14 Jan 10:26
Compare
Choose a tag to compare

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

11 Jul 14:06
Compare
Choose a tag to compare

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

31 Mar 15:26
Compare
Choose a tag to compare
  • Full support for C# 8 Nullable Reference Types

2.2.0

26 Jan 11:07
3cbd7ab
Compare
Choose a tag to compare

Supporting C# 8 Nullable Reference Type attributes

2.1.0

26 Jan 09:08
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Improvement

  • #195 Update to Fody 6

1.8.3

08 Sep 10:14
Compare
Choose a tag to compare

Update Fody reference to 3.2.1

1.8.2

08 Sep 10:13
Compare
Choose a tag to compare

Fix #90: Portable PDB + NullGuard breaks breakpoints

1.8.1

03 Sep 14:09
c2042c5
Compare
Choose a tag to compare
  • Fix #84: Returning 0 from a generic async method triggers NullGuard

1.8.0

03 Sep 14:12
Compare
Choose a tag to compare
  • Fix #102: ExplicitMode cache must not be static.
  • Update Fody to 3.x