localdb is not supported on this platform
Hi guys.
I'm sort of new to linux and I am using Jetbrains Rider on it. I have a problem with my ASP.NET project. I am trying to update my migration but I keep getting the error "localdb is not supported on this platform". I have added all the NuGet packagaes needed to support this that I got from https://blog.jetbrains.com/dotnet/2017/08/09/running-entity-framework-core-commands-rider/ but still. I can create a migration but cannot update the database.
Please assist anyone. Thank you in advance.
Please sign in to leave a comment.
SQL Server LocaDb has no support for other platforms aside from Windows. Apparently.
Hello,
Indeed, SQL Server LocalDB is a feature of SQL Server, which is Windows only. You can find software requirements here.
Your statement sounds like SQL Server is Windows only, which is not true. A sub feature of SQL Server, LocalDb, is a Windows only feature.