Merge pull request #51 from deveel/48-migrate-to-the-new-aspnet-core-… #135
cd.yml
on: push
build
2m 19s
Clean Old Packages
/
clean
11s
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.Service.MongoDb/Webhooks/DefaultMongoWebhookConverter.cs#L34
Possible null reference assignment.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|