You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My app runs fine with EFCore 6 preview 1 and .Net 6.0 preview 2. However, if I upgrade to EFCore 6 preview 2, I start getting exceptions for any write operation.
Method not found: 'Microsoft.EntityFrameworkCore.Metadata.IEntityType Microsoft.EntityFrameworkCore.ModelExtensions.FindEntityType(Microsoft.EntityFrameworkCore.Metadata.IModel, System.Type)
Unclear if I'm missing something? Feels like this should just work as a straight upgrade from preview-1 to preview-2.
Details:
I'm using the SQLite provider. You can see the CSProj file and dependencies here (this is the commit where I reverted back to preview-1 to fix the exception):
Reverting back to preview-1 per this commit fixes the issue with no other code changes.
Include provider and version information
EF Core version: 6.0-preview 2 (v6.0.0-preview.2.21154.2)
Database provider: Microsoft.EntityFrameworkCore.Sqlite
Operating system: osx-arm64 11.3 beta running on a MacBook Pro M1
Target framework: .Net 6.0-preview-2 (x64 using Rosetta 2, not the Arm64 version)
IDE: Visual Studio for Mac v8.9 (build 409)
The text was updated successfully, but these errors were encountered:
My app runs fine with EFCore 6 preview 1 and .Net 6.0 preview 2. However, if I upgrade to EFCore 6 preview 2, I start getting exceptions for any write operation.
Unclear if I'm missing something? Feels like this should just work as a straight upgrade from preview-1 to preview-2.
Details:
I'm using the SQLite provider. You can see the CSProj file and dependencies here (this is the commit where I reverted back to preview-1 to fix the exception):
Webreaper/Damselfly@9584ab3
Reverting back to preview-1 per this commit fixes the issue with no other code changes.
Include provider and version information
EF Core version: 6.0-preview 2 (v6.0.0-preview.2.21154.2)
Database provider: Microsoft.EntityFrameworkCore.Sqlite
Operating system: osx-arm64 11.3 beta running on a MacBook Pro M1
Target framework: .Net 6.0-preview-2 (x64 using Rosetta 2, not the Arm64 version)
IDE: Visual Studio for Mac v8.9 (build 409)
The text was updated successfully, but these errors were encountered: