Details
-
Bug
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
-
None
Description
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.