TortugaResearch / Tortuga.Chain

A fluent ORM for .NET
Other
335 stars 22 forks source link

Can't use records as filter objects #444

Closed Grauenwolf closed 2 years ago

Grauenwolf commented 2 years ago

The SQL Builder is picking up properties that cannot be read, including the protected property EqualityContract that is created for records.

Tortuga.Chain.MappingException : Strict mode was enabled, but property EqualityContract could be matched to a column in dbo.Course. Disable strict mode or mark the property as NotMapped.