Skip to content

Use the Deveel Repository Model #29

Use the Deveel Repository Model

Use the Deveel Repository Model #29

Triggered via pull request October 25, 2023 21:51
Status Success
Total duration 2m 20s
Artifacts

pr.yml

on: pull_request
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.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#L31
Missing XML comment for publicly visible type or member 'IWebhookSubscriptionRepository<TSubscription>.GetDestinationUrlAsync(TSubscription, CancellationToken)'
build: src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepository.cs#L33
Missing XML comment for publicly visible type or member 'IWebhookSubscriptionRepository<TSubscription>.SetDestinationUrlAsync(TSubscription, string, CancellationToken)'