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
Detected Razor language version downgrade. This is typically caused by a reference to the Microsoft.AspNetCore.Razor.Design package. Consider removing this package reference.
|
Build app:
samples/outgoing-webhook/csharp/Controllers/SampleController.cs#L50
Cannot convert null literal to non-nullable reference type.
|
Build app:
samples/outgoing-webhook/csharp/Models/AuthProvider.cs#L51
Converting null literal or possible null value to non-nullable type.
|
Build app:
samples/outgoing-webhook/csharp/Models/AuthProvider.cs#L52
Converting null literal or possible null value to non-nullable type.
|
Build app:
samples/outgoing-webhook/csharp/Models/AuthProvider.cs#L63
Converting null literal or possible null value to non-nullable type.
|
Build app:
samples/outgoing-webhook/csharp/Models/AuthProvider.cs#L64
Converting null literal or possible null value to non-nullable type.
|
Build app:
samples/outgoing-webhook/csharp/Models/AuthProvider.cs#L78
Cannot convert null literal to non-nullable reference type.
|
Build app:
samples/outgoing-webhook/csharp/Controllers/SampleController.cs#L106
Converting null literal or possible null value to non-nullable type.
|
Build app:
samples/outgoing-webhook/csharp/Controllers/SampleController.cs#L107
Possible null reference argument for parameter 'inputContainingTriggers' in 'Activity SampleResponseProvider.GetResponseActivity(Activity inputContainingTriggers)'.
|
Build app:
samples/outgoing-webhook/csharp/Models/SampleResponseProvider.cs#L83
Possible null reference return.
|
Loading