Merge pull request #1476 from OfficeDev/v-jegadeesh/authconfig #1477
Annotations
10 warnings
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/Helpers/JoinInfo.cs#L42
Converting null literal or possible null value to non-nullable type.
|
Loading