Skip to content

added client caching #7

added client caching

added client caching #7

Triggered via push July 9, 2024 14:49
Status Success
Total duration 46s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.