We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f7596 commit 6077735Copy full SHA for 6077735
Orm/Xtensive.Orm.Tests/Issues/IssueJira0555_KeyRemapBug.cs
@@ -1,4 +1,4 @@
1
-// Copyright (C) 2014 Xtensive LLC.
+// Copyright (C) 2014 Xtensive LLC.
2
// All rights reserved.
3
// For conditions of distribution and use, see license.
4
// Created by: Alexey Kulakov
@@ -57,7 +57,7 @@ public class TestEntity : Entity
57
}
58
59
[HierarchyRoot]
60
- [KeyGenerator]
+ [KeyGenerator(KeyGeneratorKind.None)]
61
public class TestEntity2 : Entity
62
{
63
private static int Increment = 1;
0 commit comments