Build - All Samples #808
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/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)'.
|
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Services/MicrosoftGraph/CallService.cs#L279
Possible null reference return.
|
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Services/MicrosoftGraph/AudioRecordingConstants.cs#L17
Possible null reference argument for parameter 'baseUri' in 'Uri.Uri(Uri baseUri, string? relativeUri)'.
|
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Options/BotOptions.cs#L48
Non-nullable property 'CatalogAppId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Helpers/JoinInfo.cs#L42
Converting null literal or possible null value to non-nullable type.
|
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Helpers/JoinInfo.cs#L48
Dereference of a possibly null reference.
|
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Bots/MessageBot.cs#L237
Dereference of a possibly null reference.
|
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Bots/MessageBot.cs#L237
Dereference of a possibly null reference.
|
samples/bot-calling-meeting/csharp/Source/CallingBotSample/Bots/MessageBot.cs#L345
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
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)'.
|
The logs for this run have expired and are no longer available.
Loading