I have an issue with Guid? (Nullable) serialization.
I have migrated to Mongo C# Driver v3.1 and since it doesn’t have a way to specify Guid serialization globally, I have specified it for each field with attribute.
I have migrated my LegacyCSharpUids to Standard UUID.
I have an issue with Nullable fields.
I have an error:
System.InvalidOperationException: [BsonGuidRepresentationAttribute] can only be used when the serializer is a GuidSerializer.