Merge pull request #1438 from OfficeDev/v-mfurquan/RT-Sample-Manifest… #1424
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/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#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/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/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#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.
|
Loading