Skip to content

Support for UUIDv7 values #1189

Support for UUIDv7 values

Support for UUIDv7 values #1189

Triggered via push October 10, 2024 21:31
Status Failure
Total duration 2m 57s
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/SlimMessageBus.Host.Outbox/Configuration/OutboxMessageIdGenerationMode.cs#L20
A namespace cannot directly contain members such as fields, methods or statements
build: src/SlimMessageBus.Host.Outbox/Configuration/OutboxMessageIdGenerationMode.cs#L20
A namespace cannot directly contain members such as fields, methods or statements
build: src/SlimMessageBus.Host.Outbox/Configuration/OutboxMessageIdGenerationMode.cs#L20
A namespace cannot directly contain members such as fields, methods or statements
build: src/SlimMessageBus.Host.Outbox/Configuration/OutboxMessageIdGenerationMode.cs#L20
A namespace cannot directly contain members such as fields, methods or statements
build: src/SlimMessageBus.Host.Outbox/Configuration/OutboxMessageIdGenerationMode.cs#L20
A namespace cannot directly contain members such as fields, methods or statements
build: src/SlimMessageBus.Host.Outbox/Configuration/OutboxMessageIdGenerationMode.cs#L20
A namespace cannot directly contain members such as fields, methods or statements
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#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/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/Tools/SecretStore/Secrets.cs#L5
Remove the field '_store' and declare it as a local variable in the relevant methods. (https://rules.sonarsource.com/csharp/RSPEC-1450)
build: src/SlimMessageBus.Host.Serialization.GoogleProtobuf/GoogleProtobufMessageSerializer.cs#L40
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
build: src/SlimMessageBus.Host.Serialization.Json/JsonMessageSerializer.cs#L49
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.Serialization.SystemTextJson/JsonMessageSerializer.cs#L18
Remove this call from a constructor to the overridable 'CreateDefaultOptions' method. (https://rules.sonarsource.com/csharp/RSPEC-1699)