Update README.md #5
Annotations
8 warnings
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/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/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/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/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/TopicsConfig.cs#L8
Non-nullable property 'Topics' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|