Updated to Entity Developer 7, Code generation default value not working for String

Updated to Entity Developer 7, Code generation default value not working for String

Hi,

We updated our version of Entity Developer from 5.8 to 7.0 and the code generation default value for String properties stopped working. It still works for ints.

We are using EF6 Models with Sql Server, code first.



Generates: 




However


Generates:


I tried creating an entirely new Model and get the same behavior.

Please advise,
thanks