feat: Azure ServiceBus package #1330
Annotations
11 errors
Update codecov
Process completed with exit code 1.
|
Build:
src/NetEvolve.HealthChecks.Azure.ServiceBus/ServiceBusTopicOptions.cs#L5
Non-nullable property 'TopicName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/NetEvolve.HealthChecks.Azure.ServiceBus/ServiceBusOptionsBase.cs#L18
Non-nullable property 'FullyQualifiedNamespace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/NetEvolve.HealthChecks.Azure.ServiceBus/ServiceBusSubscriptionOptions.cs#L13
Non-nullable property 'SubscriptionName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/NetEvolve.HealthChecks.Azure.ServiceBus/ServiceBusSubscriptionOptions.cs#L14
Non-nullable property 'TopicName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/NetEvolve.HealthChecks.Azure.ServiceBus/ClientCreationMode.cs#L16
Missing XML comment for publicly visible type or member 'ClientCreationMode.DefaultAzureCredentials'
|
Build:
src/NetEvolve.HealthChecks.Azure.ServiceBus/ClientCreationMode.cs#L17
Missing XML comment for publicly visible type or member 'ClientCreationMode.ConnectionString'
|
Build:
src/NetEvolve.HealthChecks.Azure.ServiceBus/ServiceBusOptionsBase.cs#L3
Missing XML comment for publicly visible type or member 'ServiceBusOptionsBase'
|
Build:
src/NetEvolve.HealthChecks.Azure.ServiceBus/ServiceBusQueueOptions.cs#L5
Missing XML comment for publicly visible type or member 'ServiceBusQueueOptions'
|
Build:
src/NetEvolve.HealthChecks.Azure.ServiceBus/ServiceBusSubscriptionOptions.cs#L3
Missing XML comment for publicly visible type or member 'ServiceBusSubscriptionOptions'
|
Build:
src/NetEvolve.HealthChecks.Azure.ServiceBus/ServiceBusSubscriptionOptions.cs#L13
Missing XML comment for publicly visible type or member 'ServiceBusSubscriptionOptions.SubscriptionName'
|
Loading