Skip to content

Webhooks Release (Manual) #2

Webhooks Release (Manual)

Webhooks Release (Manual) #2

Manually triggered October 28, 2023 12:29
Status Failure
Total duration 1m 57s
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.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'
build: src/Deveel.Webhooks.DynamicLinq/Webhooks/WebhookNotifierBuilderExtensions.cs#L17
Missing XML comment for publicly visible type or member 'WebhookNotifierBuilderExtensions.UseLinqFilter<TWebhook>(WebhookNotifierBuilder<TWebhook>)'
build: src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepository.cs#L81
Missing XML comment for publicly visible type or member 'IWebhookSubscriptionRepository<TSubscription>.GetStatusAsync(TSubscription, CancellationToken)'
build: src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionErrorCodes.cs#L8
Missing XML comment for publicly visible type or member 'WebhookSubscriptionErrorCodes.UnknownError'