Bump Microsoft.Azure.Functions.Worker.Sdk from 1.17.2 to 1.18.1 in /src/FunctionApp #789
Annotations
10 warnings
Build project:
src/FunctionApp/Services/ConfigService.cs#L25
Possible null reference assignment.
|
Build project:
src/FunctionApp/Services/ConfigService.cs#L26
Possible null reference assignment.
|
Build project:
src/FunctionApp/Services/ConfigService.cs#L27
Possible null reference assignment.
|
Build project:
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.
|
Build project:
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.
|
Build project:
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.
|
Build project:
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)'.
|
Build project:
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)'.
|
Build project:
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)'.
|
Build project:
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)'.
|
Loading