Multi-target .NET Frameowk for .NET 6.0 and .NET 7.0 #31
Annotations
10 warnings
Build and Test:
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 and Test:
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 and Test:
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 and Test:
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 and Test:
src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepository.cs#L81
Missing XML comment for publicly visible type or member 'IWebhookSubscriptionRepository<TSubscription>.GetStatusAsync(TSubscription, CancellationToken)'
|
Build and Test:
src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionErrorCodes.cs#L8
Missing XML comment for publicly visible type or member 'WebhookSubscriptionErrorCodes.UnknownError'
|
Build and Test:
src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionErrorCodes.cs#L9
Missing XML comment for publicly visible type or member 'WebhookSubscriptionErrorCodes.SubscriptionInvalid'
|
Build and Test:
src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionErrorCodes.cs#L10
Missing XML comment for publicly visible type or member 'WebhookSubscriptionErrorCodes.InvalidStatus'
|
Build and Test:
src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionErrorCodes.cs#L11
Missing XML comment for publicly visible type or member 'WebhookSubscriptionErrorCodes.SubscriptionNotFound'
|
Build and Test:
src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionManager_T.cs#L90
Missing XML comment for publicly visible type or member 'WebhookSubscriptionManager<TSubscription>.GetStatusAsync(TSubscription, CancellationToken?)'
|