Skip to content

Support for UUIDv7 values #1194

Support for UUIDv7 values

Support for UUIDv7 values #1194

Triggered via push October 11, 2024 20:36
Status Failure
Total duration 2m 58s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 13 warnings
build
No test report files were found
build: src/Samples/Sample.OutboxWebApi/Program.cs#L16
The type or namespace name 'DbContext' does not exist in the namespace 'SlimMessageBus.Host.Outbox.Sql' (are you missing an assembly reference?)
build: src/Tests/SlimMessageBus.Host.Outbox.Sql.DbContext.Test/Usings.cs#L18
The type or namespace name 'DbContext' does not exist in the namespace 'SlimMessageBus.Host.Outbox' (are you missing an assembly reference?)
build: src/Tests/SlimMessageBus.Host.Outbox.Sql.DbContext.Test/OutboxTests.cs#L8
The type or namespace name 'DbContext' does not exist in the namespace 'SlimMessageBus.Host.Outbox' (are you missing an assembly reference?)
build: src/Samples/Sample.OutboxWebApi/Program.cs#L16
The type or namespace name 'DbContext' does not exist in the namespace 'SlimMessageBus.Host.Outbox.Sql' (are you missing an assembly reference?)
build: src/Tests/SlimMessageBus.Host.Outbox.Sql.DbContext.Test/Usings.cs#L18
The type or namespace name 'DbContext' does not exist in the namespace 'SlimMessageBus.Host.Outbox' (are you missing an assembly reference?)
build: src/Tests/SlimMessageBus.Host.Outbox.Sql.DbContext.Test/OutboxTests.cs#L8
The type or namespace name 'DbContext' does not exist in the namespace 'SlimMessageBus.Host.Outbox' (are you missing an assembly reference?)
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
No files were found with the provided path: ./test-results. No artifacts will be uploaded.
build
No file matches path ./test-results/*.trx
build: src/SlimMessageBus/RequestResponse/IRequest.cs#L7
'TResponse' is not used in the interface. (https://rules.sonarsource.com/csharp/RSPEC-2326)
build: src/SlimMessageBus/RequestResponse/IRequest.cs#L15
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
build: src/SlimMessageBus/RequestResponse/IRequest.cs#L15
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
build: src/SlimMessageBus/RequestResponse/IRequest.cs#L7
'TResponse' is not used in the interface. (https://rules.sonarsource.com/csharp/RSPEC-2326)
build: src/SlimMessageBus/RequestResponse/IRequest.cs#L15
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
build: src/SlimMessageBus/RequestResponse/IRequest.cs#L7
'TResponse' is not used in the interface. (https://rules.sonarsource.com/csharp/RSPEC-2326)
build: src/SlimMessageBus.Host.Serialization.Avro/ReflectionSchemaLookupStrategy.cs#L44
Make sure that this accessibility bypass is safe here. (https://rules.sonarsource.com/csharp/RSPEC-3011)
build: src/SlimMessageBus.Host.Serialization.Avro/ReflectionMessageCreationStrategy.cs#L50
Either log this exception and handle it, or rethrow it with some contextual information. (https://rules.sonarsource.com/csharp/RSPEC-2139)
build: src/SlimMessageBus.Host.AsyncApi/MessageBusDocumentGenerator.cs#L38
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build: src/SlimMessageBus.Host.AsyncApi/MessageBusDocumentGenerator.cs#L41
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)