Skip to content

Changing the metodology to create HTTP clients to deliver webhooks #38

Changing the metodology to create HTTP clients to deliver webhooks

Changing the metodology to create HTTP clients to deliver webhooks #38

Triggered via pull request January 27, 2024 21:57
Status Success
Total duration 2m 11s
Artifacts

pr.yml

on: pull_request
Build and Test
2m 3s
Build and Test
Fit to window
Zoom out
Zoom in

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.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: 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.