davisnw
davisnw
The suggested workaround of just checking "SelectedMemberPath" was too broad for my case. I have the same property name on different classes, but only want to exclude it on one...
It seems like a rather critical issue that the tenantId be properly used and it's value not statically captured in the lambda expression. Documentation and github sample need to be...
@rowanmiller - Looking at 2.2.6, the "///" documentation on Microsoft.EntityFrameworkCore.DbContext does not indicate that `public virtual int SaveChanges();` is automatically called by any of the following: - `public virtual int...
Testing shows that the given workaround in this issue is incomplete. `ShouldThrowOnSaveChanges` passes, `ShouldThrowOnSaveChangesAsync` fails. ``` [Fact] public void ShouldThrowOnSaveChanges() { var exception = Assert.Throws(() => { using (var db...
I would like it even better if there were also an e.g. `[Default(Value = {myDefaultValue}, Constraint="DF_MyconstraintName")]` attribute that could be specified on the property in the entity class. Or perhaps...