Skip to content

Commit 7191667

Browse files
committed
Disabling compiling warning in test where state wasn't explicitly updated.
1 parent e586594 commit 7191667

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Src/NHibernate.Envers.Tests/NetSpecific/UnitTests/CustomLists/CustomListsTestModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ internal class AuditParent : IAuditParent
1616
private Guid _id;
1717
private string _name;
1818
private string _value;
19+
#pragma warning disable 649
1920
private AutomaticCustomCollection<IAuditChild> _children;
21+
#pragma warning restore 649
2022

2123
public Guid Id
2224
{

0 commit comments

Comments
 (0)