Failing to connect to Firebird
------------------------------
Key: DNET-902
URL: http://tracker.firebirdsql.org/browse/DNET-902
Project: .NET Data provider
Issue Type: Bug
Components: ADO.NET Provider, Entity Framework Core, NuGet packages
Affects Versions: 7.1.1.0
Environment: Windows 10 / VS 2019 Preview
Reporter: John Greco
Assignee: Jiri Cincura
Trying to utilize: services.AddDbContext<SheaDbContext>(options => options.UseFirebird(connectionString));
Raises an exception:
"Method 'get_Info' in type 'FirebirdSql.EntityFrameworkCore.Firebird.Infrastructure.Internal.FbOptionsExtension' from assembly 'FirebirdSql.EntityFrameworkCore.Firebird, Version=7.1.1.0, Culture=neutral, PublicKeyToken=7a73ef09980c56c9' does not have an implementation." string
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|