Skip to content

Commit 6077735

Browse files
committed
Explicitlly set KeyGeneratorKind.None instead of implicit conversion
1 parent 84f7596 commit 6077735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Orm/Xtensive.Orm.Tests/Issues/IssueJira0555_KeyRemapBug.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2014 Xtensive LLC.
1+
// Copyright (C) 2014 Xtensive LLC.
22
// All rights reserved.
33
// For conditions of distribution and use, see license.
44
// Created by: Alexey Kulakov
@@ -57,7 +57,7 @@ public class TestEntity : Entity
5757
}
5858

5959
[HierarchyRoot]
60-
[KeyGenerator]
60+
[KeyGenerator(KeyGeneratorKind.None)]
6161
public class TestEntity2 : Entity
6262
{
6363
private static int Increment = 1;

0 commit comments

Comments
 (0)