Skip to content

chore(deps): bump Microsoft.EntityFrameworkCore.Relational from 5.0.17 to 7.0.12 #3578

chore(deps): bump Microsoft.EntityFrameworkCore.Relational from 5.0.17 to 7.0.12

chore(deps): bump Microsoft.EntityFrameworkCore.Relational from 5.0.17 to 7.0.12 #3578

Triggered via pull request October 22, 2023 14:56
Status Failure
Total duration 7m 10s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Analyze (csharp): 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?)
Analyze (csharp): 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?)
Analyze (csharp): 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?)
Analyze (csharp): 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?)
Analyze (csharp): 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?)
Analyze (csharp): 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?)
Analyze (csharp): 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?)
Analyze (csharp): 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?)
Analyze (csharp): 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?)
Analyze (csharp): 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?)
Analyze (csharp): src/Paramore.Brighter/RelationDatabaseOutbox.cs#L13
'IAmABulkOutboxAsync<Message>' is obsolete: 'Deprecated in favour of Bulk, wil be merged into IAmAnOutboxAsync in v10'
Analyze (csharp): 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'
Analyze (csharp): src/Paramore.Brighter.Outbox.PostgreSql/PostgreSqlOutboxSync.cs#L39
'IAmABulkOutboxSync<Message>' is obsolete: 'Deprecated in favour of Bulk, wil be merged into IAmAnOutboxSync in v10'