Skip to content

Webhooks Release (Manual) #3

Webhooks Release (Manual)

Webhooks Release (Manual) #3

Re-run triggered October 28, 2023 12:39
Status Failure
Total duration 1m 44s
Artifacts

manual-release.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
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.Receiver.SendGrid/Webhooks/SendGrid/SpamReportDetails.cs#L51
Missing XML comment for publicly visible type or member 'SpamReportDetails.Bulkiness'
build: src/Deveel.Webhooks.Receiver.Facebook/Webhooks/FacebookRequestVerifier.cs#L32
Possible null reference argument for parameter 'text' in 'Task HttpResponseWritingExtensions.WriteAsync(HttpResponse response, string text, CancellationToken cancellationToken = default(CancellationToken))'.
build: test/Deveel.Webhooks.Receiver.NewtonsoftJson.XUnit/Webhooks/NewtonsoftJsonParserTests.cs#L50
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Deveel.Webhooks.DynamicLinq/Webhooks/LinqWebhookFilterEvaluator.cs#L21
Missing XML comment for publicly visible type or member 'LinqWebhookFilterEvaluator<TWebhook>'
build: src/Deveel.Webhooks.DynamicLinq/Webhooks/LinqWebhookFilterEvaluator.cs#L25
Missing XML comment for publicly visible type or member 'LinqWebhookFilterEvaluator<TWebhook>.LinqWebhookFilterEvaluator(IOptions<WebhookSenderOptions<TWebhook>>)'
build: src/Deveel.Webhooks.DynamicLinq/Webhooks/LinqWebhookFilterEvaluator.cs#L34
Missing XML comment for publicly visible type or member 'LinqWebhookFilterEvaluator<TWebhook>.Default'
build: src/Deveel.Webhooks.DynamicLinq/Webhooks/LinqWebhookFilterEvaluator.cs#L70
Missing XML comment for publicly visible type or member 'LinqWebhookFilterEvaluator<TWebhook>.MatchesAsync(WebhookSubscriptionFilter, TWebhook, CancellationToken)'
build: src/Deveel.Webhooks.DynamicLinq/Webhooks/WebhookNotifierBuilderExtensions.cs#L16
Missing XML comment for publicly visible type or member 'WebhookNotifierBuilderExtensions'