GR0020: Do not use Entity Framework Database EnsureCreatedAsync.
Title | Do not use Entity Framework Database EnsureCreatedAsync. |
---|---|
Id | GR0020 |
Category | Design |
Default Severity | Warning |
Enabled By Default | True |
Description | EnsureCreatedAsync 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 |