Merge branch 'main' of https://github.com/mizrael/AzureStorageTopics #2
Annotations
1 error and 8 warnings
build
Process completed with exit code 1.
|
build:
src/AzureStorageTopics/AzureStorageTopicsStartup.cs#L21
Dereference of a possibly null reference.
|
build:
src/AzureStorageTopics/SubscriptionConfig.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/AzureStorageTopics/TopicsConfig.cs#L8
Non-nullable property 'Topics' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/AzureStorageTopics/TopicConfig.cs#L6
Non-nullable property 'Subscriptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/AzureStorageTopics/AzureStorageTopicsStartup.cs#L21
Dereference of a possibly null reference.
|
build:
src/AzureStorageTopics/SubscriptionConfig.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/AzureStorageTopics/TopicsConfig.cs#L8
Non-nullable property 'Topics' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/AzureStorageTopics/TopicConfig.cs#L6
Non-nullable property 'Subscriptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|