Table of Contents

GR0019: Do not use Entity Framework Database EnsureCreated.

TitleDo not use Entity Framework Database EnsureCreated.
IdGR0019
CategoryDesign
Default SeverityWarning
Enabled By DefaultTrue
DescriptionEnsureCreated 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