ObjectExporter icon indicating copy to clipboard operation
ObjectExporter copied to clipboard

Add Support for Nullable Guids

Open OmarElabd opened this issue 8 years ago • 0 comments

Reported by @pawciut:

In version 1.2.4 nullable Guids are incorrect. They are present at C# code as "new System.Guid?{ }" without property name to be assigned to.

example:

TypeCode = null,
new System.Guid?
{
},
TypeName = null,
Version = null,

or something like this:

Description = "Status główny",
DocumentId
Id
new System.Guid?
{
},
new System.Guid?
{
},

OmarElabd avatar Dec 03 '15 15:12 OmarElabd