The driver doesn't generate GUID id correctly.

XMLWordPrintableJSON

    • 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

      { get; set; }
      public string Text { get; set; }

      }

      the Id remains default(typeof(Guid)), so it isn't generated correclty. The GuidCombGenerator doesn't get called.

            Assignee:
            Craig Wilson
            Reporter:
            Mihai Ciureanu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: