DTO's attributes emit seems different

I am getting Reference attributes emitted as follows which are giving me compile errors after upgrading to 5.7.1

[Editable(AllowInitialValue=true)]

Severity Code Description Project File Line Suppression State
Error CS7036 There is no argument given that corresponds to the required formal parameter ‘allowEdit’ of 'EditableAttribute.EditableAttribute(bool)

[References(Type=typeof(Services.ServiceModel.PortalSearch))]

Severity Code Description Project File Line Suppression State
Error CS7036 There is no argument given that corresponds to the required formal parameter ‘type’ of ‘ReferencesAttribute.ReferencesAttribute(Type)’

Should now be resolved from this commit. This change is available from v5.7.1 that’s now available on MyGet.