News

Using c# 9 preview's new record class type, the compiler generates a copy-constructor that has no property name. When Trying to add an object of record type to a DbSet, the class ...