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/bot-calling-meeting/csharp/Source/CallingBotSample/Authentication/AuthenticationWrapper.cs#L25
Possible null reference assignment.
|
Build app:
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Authentication/AuthenticationWrapper.cs#L22
Non-nullable field 'tenant' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build app:
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Authentication/AuthenticationProvider.cs#L43
Non-nullable field 'openIdConfiguration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build app:
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Authentication/AuthenticationProvider.cs#L177
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
|
Build app:
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Authentication/AuthenticationProvider.cs#L177
Dereference of a possibly null reference.
|
Build app:
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Services/MicrosoftGraph/CallService.cs#L29
Possible null reference argument for parameter 'baseUri' in 'Uri.Uri(Uri baseUri, string? relativeUri)'.
|
Build app:
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Bots/CallingBot.cs#L73
Possible null reference argument for parameter 'appName' in 'AuthenticationProvider.AuthenticationProvider(string appName, string appId, string appSecret, IGraphLogger logger)'.
|
Build app:
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Bots/CallingBot.cs#L73
Possible null reference argument for parameter 'appId' in 'AuthenticationProvider.AuthenticationProvider(string appName, string appId, string appSecret, IGraphLogger logger)'.
|
Build app:
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Bots/CallingBot.cs#L73
Possible null reference argument for parameter 'appSecret' in 'AuthenticationProvider.AuthenticationProvider(string appName, string appId, string appSecret, IGraphLogger logger)'.
|
Build app:
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Services/MicrosoftGraph/CallService.cs#L279
Possible null reference return.
|
Loading