Reducing the warnings of the project #145
Annotations
10 warnings
src/Deveel.Webhooks.Service.MongoDb/Webhooks/DefaultMongoWebhookConverter.cs#L34
Possible null reference assignment.
|
src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookStorageBuilder.cs#L202
Missing XML comment for publicly visible type or member 'EntityWebhookStorageBuilder<TSubscription>.UseResult<TResult>()'
|
src/Deveel.Webhooks.Service.EntityFramework/Webhooks/EntityWebhookStorageBuilder.cs#L206
Missing XML comment for publicly visible type or member 'EntityWebhookStorageBuilder<TSubscription>.UseResultRepository(Type)'
|
test/Deveel.Webhooks.XUnit/Webhooks/WebhookFilterTests.cs#L39
Cannot convert null literal to non-nullable reference type.
|
test/Deveel.Webhooks.XUnit/Webhooks/WebhookFilterTests.cs#L40
Cannot convert null literal to non-nullable reference type.
|
test/Deveel.Webhooks.XUnit/Webhooks/TenantWebhookNotificationTests.cs#L379
Cannot convert null literal to non-nullable reference type.
|
src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridEmailFormParser.cs#L65
Dereference of a possibly null reference.
|
test/Deveel.Webhooks.MongoDb.XUnit/Webhooks/MultiTenantWebhookDeliveryResultLoggingTests.cs#L38
Field 'MultiTenantWebhookDeliveryResultLoggingTests.testResponse' is never assigned to, and will always have its default value null
|
src/Deveel.Webhooks.Service.MongoDb/Webhooks/DefaultMongoWebhookConverter.cs#L34
Possible null reference assignment.
|
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.
|
The logs for this run have expired and are no longer available.
Loading