GR0048: Do not use Entity Framework DbSet.UpdateRange.
Title | Do not use Entity Framework DbSet<T>.UpdateRange. |
---|---|
Id | GR0048 |
Category | Design |
Default Severity | Warning |
Enabled By Default | True |
Description | UpdateRange should not be used in an Application. It invalidates the entire poco object. Just select the desired entities, update the relevant properties and call SaveChangesAsync. |
Custom Tags |