chore(deps): bump Microsoft.EntityFrameworkCore.Relational from 5.0.17 to 7.0.12 #3578
Annotations
10 errors and 3 warnings
src/Paramore.Brighter.MsSql.EntityFrameworkCore/MsSqlEntityFrameworkCoreConnectionProvider.cs#L25
'DatabaseFacade' does not contain a definition for 'GetDbConnection' and no accessible extension method 'GetDbConnection' accepting a first argument of type 'DatabaseFacade' could be found (are you missing a using directive or an assembly reference?)
|
src/Paramore.Brighter.MsSql.EntityFrameworkCore/MsSqlEntityFrameworkCoreConnectionProvider.cs#L32
'DatabaseFacade' does not contain a definition for 'GetDbConnection' and no accessible extension method 'GetDbConnection' accepting a first argument of type 'DatabaseFacade' could be found (are you missing a using directive or an assembly reference?)
|
src/Paramore.Brighter.MsSql.EntityFrameworkCore/MsSqlEntityFrameworkCoreConnectionProvider.cs#L37
'IDbContextTransaction' does not contain a definition for 'GetDbTransaction' and no accessible extension method 'GetDbTransaction' accepting a first argument of type 'IDbContextTransaction' could be found (are you missing a using directive or an assembly reference?)
|
src/Paramore.Brighter.Sqlite.EntityFrameworkCore/SqliteEntityFrameworkConnectionProvider.cs#L34
'DatabaseFacade' does not contain a definition for 'GetDbConnection' and no accessible extension method 'GetDbConnection' accepting a first argument of type 'DatabaseFacade' could be found (are you missing a using directive or an assembly reference?)
|
src/Paramore.Brighter.Sqlite.EntityFrameworkCore/SqliteEntityFrameworkConnectionProvider.cs#L46
'DatabaseFacade' does not contain a definition for 'GetDbConnection' and no accessible extension method 'GetDbConnection' accepting a first argument of type 'DatabaseFacade' could be found (are you missing a using directive or an assembly reference?)
|
src/Paramore.Brighter.Sqlite.EntityFrameworkCore/SqliteEntityFrameworkConnectionProvider.cs#L55
'IDbContextTransaction' does not contain a definition for 'GetDbTransaction' and no accessible extension method 'GetDbTransaction' accepting a first argument of type 'IDbContextTransaction' could be found (are you missing a using directive or an assembly reference?)
|
src/Paramore.Brighter.MySql.EntityFrameworkCore/MySqlEntityFrameworkConnectionProvider.cs#L34
'DatabaseFacade' does not contain a definition for 'GetDbConnection' and no accessible extension method 'GetDbConnection' accepting a first argument of type 'DatabaseFacade' could be found (are you missing a using directive or an assembly reference?)
|
src/Paramore.Brighter.MySql.EntityFrameworkCore/MySqlEntityFrameworkConnectionProvider.cs#L46
'DatabaseFacade' does not contain a definition for 'GetDbConnection' and no accessible extension method 'GetDbConnection' accepting a first argument of type 'DatabaseFacade' could be found (are you missing a using directive or an assembly reference?)
|
src/Paramore.Brighter.MySql.EntityFrameworkCore/MySqlEntityFrameworkConnectionProvider.cs#L55
'IDbContextTransaction' does not contain a definition for 'GetDbTransaction' and no accessible extension method 'GetDbTransaction' accepting a first argument of type 'IDbContextTransaction' could be found (are you missing a using directive or an assembly reference?)
|
src/Paramore.Brighter.PostgreSql.EntityFrameworkCore/PostgreSqlEntityFrameworkConnectionProvider.cs#L32
'DatabaseFacade' does not contain a definition for 'GetDbConnection' and no accessible extension method 'GetDbConnection' accepting a first argument of type 'DatabaseFacade' could be found (are you missing a using directive or an assembly reference?)
|
src/Paramore.Brighter/RelationDatabaseOutbox.cs#L13
'IAmABulkOutboxAsync<Message>' is obsolete: 'Deprecated in favour of Bulk, wil be merged into IAmAnOutboxAsync in v10'
|
src/Paramore.Brighter.ServiceActivator/MessagePump.cs#L161
'MessageHeader.UpdateTelemetryFromHeaders()' is obsolete: 'Looking to remove this in v10 in favour of storing the Cloud Events in their own property in the outbox'
|
src/Paramore.Brighter.Outbox.PostgreSql/PostgreSqlOutboxSync.cs#L39
'IAmABulkOutboxSync<Message>' is obsolete: 'Deprecated in favour of Bulk, wil be merged into IAmAnOutboxSync in v10'
|
The logs for this run have expired and are no longer available.
Loading