EFCore5.0.AutomaticMigrations.NetTopologySuite

No summary available for this package.

Latest version published over 3 years ago
VersionReleasedDeprecated
5.0.7Jun 9, 2021
Jun 14, 2023
over 1 year ago

Last updated on 19 January-2024, at 02:39 (UTC).

Got EOL?

Xeol can give you visibility into end-of-life (EOL) and deprecated packages across all your repositories. Try it out!

Description

Enable Automatic Migrations for Entity Framework Core NetTopologySuite for the Microsoft SQL Server databases. How to use: 1. Enable mapping to spatial types via NTS options.UseSqlServer( @"Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=Database", x => x.UseNetTopologySuite()); 2. Enable automatic migrations Call: MigrateDatabaseToLatestVersion.ExecuteAsync(context).Wait();

FAQs

> Is EFCore5.0.AutomaticMigrations.NetTopologySuite Deprecated?

It appears there are some versions of EFCore5.0.AutomaticMigrations.NetTopologySuite that are deprecated.

> What is the deprecation date for the latest version of EFCore5.0.AutomaticMigrations.NetTopologySuite?

The latest version of EFCore5.0.AutomaticMigrations.NetTopologySuite was released on Jun 9, 2021, and it is now deprecated.

> What does deprecated mean?

Deprecated means that the package was either marked as deprecated on the package registry, or that the source code repository for the package was archived.