Table of Contents

GR0020: Do not use Entity Framework Database EnsureCreatedAsync.

TitleDo not use Entity Framework Database EnsureCreatedAsync.
IdGR0020
CategoryDesign
Default SeverityWarning
Enabled By DefaultTrue
DescriptionEnsureCreatedAsync 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