Skip to content

Fixes to allow netstandard20 #233

Fixes to allow netstandard20

Fixes to allow netstandard20 #233

Triggered via push December 13, 2023 09:38
Status Failure
Total duration 6m 41s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 7 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.6/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.6/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.4/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/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/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/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'
Analyze (csharp): src/Paramore.Brighter.Sqlite/SqliteUnitOfWork.cs#L123
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.