Skip to content

Reducing the warnings of the project #145

Reducing the warnings of the project

Reducing the warnings of the project #145

Triggered via push October 29, 2023 13:36
Status Success
Total duration 3m 28s
Artifacts

cd.yml

on: push
Clean Old Packages  /  clean
13s
Clean Old Packages / clean
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: test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MultiTenantWebhookDeliveryResultLoggingTests.cs#L38
Field 'MultiTenantWebhookDeliveryResultLoggingTests.testResponse' is never assigned to, and will always have its default value null
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.