-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
If saving a class like this:
public class Post
{
public Guid Id
public string Text { get; set; }
}
the Id remains default(typeof(Guid)), so it isn't generated correclty. The GuidCombGenerator doesn't get called.