added client caching #7
Annotations
10 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:
tests/AzureStorageTopics.Tests/TopicsConfigValidatorTests.cs#L11
Cannot convert null literal to non-nullable reference type.
|
build:
tests/AzureStorageTopics.Tests/SubscriptionsProviderTests.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build:
tests/AzureStorageTopics.Tests/SubscriptionsProviderTests.cs#L23
Cannot convert null literal to non-nullable reference type.
|
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:
tests/AzureStorageTopics.Tests/TopicsConfigValidatorTests.cs#L11
Cannot convert null literal to non-nullable reference type.
|