Fixing a mocked test #177
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
Build:
src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory.cs#L24
Missing XML comment for publicly visible type or member 'DefaultWebhookFactory.DefaultWebhookFactory(IOptions<WebhookFactoryOptions<Webhook>>)'
|
Build:
src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory_1.cs#L51
Missing XML comment for publicly visible type or member 'DefaultWebhookFactory<TWebhook>.Options'
|
Build:
src/Deveel.Webhooks/Webhooks/WebhookNotifierBuilder.cs#L196
Missing XML comment for publicly visible type or member 'WebhookNotifierBuilder<TWebhook>.UseWebhookFactory()'
|
Build:
src/Deveel.Webhooks/Webhooks/WebhookNotifierBuilder.cs#L217
Missing XML comment for publicly visible type or member 'WebhookNotifierBuilder<TWebhook>.UseWebhookFactory(Action<WebhookFactoryOptions<TWebhook>>)'
|
Build:
src/Deveel.Webhooks.Receiver.SendGrid/Webhooks/SendGridEmailFormParser.cs#L65
Dereference of a possibly null reference.
|
Build:
test/Deveel.Webhooks.Management.Tests/Webhooks/WebhookManagementTestSuite.cs#L134
Null should not be used for type parameter 'url' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
Build:
test/Deveel.Webhooks.Management.Tests/Webhooks/WebhookManagementTestSuite.cs#L173
Null should not be used for type parameter 'url' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
Build:
src/Deveel.Webhooks.Service.MongoDb/Webhooks/DefaultMongoWebhookConverter.cs#L48
Possible null reference assignment.
|
Build:
test/Deveel.Webhooks.XUnit/Webhooks/WebhookFilterTests.cs#L39
Cannot convert null literal to non-nullable reference type.
|
Build:
test/Deveel.Webhooks.XUnit/Webhooks/WebhookFilterTests.cs#L40
Cannot convert null literal to non-nullable reference type.
|
Loading