GR0019: Do not use Entity Framework Database EnsureCreated.
Title | Do not use Entity Framework Database EnsureCreated. |
---|---|
Id | GR0019 |
Category | Design |
Default Severity | Warning |
Enabled By Default | True |
Description | EnsureCreated should not be used in an Application. There are risks around race conditions, initialization time and complexities with high availability when running multiple nodes. Database releases should be done as part of an independent release process. |
Custom Tags |