Skip to content

Create sonarcloud.yml #34

Create sonarcloud.yml

Create sonarcloud.yml #34

Triggered via pull request October 29, 2023 22:31
Status Success
Total duration 2m 28s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Test: src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookStorageBuilder.cs#L202
Missing XML comment for publicly visible type or member 'EntityWebhookStorageBuilder<TSubscription>.UseResult<TResult>()'
Build and Test: src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookStorageBuilder.cs#L206
Missing XML comment for publicly visible type or member 'EntityWebhookStorageBuilder<TSubscription>.UseResultRepository(Type)'
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#L379
Cannot convert null literal to non-nullable reference type.
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.Service.EntityFramework/Webhooks/EntityWebhookStorageBuilder.cs#L202
Missing XML comment for publicly visible type or member 'EntityWebhookStorageBuilder<TSubscription>.UseResult<TResult>()'