04. Exposing Azure Blob Storage Change Feed #9
Annotations
6 warnings
src/Demo.AspNetCore.Changefeed.Services.Azure.Storage.Blobs/BlobOptions.cs#L7
Non-nullable property 'ServiceUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Demo.AspNetCore.Changefeed.Services.Azure.Storage.Blobs/BlobServiceCollectionExtensions.cs#L27
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
src/Demo.AspNetCore.Changefeed.Services.Azure.Storage.Blobs/BlobChangefeed.cs#L58
Possible null reference return.
|
src/Demo.AspNetCore.Changefeed.Services.Azure.Storage.Blobs/BlobOptions.cs#L7
Non-nullable property 'ServiceUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Demo.AspNetCore.Changefeed.Services.Azure.Storage.Blobs/BlobServiceCollectionExtensions.cs#L27
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
src/Demo.AspNetCore.Changefeed.Services.Azure.Storage.Blobs/BlobChangefeed.cs#L58
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading