Skip to content

chore(deps): bump dotnet-ef from 7.0.9 to 7.0.10 (#2779) #96

chore(deps): bump dotnet-ef from 7.0.9 to 7.0.10 (#2779)

chore(deps): bump dotnet-ef from 7.0.9 to 7.0.10 (#2779) #96

Triggered via push September 4, 2023 17:08
Status Failure
Total duration 30m 31s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build
The job running on runner GitHub Actions 2 has exceeded the maximum execution time of 30 minutes.
build
The operation was canceled.
build: src/Paramore.Brighter/RelationDatabaseOutbox.cs#L13
'IAmABulkOutboxAsync<Message>' is obsolete: 'Deprecated in favour of Bulk, wil be merged into IAmAnOutboxAsync in v10'
build: src/Paramore.Brighter/RelationDatabaseOutbox.cs#L13
'IAmABulkOutboxAsync<Message>' is obsolete: 'Deprecated in favour of Bulk, wil be merged into IAmAnOutboxAsync in v10'
build: src/Paramore.Brighter/RelationDatabaseOutbox.cs#L13
'IAmABulkOutboxAsync<Message>' is obsolete: 'Deprecated in favour of Bulk, wil be merged into IAmAnOutboxAsync in v10'
build: 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'
build: 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'
build: samples/WebApiWithWorkerAndSweeper/Orders.Domain/Commands/CreateOrderCommand.cs#L8
Non-nullable property 'Number' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: samples/WebApiWithWorkerAndSweeper/Orders.Domain/Events/NewOrderVersionEvent.cs#L9
Non-nullable property 'OrderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: samples/WebApiWithWorkerAndSweeper/Orders.Domain/Events/NewOrderVersionEvent.cs#L9
Non-nullable property 'Number' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: samples/WebApiWithWorkerAndSweeper/Orders.Domain/Events/NewOrderVersionEvent.cs#L9
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: samples/WebApiWithWorkerAndSweeper/Orders.Domain/Events/NewOrderVersionEvent.cs#L9
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.