Build - All Samples #836
Annotations
11 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/
|
|
samples/outgoing-webhook/csharp/Controllers/SampleController.cs#L50
Cannot convert null literal to non-nullable reference type.
|
samples/outgoing-webhook/csharp/Models/SampleResponseProvider.cs#L83
Possible null reference return.
|
samples/outgoing-webhook/csharp/Models/SampleResponseProvider.cs#L164
Converting null literal or possible null value to non-nullable type.
|
samples/outgoing-webhook/csharp/Models/SampleResponseProvider.cs#L193
Possible null reference argument for parameter 'title' in 'Attachment SampleResponseProvider.GetThumbnailCardAttachment(string title, string subTitle, string text, string attribution, string[] images, string[] buttons)'.
|
samples/outgoing-webhook/csharp/Models/SampleResponseProvider.cs#L194
Possible null reference argument for parameter 'subTitle' in 'Attachment SampleResponseProvider.GetThumbnailCardAttachment(string title, string subTitle, string text, string attribution, string[] images, string[] buttons)'.
|
samples/outgoing-webhook/csharp/Models/SampleResponseProvider.cs#L195
Possible null reference argument for parameter 'text' in 'Attachment SampleResponseProvider.GetThumbnailCardAttachment(string title, string subTitle, string text, string attribution, string[] images, string[] buttons)'.
|
samples/outgoing-webhook/csharp/Models/SampleResponseProvider.cs#L196
Possible null reference argument for parameter 'attribution' in 'Attachment SampleResponseProvider.GetThumbnailCardAttachment(string title, string subTitle, string text, string attribution, string[] images, string[] buttons)'.
|
samples/outgoing-webhook/csharp/Models/SampleResponseProvider.cs#L197
Possible null reference argument for parameter 'images' in 'Attachment SampleResponseProvider.GetThumbnailCardAttachment(string title, string subTitle, string text, string attribution, string[] images, string[] buttons)'.
|
samples/outgoing-webhook/csharp/Models/SampleResponseProvider.cs#L198
Possible null reference argument for parameter 'buttons' in 'Attachment SampleResponseProvider.GetThumbnailCardAttachment(string title, string subTitle, string text, string attribution, string[] images, string[] buttons)'.
|
The logs for this run have expired and are no longer available.
Loading