Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-60

The driver doesn't generate GUID id correctly.

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major - P3 Major - P3
    • None
    • None
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            craig.wilson@mongodb.com Craig Wilson
            mciureanu Mihai Ciureanu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: