feat: Azure ServiceBus package #1314
Annotations
1 error and 11 warnings
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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