Skip to content

Merge pull request #51 from deveel/48-migrate-to-the-new-aspnet-core-… #135

Merge pull request #51 from deveel/48-migrate-to-the-new-aspnet-core-…

Merge pull request #51 from deveel/48-migrate-to-the-new-aspnet-core-… #135

Triggered via push October 13, 2023 21:05
Status Success
Total duration 2m 45s
Artifacts

cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiver.cs#L333
Possible null reference argument for parameter 'key' in 'bool IDictionary<string, StringValues>.TryGetValue(string key, out StringValues value)'.
build: src/Deveel.Webhooks.Receiver.AspNetCore/Webhooks/WebhookReceiver.cs#L341
Possible null reference argument for parameter 'key' in 'bool IQueryCollection.TryGetValue(string key, out StringValues value)'.
build: src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbEventInfo.cs#L28
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbEventInfo.cs#L31
Non-nullable property 'EventType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbEventInfo.cs#L36
Non-nullable property 'EventId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhook.cs#L41
Non-nullable property 'EventType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryAttempt.cs#L49
Non-nullable property 'DeliveryResult' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryResult.cs#L27
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Deveel.Webhooks.Service.EntityFramework/Webhooks/DbWebhookDeliveryResult.cs#L35
Non-nullable property 'EventInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.