-
Notifications
You must be signed in to change notification settings - Fork 191
Closed
Description
During the initial conversion to .NET 10 RC1 for our projects we discovered that the latest version of Oracle.EntityFrameworkCore (9.23.90) is calling a removed method. "System.String Microsoft.EntityFrameworkCore.Diagnostics.AbstractionsStrings.ArgumentIsEmpty(System.Object)"
Relevant stack trace:
Actual: System.MissingMethodException: Method not found: 'System.String Microsoft.EntityFrameworkCore.Diagnostics.AbstractionsStrings.ArgumentIsEmpty(System.Object)'.
at Oracle.EntityFrameworkCore.Utilities.Check.NotEmpty(String value, String parameterName)
at Oracle.EntityFrameworkCore.Utilities.Check.NotEmpty(String value, String parameterName)
at Microsoft.EntityFrameworkCore.OracleDbContextOptionsExtensions.UseOracle(DbContextOptionsBuilder optionsBuilder, String connectionString, Action`1 oracleOptionsAction)
at Microsoft.EntityFrameworkCore.OracleDbContextOptionsExtensions.UseOracle[TContext](DbContextOptionsBuilder`1 optionsBuilder, String connectionString, Action`1 oracleOptionsAction)
Could you please remove this call to make Oracle.EntityFrameworkCore compatible with .NET 10?
Metadata
Metadata
Assignees
Labels
No labels