EFCore Snippets Visual Studio Code Extensionhttps://marketplace.visualstudio.com/items?itemName=julielerman.efcore-snippets This extension contains a number of snippets that you may find useful when writing C# code against Entity Framework Core. FeaturesSnippets included for your class that inherits from DbContext ef override onconfiguringCreates OnConfiguring override method ef override onmodelcreatingCreates OnModelCreating override method ef override onmodelcreating pluralCreates OnModelCreating with logic to pluralize the table names of each of the mapped entities ef ctorDbContextOptionsAdds a new constructor to allow alternate provider for testing. Includes a parameterless ctor which you will need if you are using a custom ctor Requirementsnone 0.0.5Testing Enjoy! |