License update #40
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
Build and Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and Test:
src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionResolver.cs#L79
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
Build and Test:
src/Deveel.Webhooks.Service/Webhooks/WebhookSubscriptionResolver.cs#L79
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
Build and Test:
src/Deveel.Webhooks.Service.MongoDb/Webhooks/DefaultMongoWebhookConverter.cs#L48
Possible null reference assignment.
|
Build and Test:
src/Deveel.Webhooks.Service.MongoDb/Webhooks/DefaultMongoWebhookConverter.cs#L48
Possible null reference assignment.
|
Build and Test:
src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookDbContext.cs#L25
Non-nullable property 'Subscriptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and Test:
src/Deveel.Webhooks.Service.EntityFramework/Webhooks/WebhookDbContext.cs#L25
Non-nullable property 'DeliveryResults' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and Test:
src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridEmailFormParser.cs#L65
Dereference of a possibly null reference.
|
Build and Test:
test/Deveel.Webhooks.XUnit/Webhooks/WebhookFilterTests.cs#L39
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
test/Deveel.Webhooks.XUnit/Webhooks/WebhookFilterTests.cs#L40
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
test/Deveel.Webhooks.XUnit/Webhooks/TenantWebhookNotificationTests.cs#L374
Cannot convert null literal to non-nullable reference type.
|