BSVN/Commons

Migration issues for auto-genrated properties while using MapAllReadonlyProperty

Closed this issue · 0 comments

We have some issue with this kind of readonly properties:

public string FullName => $"{FirstName} {LastName}";

When we are using MapAllReadonlyProperty extension.