Registeration Error on existing nulled Property
description
class Person
{
public int Id { get; set; }
public string Name { get; set; }
}
If Name property is null, then person object is registered Id property only in cassandraemon0.8.7.
But in version 0.7.10.1, 0.8.9, 1.0.6, it occurred registration error.
Error Message:
InvalidRequestException(Why: Column value is required)
Perhaps it is necessary to check property is not null. If property is null, then column should be not created from it.