Update README.md #1305
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 uses Node.js version which is deprecated 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/
|
|
samples/outgoing-webhook/csharp/Controllers/SampleController.cs#L50
Cannot convert null literal to non-nullable reference type.
|
samples/outgoing-webhook/csharp/Models/AuthProvider.cs#L51
Converting null literal or possible null value to non-nullable type.
|
samples/outgoing-webhook/csharp/Models/AuthProvider.cs#L52
Converting null literal or possible null value to non-nullable type.
|
samples/outgoing-webhook/csharp/Models/AuthProvider.cs#L63
Converting null literal or possible null value to non-nullable type.
|
samples/outgoing-webhook/csharp/Models/AuthProvider.cs#L64
Converting null literal or possible null value to non-nullable type.
|
samples/outgoing-webhook/csharp/Models/AuthProvider.cs#L78
Cannot convert null literal to non-nullable reference type.
|
samples/outgoing-webhook/csharp/Controllers/SampleController.cs#L106
Converting null literal or possible null value to non-nullable type.
|
samples/outgoing-webhook/csharp/Controllers/SampleController.cs#L107
Possible null reference argument for parameter 'inputContainingTriggers' in 'Activity SampleResponseProvider.GetResponseActivity(Activity inputContainingTriggers)'.
|
samples/outgoing-webhook/csharp/Models/SampleResponseProvider.cs#L83
Possible null reference return.
|
This job succeeded
Loading