Build - All Samples #1476
Annotations
10 warnings
Build app:
samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L50
Possible null reference argument for parameter 'webhook' in 'Task TaskHelper.PostTaskNotification(string webhook, TaskItem item, string title, string baseUrl)'.
|
Build app:
samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L50
Possible null reference argument for parameter 'baseUrl' in 'Task TaskHelper.PostTaskNotification(string webhook, TaskItem item, string title, string baseUrl)'.
|
Build app:
samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L77
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build app:
samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L71
Possible null reference argument for parameter 'baseUrl' in 'string TaskHelper.GetConnectorCardJson(TaskItem task, string title, string baseUrl)'.
|
Build app:
samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L83
Possible null reference argument for parameter 'webhook' in 'Task TaskHelper.PostTaskNotification(string webhook, TaskItem item, string title, string baseUrl)'.
|
Build app:
samples/connector-todo-notification/csharp/Controllers/ConnectorController.cs#L66
Possible null reference argument for parameter 'baseUrl' in 'Task TaskHelper.PostWelcomeMessage(string webhookUrl, string baseUrl)'.
|
Build app:
samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L50
Possible null reference argument for parameter 'webhook' in 'Task TaskHelper.PostTaskNotification(string webhook, TaskItem item, string title, string baseUrl)'.
|
Build app:
samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L50
Possible null reference argument for parameter 'baseUrl' in 'Task TaskHelper.PostTaskNotification(string webhook, TaskItem item, string title, string baseUrl)'.
|
Build app:
samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L77
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build app:
samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L71
Possible null reference argument for parameter 'baseUrl' in 'string TaskHelper.GetConnectorCardJson(TaskItem task, string title, string baseUrl)'.
|
Loading