Referencing the ASP.NET SDK #26
Annotations
10 warnings
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)'.
|
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)'.
|
src/Deveel.Webhooks.Service.MongoDb/Webhooks/DefaultMongoWebhookConverter.cs#L34
Possible null reference assignment.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading