Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.0 status #27

Open
Ekwav opened this issue Dec 12, 2021 · 0 comments
Open

Version 3.0 status #27

Ekwav opened this issue Dec 12, 2021 · 0 comments

Comments

@Ekwav
Copy link

Ekwav commented Dec 12, 2021

What is the status of the 3.0 version?
I tried using this library to find a very similar error to #21
which is supposedly already solved after #22
But as far as I can tell this wasn't released so far.

I get the following error when trying to execute dotnet ef migrations add InitialCreate with the dotnet 6 sdk

System.TypeLoadException: Method 'GenerateScript' in type 'Microsoft.EntityFrameworkCore.Cassandra.Migrations.Internal.CassandraMigrator' from assembly 'EFCore.Cassandra, Version=2.0.5.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
   at Microsoft.Extensions.DependencyInjection.CassandraServiceCollectionExtensions.AddEntityFrameworkCassandra(IServiceCollection serviceCollection)
   at Microsoft.EntityFrameworkCore.Cassandra.Infrastructure.Internal.CassandraOptionsExtension.ApplyServices(IServiceCollection services)
   at Microsoft.EntityFrameworkCore.Internal.ServiceProviderCache.ApplyServices(IDbContextOptions options, ServiceCollection services)
   at Microsoft.EntityFrameworkCore.Internal.ServiceProviderCache.<GetOrAdd>g__BuildServiceProvider|4_0(IDbContextOptions options, ConcurrentDictionary`2 configurations)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
   at Microsoft.EntityFrameworkCore.Internal.ServiceProviderCache.GetOrAdd(IDbContextOptions options, Boolean providerRequired)
   at Microsoft.EntityFrameworkCore.DbContext..ctor(DbContextOptions options)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant