Skip to content

chore(deps): bump Serilog.Sinks.Console from 4.1.0 to 5.0.0 #3647

chore(deps): bump Serilog.Sinks.Console from 4.1.0 to 5.0.0

chore(deps): bump Serilog.Sinks.Console from 4.1.0 to 5.0.0 #3647

Triggered via pull request November 13, 2023 17:27
Status Failure
Total duration 5m 36s
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

5 errors and 6 warnings
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#L12
'IAmABulkOutboxAsync<Message, DbTransaction>' is obsolete: 'Deprecated in favour of Bulk, wil be merged into IAmAnOutboxAsync in v10'
Analyze (csharp): src/Paramore.Brighter/ExternalBusServices.cs#L136
Type parameter 'TTransaction' has the same name as the type parameter from outer type 'ExternalBusServices<TMessage, TTransaction>'
Analyze (csharp): src/Paramore.Brighter/ExternalBusServices.cs#L193
Type parameter 'TTransaction' has the same name as the type parameter from outer type 'ExternalBusServices<TMessage, TTransaction>'
Analyze (csharp): src/Paramore.Brighter/RelationalDbTransactionProvider.cs#L137
The variable 'e' is declared but never used
Analyze (csharp): src/Paramore.Brighter/CommandProcessorBuilder.cs#L85
Field 'CommandProcessorBuilder._inboxConfiguration' is never assigned to, and will always have its default value null
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'