Breaking changes to relational command methods may affect Npgsql provider #6783
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Steps to reproduce
Create a .NET Framework console app
Execute
install-package Microsoft.EntityframeworkCore.Relational -pre
form a feed with recent 1.1.0 preview1 bitsExecute
install-package Npgsql.EntityFrameworkCore.PostgreSQL
from the NuGet feed.Add some code that uses the Npgsql provider and build, e.g.:
go to the bin\debug or release folder in a developer command prompt and execute
ngen install ConsoleApplication86.exe
The issue
The relevant output looks like this:
These methods were removed in dbdfe14.
The output is the same for .NET Framework 4.5.1 and 4.6 but I don't know how to do something similar for .NET Core.
Further technical details
EF Core version: 1.1.0-alpha1-22431
Npgsql.EntityFrameworkCore.PostgreSQL version: 1.0.2
Operating system: Windows 10
Visual Studio version: VS 2015 Update 3
The text was updated successfully, but these errors were encountered: