Skip to content

Introduce Delete capability #13

Introduce Delete capability

Introduce Delete capability #13

Triggered via release September 20, 2024 11:49
@tbd-developtbd-develop
published 0.0.12
Status Success
Total duration 47s
Artifacts

release.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/TbdDevelop.Kafka.Outbox/OutboxMessage.cs#L16
Possible null reference return.
build: src/TbdDevelop.Kafka.Outbox/InMemoryMessageOutbox.cs#L85
Possible null reference argument for parameter '@event' in 'OutboxMessage<TEvent>.OutboxMessage(Guid key, DateTime dateAdded, TEvent @event, string? topic = null)'.
build: src/TbdDevelop.Kafka.Outbox.SqlServer/SqlServerOutbox.cs#L142
Possible null reference argument for parameter '@event' in 'OutboxMessage<TEvent>.OutboxMessage(Guid key, DateTime dateAdded, TEvent @event, string? topic = null)'.
build: src/TbdDevelop.Kafka.Outbox.MongoDb/MongoDbOutbox.cs#L143
Possible null reference argument for parameter '@event' in 'OutboxMessage<TEvent>.OutboxMessage(Guid key, DateTime dateAdded, TEvent @event, string? topic = null)'.
build: src/TbdDevelop.Kafka.Outbox/OutboxMessage.cs#L16
Possible null reference return.
build: src/TbdDevelop.Kafka.Outbox/InMemoryMessageOutbox.cs#L85
Possible null reference argument for parameter '@event' in 'OutboxMessage<TEvent>.OutboxMessage(Guid key, DateTime dateAdded, TEvent @event, string? topic = null)'.
build: src/TbdDevelop.Kafka.Outbox.SqlServer/SqlServerOutbox.cs#L142
Possible null reference argument for parameter '@event' in 'OutboxMessage<TEvent>.OutboxMessage(Guid key, DateTime dateAdded, TEvent @event, string? topic = null)'.
build: src/TbdDevelop.Kafka.Outbox.MongoDb/MongoDbOutbox.cs#L143
Possible null reference argument for parameter '@event' in 'OutboxMessage<TEvent>.OutboxMessage(Guid key, DateTime dateAdded, TEvent @event, string? topic = null)'.