Bump Azure.Identity and Microsoft.Azure.Functions.Worker.ApplicationInsights #27
Annotations
10 warnings
|
src/PhotoSyncFunction.cs#L115
Possible null reference argument for parameter 'clientId' in 'Task<(bool IsValid, string? ErrorMessage)> IGraphClientFactory.ValidateRefreshTokenAsync(string clientId, string refreshTokenSecretName, string clientSecretName, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
tests/PhotoSync.IntegrationTests/StateManagerIntegrationTests.cs#L49
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|
|
src/PhotoSyncFunction.cs#L203
Possible null reference argument for parameter 'destinationFolder' in 'Task PhotoSyncService.UploadPhotoAsync(GraphServiceClient client, string destinationFolder, string fileName, Stream photoStream, DateTime? dateTaken = null)'.
|
|
src/PhotoSyncFunction.cs#L153
Possible null reference argument for parameter 'folderPath' in 'Task<List<DriveItem>> PhotoSyncService.GetPhotosFromFolderAsync(GraphServiceClient client, string folderPath)'.
|
|
src/PhotoSyncFunction.cs#L128
Possible null reference argument for parameter 'clientSecretName' in 'Task<(bool IsValid, string? ErrorMessage)> IGraphClientFactory.ValidateRefreshTokenAsync(string clientId, string refreshTokenSecretName, string clientSecretName, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
src/PhotoSyncFunction.cs#L127
Possible null reference argument for parameter 'refreshTokenSecretName' in 'Task<(bool IsValid, string? ErrorMessage)> IGraphClientFactory.ValidateRefreshTokenAsync(string clientId, string refreshTokenSecretName, string clientSecretName, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
src/PhotoSyncFunction.cs#L126
Possible null reference argument for parameter 'clientId' in 'Task<(bool IsValid, string? ErrorMessage)> IGraphClientFactory.ValidateRefreshTokenAsync(string clientId, string refreshTokenSecretName, string clientSecretName, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
src/PhotoSyncFunction.cs#L117
Possible null reference argument for parameter 'clientSecretName' in 'Task<(bool IsValid, string? ErrorMessage)> IGraphClientFactory.ValidateRefreshTokenAsync(string clientId, string refreshTokenSecretName, string clientSecretName, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
src/PhotoSyncFunction.cs#L116
Possible null reference argument for parameter 'refreshTokenSecretName' in 'Task<(bool IsValid, string? ErrorMessage)> IGraphClientFactory.ValidateRefreshTokenAsync(string clientId, string refreshTokenSecretName, string clientSecretName, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
src/PhotoSyncFunction.cs#L115
Possible null reference argument for parameter 'clientId' in 'Task<(bool IsValid, string? ErrorMessage)> IGraphClientFactory.ValidateRefreshTokenAsync(string clientId, string refreshTokenSecretName, string clientSecretName, CancellationToken cancellationToken = default(CancellationToken))'.
|
The logs for this run have expired and are no longer available.
Loading