Bump Microsoft.Identity.Client from 4.61.3 to 4.65.0 in /src/FunctionApp #788
Annotations
10 warnings
src/FunctionApp/Services/ConfigService.cs#L25
Possible null reference assignment.
|
src/FunctionApp/Services/ConfigService.cs#L26
Possible null reference assignment.
|
src/FunctionApp/Services/ConfigService.cs#L27
Possible null reference assignment.
|
src/FunctionApp/Services/ConfigService.cs#L11
Non-nullable property 'UserSearchConfigs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/FunctionApp/Services/ConfigService.cs#L11
Non-nullable property 'EmailTemplateConfigs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/FunctionApp/Services/ConfigService.cs#L11
Non-nullable property 'UserRedirectConfigs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/FunctionApp/Functions/GetUsersQueue.cs#L52
Possible null reference argument for parameter 'args' in 'void LoggingHelper.LogInformation(object logClient, string message, string correlationId, FunctionContext functionContext, params object[] args)'.
|
src/FunctionApp/Functions/QueueUpUserSearch.cs#L59
Possible null reference argument for parameter 'args' in 'void LoggingHelper.LogInformation(object logClient, string message, string correlationId, FunctionContext functionContext, params object[] args)'.
|
src/FunctionApp/Functions/SendEmail.cs#L50
Possible null reference argument for parameter 'args' in 'void LoggingHelper.LogInformation(object logClient, string message, string correlationId, FunctionContext functionContext, params object[] args)'.
|
src/FunctionApp/Functions/SendEmail.cs#L52
Possible null reference argument for parameter 'args' in 'void LoggingHelper.LogInformation(object logClient, string message, string correlationId, FunctionContext functionContext, params object[] args)'.
|
This job succeeded
Loading