|
From: Roberto C. da S. (JIRA) <tr...@fi...> - 2020-11-27 18:24:45
|
After upgrad to .NET 5 the FirebirdSql.EntityFrameworkCore.Firebird not work any more
-------------------------------------------------------------------------------------
Key: DNET-981
URL: http://tracker.firebirdsql.org/browse/DNET-981
Project: .NET Data provider
Issue Type: Bug
Components: Entity Framework Core
Affects Versions: 7.5.0.0
Environment: Visual Studio 2010, net5.0, Asp.net 5, FirebirdSql.EntityFrameworkCore.Firebird 7.5.0, Firebird 3.0.7, aspnetboilerplate 6.0
Reporter: Roberto Carlos da Silva
Assignee: Jiri Cincura
System.IO.FileNotFoundException
HResult=0x80070002
Message=Could not load file or assembly 'Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Source=FirebirdSql.EntityFrameworkCore.Firebird
StackTrace:
at FirebirdSql.EntityFrameworkCore.Firebird.Infrastructure.Internal.FbOptionsExtension.ExtensionInfo.GetServiceProviderHashCode()
at Microsoft.EntityFrameworkCore.Internal.ServiceProviderCache.<>c.<GetOrAdd>b__4_1(Int64 t, IDbContextOptionsExtension e)
at System.Linq.Enumerable.Aggregate[TSource,TAccumulate](IEnumerable`1 source, TAccumulate seed, Func`3 func)
at Microsoft.EntityFrameworkCore.Internal.ServiceProviderCache.GetOrAdd(IDbContextOptions options, Boolean providerRequired)
at Microsoft.EntityFrameworkCore.DbContext..ctor(DbContextOptions options)
at Abp.EntityFrameworkCore.AbpDbContext..ctor(DbContextOptions options)
at Abp.Zero.EntityFrameworkCore.AbpZeroCommonDbContext`3..ctor(DbContextOptions`1 options)
at Abp.Zero.EntityFrameworkCore.AbpZeroDbContext`4..ctor(DbContextOptions`1 options)
at NidaTech.DadosPublicos.EntityFrameworkCore.DadosPublicosDbContext..ctor(DbContextOptions`1 options) in C:\Users\rober\source\repos\dados-publicos-pj\src\NidaTech.DadosPublicos.EntityFrameworkCore\EntityFrameworkCore\DadosPublicosDbContext.cs:line 38
at Castle.Core.Internal.ReflectionUtil.Instantiate[TBase](Type subtypeofTBase, Object[] ctorArgs)
at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--
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
|