Skip to content

chore(deps): bump Microsoft.EntityFrameworkCore from 5.0.17 to 7.0.13 #3592

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

chore(deps): bump Microsoft.EntityFrameworkCore from 5.0.17 to 7.0.13 #3592

Triggered via pull request October 30, 2023 17:53
Status Failure
Total duration 9m 1s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql-analysis.yml

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

Annotations

9 errors and 3 warnings
Analyze (csharp): src/Paramore.Brighter.MsSql.EntityFrameworkCore/MsSqlEntityFrameworkCoreConnectionProvider.cs#L9
The type or namespace name 'DbContext' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Paramore.Brighter.Sqlite.EntityFrameworkCore/SqliteEntityFrameworkConnectionProvider.cs#L13
The type or namespace name 'DbContext' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Paramore.Brighter.MySql.EntityFrameworkCore/MySqlEntityFrameworkConnectionProvider.cs#L13
The type or namespace name 'DbContext' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Paramore.Brighter.PostgreSql.EntityFrameworkCore/PostgreSqlEntityFrameworkConnectionProvider.cs#L13
The type or namespace name 'DbContext' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp)
Duplicate 'Content' items were included. The .NET SDK includes 'Content' items from your project directory by default. You can either remove these items from your project file, or set the 'EnableDefaultContentItems' property to 'false' if you want to explicitly include them in your project file. For more information, see https://aka.ms/sdkimplicititems. The duplicate items were: '/home/runner/.nuget/packages/sqlitepclraw.lib.e_sqlite3/2.1.4/buildTransitive/net461/../../runtimes/linux-x64/native/libe_sqlite3.so'
Analyze (csharp)
Duplicate 'Content' items were included. The .NET SDK includes 'Content' items from your project directory by default. You can either remove these items from your project file, or set the 'EnableDefaultContentItems' property to 'false' if you want to explicitly include them in your project file. For more information, see https://aka.ms/sdkimplicititems. The duplicate items were: '/home/runner/.nuget/packages/sqlitepclraw.lib.e_sqlite3/2.1.4/buildTransitive/net461/../../runtimes/linux-x64/native/libe_sqlite3.so'
Analyze (csharp)
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.15.1/x64/codeql/csharp/tools/autobuild.sh". Exit code was 1 and last log line was: Error: Could not auto-detect a suitable build method. See the logs for more details.
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'