System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Overview

Artifact ID: 143997298dd52b7c145872da1e8deca12d0874ed
Ticket: ad28d8e026c4c2275547a58bac3fe426ead63faa
System.Data.Entity.Core.ProviderIncompatibleException on netcore3 (using EF 6.3)
User & Date: anonymous 2019-10-29 17:18:29
Changes

  1. foundin changed to: "1.0.112"
  2. icomment:
    When using dbContext.Database.ExecuteSqlCommand or dbContext.Database.SqlQuery<T> the call just fails with the following stacktrace.
    
    The same code works when targeting net48 (instead of netcoreapp3.0) or when using 1.0.111 (and ignoring the NuGet-restore warnings).
    
    System.Data.Entity.Core.ProviderIncompatibleException
      HResult=0x80131920
      Message=A null was returned after calling the 'get_ProviderFactory' method on a store provider instance of type 'System.Data.SQLite.SQLiteConnection'. The store provider might not be functioning correctly.
      Source=EntityFramework
      StackTrace:
       at System.Data.Entity.Core.Common.DbProviderServices.GetProviderFactory(DbConnection connection)
       at System.Data.Entity.Utilities.DbConnectionExtensions.GetProviderInvariantName(DbConnection connection)
       at System.Data.Entity.Internal.InternalConnection.get_ProviderName()
       at System.Data.Entity.Internal.LazyInternalContext.get_ProviderName()
       at System.Data.Entity.Internal.DefaultModelCacheKeyFactory.Create(DbContext context)
       at System.Data.Entity.Internal.LazyInternalContext.InitializeContext()
       at System.Data.Entity.Internal.InternalContext.Initialize()
       at System.Data.Entity.Internal.InternalContext.ExecuteSqlCommand(TransactionalBehavior transactionalBehavior, String sql, Object[] parameters)
       at System.Data.Entity.Database.ExecuteSqlCommand(TransactionalBehavior transactionalBehavior, String sql, Object[] parameters)
       at System.Data.Entity.Database.ExecuteSqlCommand(String sql, Object[] parameters)
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "225f7aee0033823e558ec242ca603f491b690521"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to:
    System.Data.Entity.Core.ProviderIncompatibleException on netcore3 (using EF 6.3)
    
  9. type changed to: "Incident"