Skip to content

Build - All Samples #546

Build - All Samples

Build - All Samples #546

Manually triggered July 3, 2023 12:55
Status Failure
Total duration 8m 53s
Artifacts

build-complete-samples.yml

on: workflow_dispatch
Matrix: build-csharp-samples
Matrix: build-dotnet-samples
Matrix: build-java-samples
Matrix: build-nodejs-samples
Matrix: build-python-samples
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 409 warnings
Build All "bot-receive-channel-messages-withRSC" csharp
unable to access 'https://github.com/OfficeDev/Microsoft-Teams-Samples/': Failed to connect to github.com port 443 after 21050 ms: Couldn't connect to server
Build All "bot-receive-channel-messages-withRSC" csharp
unable to access 'https://github.com/OfficeDev/Microsoft-Teams-Samples/': Failed to connect to github.com port 443 after 21069 ms: Couldn't connect to server
Build All "bot-receive-channel-messages-withRSC" csharp
unable to access 'https://github.com/OfficeDev/Microsoft-Teams-Samples/': Failed to connect to github.com port 443 after 21088 ms: Couldn't connect to server
Build All "bot-receive-channel-messages-withRSC" csharp
The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128
Build All "msteams-application-qbot" csharp
.NET Core 2.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build All "connector-todo-notification" csharp: samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L50
Possible null reference argument for parameter 'webhook' in 'Task TaskHelper.PostTaskNotification(string webhook, TaskItem item, string title, string baseUrl)'.
Build All "connector-todo-notification" csharp: samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L50
Possible null reference argument for parameter 'baseUrl' in 'Task TaskHelper.PostTaskNotification(string webhook, TaskItem item, string title, string baseUrl)'.
Build All "connector-todo-notification" csharp: samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L77
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Build All "connector-todo-notification" csharp: samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L71
Possible null reference argument for parameter 'baseUrl' in 'string TaskHelper.GetConnectorCardJson(TaskItem task, string title, string baseUrl)'.
Build All "connector-todo-notification" csharp: samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L83
Possible null reference argument for parameter 'webhook' in 'Task TaskHelper.PostTaskNotification(string webhook, TaskItem item, string title, string baseUrl)'.
Build All "connector-todo-notification" csharp: samples/connector-todo-notification/csharp/Controllers/ConnectorController.cs#L66
Possible null reference argument for parameter 'baseUrl' in 'Task TaskHelper.PostWelcomeMessage(string webhookUrl, string baseUrl)'.
Build All "connector-todo-notification" csharp: samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L50
Possible null reference argument for parameter 'webhook' in 'Task TaskHelper.PostTaskNotification(string webhook, TaskItem item, string title, string baseUrl)'.
Build All "connector-todo-notification" csharp: samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L50
Possible null reference argument for parameter 'baseUrl' in 'Task TaskHelper.PostTaskNotification(string webhook, TaskItem item, string title, string baseUrl)'.
Build All "connector-todo-notification" csharp: samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L77
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Build All "connector-todo-notification" csharp: samples/connector-todo-notification/csharp/Controllers/TaskController.cs#L71
Possible null reference argument for parameter 'baseUrl' in 'string TaskHelper.GetConnectorCardJson(TaskItem task, string title, string baseUrl)'.
Build All "tab-channel-group" csharp: samples/tab-channel-group/mvc-csharp/Startup.cs#L14
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
Build All "tab-channel-group" csharp: samples/tab-channel-group/mvc-csharp/Startup.cs#L14
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Viewer.cs#L17
Non-nullable property 'Observer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Signature.cs#L20
Non-nullable property 'Signer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L13
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L18
Non-nullable property 'Viewers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L23
Non-nullable property 'Signers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Document.cs#L10
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Document.cs#L10
Non-nullable property 'OwnerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L95
Possible null reference argument for parameter 'id' in 'Task<bool> IUserRepository.UserExists(string id)'.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L120
Possible null reference argument for parameter 'id' in 'Task<User> IUserRepository.GetUser(string id)'.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L153
Possible null reference argument for parameter 'id' in 'Task<User> IUserRepository.GetUser(string id)'.
Build All "tab-channel-group-sso-quickstart" csharp: samples/tab-channel-group-sso-quickstart/csharp_dotnetcore/Startup.cs#L41
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "tab-channel-group-sso-quickstart" csharp: samples/tab-channel-group-sso-quickstart/csharp_dotnetcore/Startup.cs#L41
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "tab-personal-sso-quickstart" csharp: samples/tab-personal-sso-quickstart/csharp_dotnetcore/Startup.cs#L39
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "tab-personal-sso-quickstart" csharp: samples/tab-personal-sso-quickstart/csharp_dotnetcore/Startup.cs#L39
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "graph-change-notification" csharp: samples/graph-change-notification/csharp/ChangeNotification/Controllers/NotificationController.cs#L43
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.
Build All "graph-change-notification" csharp: samples/graph-change-notification/csharp/ChangeNotification/Controllers/NotificationController.cs#L43
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.
Build All "msgext-message-reminder" csharp: samples/msgext-message-reminder/csharp/MessagingExtensionReminder/Bots/ActivityBot.cs#L46
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.
Build All "msgext-message-reminder" csharp: samples/msgext-message-reminder/csharp/MessagingExtensionReminder/Bots/ActivityBot.cs#L46
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.
Build All "graph-chat-lifecycle" csharp: samples/graph-chat-lifecycle/csharp/ChatLifecycle/Startup.cs#L56
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "graph-chat-lifecycle" csharp: samples/graph-chat-lifecycle/csharp/ChatLifecycle/Startup.cs#L56
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Viewer.cs#L17
Non-nullable property 'Observer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Signature.cs#L20
Non-nullable property 'Signer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L13
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L18
Non-nullable property 'Viewers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L23
Non-nullable property 'Signers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Document.cs#L10
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Document.cs#L10
Non-nullable property 'OwnerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L95
Possible null reference argument for parameter 'id' in 'Task<bool> IUserRepository.UserExists(string id)'.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L120
Possible null reference argument for parameter 'id' in 'Task<User> IUserRepository.GetUser(string id)'.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L153
Possible null reference argument for parameter 'id' in 'Task<User> IUserRepository.GetUser(string id)'.
Build All "bot-join-team-using-qr-code" csharp: samples/bot-join-team-using-qr-code/csharp/JoinTeamByQR/TokenExchangeHelper.cs#L90
'IExtendedUserTokenProvider' is obsolete: 'Use UserTokenClient instead. With CloudAdapter the UserTokenClient is available on TurnState.'
Build All "bot-join-team-using-qr-code" csharp: samples/bot-join-team-using-qr-code/csharp/JoinTeamByQR/TokenExchangeHelper.cs#L90
'IExtendedUserTokenProvider' is obsolete: 'Use UserTokenClient instead. With CloudAdapter the UserTokenClient is available on TurnState.'
Build All "graph-bulk-meetings" csharp: samples/graph-bulk-meetings/csharp/EventMeeting/Models/Configuration/AzureSettings.cs#L12
Non-nullable property 'MicrosoftAppId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-bulk-meetings" csharp: samples/graph-bulk-meetings/csharp/EventMeeting/Models/Configuration/AzureSettings.cs#L17
Non-nullable property 'MicrosoftAppPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-bulk-meetings" csharp: samples/graph-bulk-meetings/csharp/EventMeeting/Models/Configuration/AzureSettings.cs#L22
Non-nullable property 'MicrosoftAppTenantId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-bulk-meetings" csharp: samples/graph-bulk-meetings/csharp/EventMeeting/Models/MeetingCreationList.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-bulk-meetings" csharp: samples/graph-bulk-meetings/csharp/EventMeeting/Models/MeetingCreationList.cs#L10
Non-nullable property 'TopicName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-bulk-meetings" csharp: samples/graph-bulk-meetings/csharp/EventMeeting/Models/MeetingCreationList.cs#L20
Non-nullable property 'Organizer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-bulk-meetings" csharp: samples/graph-bulk-meetings/csharp/EventMeeting/Models/MeetingCreationList.cs#L22
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-bulk-meetings" csharp: samples/graph-bulk-meetings/csharp/EventMeeting/Models/MeetingCreationList.cs#L27
Non-nullable property 'MeetingLink' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-bulk-meetings" csharp: samples/graph-bulk-meetings/csharp/EventMeeting/Models/MeetingCreationList.cs#L30
Non-nullable property 'Start' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-bulk-meetings" csharp: samples/graph-bulk-meetings/csharp/EventMeeting/Models/MeetingCreationList.cs#L33
Non-nullable property 'End' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build all "bot-join-team-using-qr-code" nodejs
Failed to download action 'https://api.github.com/repos/actions/setup-node/zipball/f1f314fca9dfce2769ece7d933488f076716723e'. Error: Response status code does not indicate success: 502 (Bad Gateway).
Build all "bot-join-team-using-qr-code" nodejs
Back off 12.579 seconds before retry.
Build All "app-region-selection" csharp: samples/app-region-selection/csharp/RegionSectionApp/AdapterWithErrorHandler.cs#L11
'BotFrameworkHttpAdapter' is obsolete: 'Use `CloudAdapter` instead.'
Build All "app-region-selection" csharp: samples/app-region-selection/csharp/RegionSectionApp/AdapterWithErrorHandler.cs#L13
'BotFrameworkHttpAdapter' is obsolete: 'Use `CloudAdapter` instead.'
Build All "app-region-selection" csharp: samples/app-region-selection/csharp/RegionSectionApp/AdapterWithErrorHandler.cs#L11
'BotFrameworkHttpAdapter' is obsolete: 'Use `CloudAdapter` instead.'
Build All "app-region-selection" csharp: samples/app-region-selection/csharp/RegionSectionApp/AdapterWithErrorHandler.cs#L13
'BotFrameworkHttpAdapter' is obsolete: 'Use `CloudAdapter` instead.'
Build All "graph-teams-tag" csharp: samples/graph-teams-tag/csharp/GraphTeamsTag/Models/TeamTagUpdateDto.cs#L9
Non-nullable property 'MembersToBeAdded' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-teams-tag" csharp: samples/graph-teams-tag/csharp/GraphTeamsTag/Models/TeamTagUpdateDto.cs#L10
Non-nullable property 'MembersToBeDeleted' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-teams-tag" csharp: samples/graph-teams-tag/csharp/GraphTeamsTag/Models/TeamTagMember.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-teams-tag" csharp: samples/graph-teams-tag/csharp/GraphTeamsTag/Models/TeamTagMember.cs#L11
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-teams-tag" csharp: samples/graph-teams-tag/csharp/GraphTeamsTag/Models/TeamTagMember.cs#L13
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-teams-tag" csharp: samples/graph-teams-tag/csharp/GraphTeamsTag/Models/TeamTag.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-teams-tag" csharp: samples/graph-teams-tag/csharp/GraphTeamsTag/Models/TeamTag.cs#L11
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-teams-tag" csharp: samples/graph-teams-tag/csharp/GraphTeamsTag/Models/TeamTag.cs#L13
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-teams-tag" csharp: samples/graph-teams-tag/csharp/GraphTeamsTag/Models/Configuration/AzureSettings.cs#L12
Non-nullable property 'MicrosoftAppId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-teams-tag" csharp: samples/graph-teams-tag/csharp/GraphTeamsTag/Models/Configuration/AzureSettings.cs#L17
Non-nullable property 'MicrosoftAppPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "bot-message-reaction" csharp: samples/bot-message-reaction/csharp/AdapterWithErrorHandler.cs#L15
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.
Build All "bot-message-reaction" csharp: samples/bot-message-reaction/csharp/AdapterWithErrorHandler.cs#L15
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.
Build All "tab-sso" csharp: samples/tab-sso/csharp/TeamsTabSSO/Startup.cs#L39
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "tab-sso" csharp: samples/tab-sso/csharp/TeamsTabSSO/Startup.cs#L39
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "bot-sharepoint-list" csharp: samples/bot-sharepoint-list/csharp/SPListBot/Repositories/SharepointRepository.cs#L65
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
Build All "bot-sharepoint-list" csharp: samples/bot-sharepoint-list/csharp/SPListBot/Repositories/SharepointRepository.cs#L65
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
Build All "bot-calling-meeting" csharp: 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 All "bot-calling-meeting" csharp: 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 All "bot-calling-meeting" csharp: samples/bot-calling-meeting/csharp/Source/CallingBotSample/Authentication/AuthenticationProvider.cs#L177
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Build All "bot-calling-meeting" csharp: 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 All "bot-calling-meeting" csharp: 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)'.
Build All "bot-adaptivecards-user-specific-views" csharp: samples/bot-adaptivecards-user-specific-views/csharp/Microsoft.Teams.Samples.UserSpecificViews/Bot/RefreshActionData.cs#L30
Non-nullable property 'CardType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "bot-adaptivecards-user-specific-views" csharp: samples/bot-adaptivecards-user-specific-views/csharp/Microsoft.Teams.Samples.UserSpecificViews/Bot/RefreshActionData.cs#L17
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "bot-adaptivecards-user-specific-views" csharp: samples/bot-adaptivecards-user-specific-views/csharp/Microsoft.Teams.Samples.UserSpecificViews/Bot/RefreshActionData.cs#L18
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "bot-adaptivecards-user-specific-views" csharp: samples/bot-adaptivecards-user-specific-views/csharp/Microsoft.Teams.Samples.UserSpecificViews/Bot/RefreshActionData.cs#L19
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "bot-adaptivecards-user-specific-views" csharp: samples/bot-adaptivecards-user-specific-views/csharp/Microsoft.Teams.Samples.UserSpecificViews/Bot/RefreshActionData.cs#L20
Non-nullable property 'verb' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "bot-adaptivecards-user-specific-views" csharp: samples/bot-adaptivecards-user-specific-views/csharp/Microsoft.Teams.Samples.UserSpecificViews/Bot/RefreshActionData.cs#L8
Non-nullable property 'action' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "bot-adaptivecards-user-specific-views" csharp: samples/bot-adaptivecards-user-specific-views/csharp/Microsoft.Teams.Samples.UserSpecificViews/Bot/RefreshActionData.cs#L9
Non-nullable property 'trigger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "bot-adaptivecards-user-specific-views" csharp: samples/bot-adaptivecards-user-specific-views/csharp/Microsoft.Teams.Samples.UserSpecificViews/Bot/BotActivityHandler.cs#L46
Possible null reference argument for parameter 'value' in 'RefreshActionData? JsonConvert.DeserializeObject<RefreshActionData>(string value)'.
Build All "bot-adaptivecards-user-specific-views" csharp: samples/bot-adaptivecards-user-specific-views/csharp/Microsoft.Teams.Samples.UserSpecificViews/Bot/RefreshActionData.cs#L30
Non-nullable property 'CardType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build all "bot-initiate-thread-in-channel" python
Failed to download action 'https://api.github.com/repos/actions/checkout/zipball/ee0669bd1cc54295c223e0bb666b733df41de1c5'. Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (api.github.com:443)
Build all "bot-initiate-thread-in-channel" python
Back off 19.525 seconds before retry.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Viewer.cs#L17
Non-nullable property 'Observer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Signature.cs#L20
Non-nullable property 'Signer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L13
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L18
Non-nullable property 'Viewers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L23
Non-nullable property 'Signers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Document.cs#L10
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Document.cs#L10
Non-nullable property 'OwnerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L95
Possible null reference argument for parameter 'id' in 'Task<bool> IUserRepository.UserExists(string id)'.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L120
Possible null reference argument for parameter 'id' in 'Task<User> IUserRepository.GetUser(string id)'.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L153
Possible null reference argument for parameter 'id' in 'Task<User> IUserRepository.GetUser(string id)'.
Build All "msgext-action-preview" csharp: samples/msgext-action-preview/csharp/AdaptiveCardHelper.cs#L33
'AdaptiveCard.AdaptiveCard()' is obsolete: 'Please use the overload that accepts a version parameter and specify the version your card requires'
Build All "msgext-action-preview" csharp: samples/msgext-action-preview/csharp/AdaptiveCardHelper.cs#L88
'AdaptiveCard.AdaptiveCard()' is obsolete: 'Please use the overload that accepts a version parameter and specify the version your card requires'
Build All "msgext-action-preview" csharp: samples/msgext-action-preview/csharp/AdaptiveCardHelper.cs#L33
'AdaptiveCard.AdaptiveCard()' is obsolete: 'Please use the overload that accepts a version parameter and specify the version your card requires'
Build All "msgext-action-preview" csharp: samples/msgext-action-preview/csharp/AdaptiveCardHelper.cs#L88
'AdaptiveCard.AdaptiveCard()' is obsolete: 'Please use the overload that accepts a version parameter and specify the version your card requires'
Build All "app-sso" csharp: samples/app-sso/csharp/App SSO Sample/AdapterWithErrorHandler.cs#L16
Cannot convert null literal to non-nullable reference type.
Build All "app-sso" csharp: samples/app-sso/csharp/App SSO Sample/Dialogs/TokenExchangeOAuthPrompt.cs#L18
Cannot convert null literal to non-nullable reference type.
Build All "app-sso" csharp: samples/app-sso/csharp/App SSO Sample/Helper/TokenExchangeHelper.cs#L93
Converting null literal or possible null value to non-nullable type.
Build All "app-sso" csharp: samples/app-sso/csharp/App SSO Sample/Helper/TokenExchangeHelper.cs#L147
Non-nullable property 'ETag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "msteams-application-qbot" csharp: samples/msteams-application-qbot/Source/Microsoft.Teams.Apps.QBot.Infrastructure/Secrets/Cache.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build All "msteams-application-qbot" csharp: samples/msteams-application-qbot/Source/Microsoft.Teams.Apps.QBot.Infrastructure/Secrets/Cache.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build All "msteams-application-qbot" csharp
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build All "meetings-notification" csharp: samples/meetings-notification/csharp/InMeetingNotifications/Models/PushAgendaAction.cs#L11
'PushAgendaAction.Choice' hides inherited member 'ActionBase.Choice'. Use the new keyword if hiding was intended.
Build All "meetings-notification" csharp: samples/meetings-notification/csharp/InMeetingNotifications/Models/PushAgendaAction.cs#L11
'PushAgendaAction.Choice' hides inherited member 'ActionBase.Choice'. Use the new keyword if hiding was intended.
Build All "tab-deeplink" csharp: samples/tab-deeplink/csharp/DeepLinkBot/Views/Home/TaskList.cshtml#L35
Use of IHtmlHelper.RenderPartial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.RenderPartialAsync.
Build All "tab-deeplink" csharp: samples/tab-deeplink/csharp/DeepLinkBot/Views/Home/DeepLinkChannel.cshtml#L107
Use of IHtmlHelper.RenderPartial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.RenderPartialAsync.
Build All "tab-deeplink" csharp: samples/tab-deeplink/csharp/DeepLinkBot/Views/Home/DeepLink.cshtml#L70
Use of IHtmlHelper.RenderPartial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.RenderPartialAsync.
Build All "tab-deeplink" csharp: samples/tab-deeplink/csharp/DeepLinkBot/Views/Home/ChannelView.cshtml#L35
Use of IHtmlHelper.RenderPartial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.RenderPartialAsync.
Build All "tab-deeplink" csharp: samples/tab-deeplink/csharp/DeepLinkBot/Views/Home/TaskList.cshtml#L35
Use of IHtmlHelper.RenderPartial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.RenderPartialAsync.
Build All "tab-deeplink" csharp: samples/tab-deeplink/csharp/DeepLinkBot/Views/Home/DeepLinkChannel.cshtml#L107
Use of IHtmlHelper.RenderPartial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.RenderPartialAsync.
Build All "tab-deeplink" csharp: samples/tab-deeplink/csharp/DeepLinkBot/Views/Home/DeepLink.cshtml#L70
Use of IHtmlHelper.RenderPartial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.RenderPartialAsync.
Build All "tab-deeplink" csharp: samples/tab-deeplink/csharp/DeepLinkBot/Views/Home/ChannelView.cshtml#L35
Use of IHtmlHelper.RenderPartial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.RenderPartialAsync.
Build all "bot-sharepoint-file-viewer" nodejs
Failed to download action 'https://api.github.com/repos/actions/checkout/zipball/ee0669bd1cc54295c223e0bb666b733df41de1c5'. Error: Response status code does not indicate success: 502 (Bad Gateway).
Build all "bot-sharepoint-file-viewer" nodejs
Back off 12.878 seconds before retry.
Build All "graph-change-notification-team-channel" csharp: samples/graph-change-notification-team-channel/csharp/ChangeNotification/Program.cs#L19
The using directive for 'ChangeNotification.Bots' appeared previously in this namespace
Build All "graph-change-notification-team-channel" csharp: samples/graph-change-notification-team-channel/csharp/ChangeNotification/Helper/DecryptionHelper.cs#L49
'AesCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
Build All "graph-change-notification-team-channel" csharp: samples/graph-change-notification-team-channel/csharp/ChangeNotification/Helper/DecryptionHelper.cs#L49
'AesCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
Build All "graph-change-notification-team-channel" csharp: samples/graph-change-notification-team-channel/csharp/ChangeNotification/Controllers/TeamController.cs#L43
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.
Build All "graph-change-notification-team-channel" csharp: samples/graph-change-notification-team-channel/csharp/ChangeNotification/Controllers/NotificationsController.cs#L40
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.
Build All "graph-change-notification-team-channel" csharp: samples/graph-change-notification-team-channel/csharp/ChangeNotification/Program.cs#L19
The using directive for 'ChangeNotification.Bots' appeared previously in this namespace
Build All "graph-change-notification-team-channel" csharp: samples/graph-change-notification-team-channel/csharp/ChangeNotification/Helper/DecryptionHelper.cs#L49
'AesCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
Build All "graph-change-notification-team-channel" csharp: samples/graph-change-notification-team-channel/csharp/ChangeNotification/Helper/DecryptionHelper.cs#L49
'AesCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
Build All "msgext-link-unfurling-reddit" csharp
Detected Razor language version downgrade. This is typically caused by a reference to the Microsoft.AspNetCore.Razor.Design package. Consider removing this package reference.
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L32
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L64
'ICredentialProvider' is obsolete: 'Use `ConfigurationBotFrameworkAuthentication` instead to configure credentials.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L64
'SimpleCredentialProvider' is obsolete: 'Use `ConfigurationBotFrameworkAuthentication` instead to configure credentials.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L81
'ApplicationInsightsServiceOptions.InstrumentationKey' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use ApplicationInsightsServiceOptions.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L89
'CompatibilityVersion' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L89
'CompatibilityVersion.Version_2_1' is obsolete: 'This CompatibilityVersion value is obsolete.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L87
'MvcCoreMvcBuilderExtensions.SetCompatibilityVersion(IMvcBuilder, CompatibilityVersion)' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L95
'BotFrameworkHttpAdapter' is obsolete: 'Use `CloudAdapter` instead.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet/Startup.cs#L139
Using 'UseMvc' to configure MVC is not supported while using Endpoint Routing. To continue using 'UseMvc', please set 'MvcOptions.EnableEndpointRouting = false' inside 'ConfigureServices'.
Build All "tab-staggered-permission" csharp: samples/tab-staggered-permission/csharp/StaggeredPermission/Startup.cs#L68
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "tab-staggered-permission" csharp: samples/tab-staggered-permission/csharp/StaggeredPermission/Controllers/TabController.cs#L111
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.
Build All "tab-staggered-permission" csharp: samples/tab-staggered-permission/csharp/StaggeredPermission/Startup.cs#L68
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "tab-staggered-permission" csharp: samples/tab-staggered-permission/csharp/StaggeredPermission/Controllers/TabController.cs#L111
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.
Build All "bot-all-cards" csharp: samples/bot-all-cards/csharp/BotAllCards/Bots/TeamsBot.cs#L89
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.
Build All "bot-all-cards" csharp: samples/bot-all-cards/csharp/BotAllCards/Bots/TeamsBot.cs#L89
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.
Build All "meetings-transcription" csharp: samples/meetings-transcription/csharp/MeetingTranscription/Bots/TranscriptionBot.cs#L105
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.
Build All "meetings-transcription" csharp: samples/meetings-transcription/csharp/MeetingTranscription/Bots/TranscriptionBot.cs#L105
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.
Build All "graph-pinned-messages" csharp
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/zipball/608ee757cfcce72c2e91e99aca128e0cae67de87'. Error: Response status code does not indicate success: 502 (Bad Gateway).
Build All "graph-pinned-messages" csharp
Back off 18.851 seconds before retry.
Build All "graph-pinned-messages" csharp: samples/graph-pinned-messages/csharp/GraphPinnedMessage/Models/PinnedMessage.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-pinned-messages" csharp: samples/graph-pinned-messages/csharp/GraphPinnedMessage/Models/PinnedMessage.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-pinned-messages" csharp: samples/graph-pinned-messages/csharp/GraphPinnedMessage/Models/MessageData.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-pinned-messages" csharp: samples/graph-pinned-messages/csharp/GraphPinnedMessage/Models/MessageData.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-pinned-messages" csharp: samples/graph-pinned-messages/csharp/GraphPinnedMessage/Models/MessageData.cs#L11
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-pinned-messages" csharp: samples/graph-pinned-messages/csharp/GraphPinnedMessage/Models/Configuration/AzureSettings.cs#L12
Non-nullable property 'MicrosoftAppId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-pinned-messages" csharp: samples/graph-pinned-messages/csharp/GraphPinnedMessage/Models/Configuration/AzureSettings.cs#L17
Non-nullable property 'MicrosoftAppPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "graph-pinned-messages" csharp: samples/graph-pinned-messages/csharp/GraphPinnedMessage/Models/Configuration/AzureSettings.cs#L22
Non-nullable property 'MicrosoftAppTenantId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "bot-task-module" csharp: samples/bot-task-module/csharp/AdapterWithErrorHandler.cs#L15
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.
Build All "bot-task-module" csharp: samples/bot-task-module/csharp/AdapterWithErrorHandler.cs#L15
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.
Build All "outgoing-webhook" csharp
Detected Razor language version downgrade. This is typically caused by a reference to the Microsoft.AspNetCore.Razor.Design package. Consider removing this package reference.
Build All "outgoing-webhook" csharp: samples/outgoing-webhook/csharp/Controllers/SampleController.cs#L50
Cannot convert null literal to non-nullable reference type.
Build All "outgoing-webhook" csharp: samples/outgoing-webhook/csharp/Models/SampleResponseProvider.cs#L164
Converting null literal or possible null value to non-nullable type.
Build All "outgoing-webhook" csharp: 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)'.
Build All "outgoing-webhook" csharp: 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)'.
Build All "outgoing-webhook" csharp: 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)'.
Build All "outgoing-webhook" csharp: 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)'.
Build All "outgoing-webhook" csharp: 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)'.
Build All "outgoing-webhook" csharp: 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)'.
Build All "meetings-sidepanel" csharp: samples/meetings-sidepanel/csharp/SidePanel/Controllers/HomeController.cs#L59
'AppCredentials.TrustServiceUrl(string, DateTime)' is obsolete: 'TrustServiceUrl is not a required part of the security model.'
Build All "meetings-sidepanel" csharp: samples/meetings-sidepanel/csharp/SidePanel/Controllers/HomeController.cs#L59
'AppCredentials.TrustServiceUrl(string, DateTime)' is obsolete: 'TrustServiceUrl is not a required part of the security model.'
Build All "bot-conversation-sso-quickstart" csharp
Failed to download action 'https://api.github.com/repos/actions/checkout/zipball/ee0669bd1cc54295c223e0bb666b733df41de1c5'. Error: Response status code does not indicate success: 502 (Bad Gateway).
Build All "bot-conversation-sso-quickstart" csharp
Back off 11.965 seconds before retry.
Build All "msteams-application-resourcehub" csharp: samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Repositories/AppConfig/AppConfigRepository.cs#L15
'AppConfigRepository.TableName' hides inherited member 'BaseRepository<AppConfigEntity>.TableName'. Use the new keyword if hiding was intended.
Build All "msteams-application-resourcehub" csharp: samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Repositories/LogEventRepository/LogEventRepository.cs#L18
'LogEventRepository.TableName' hides inherited member 'BaseRepository<EventLogEntity>.TableName'. Use the new keyword if hiding was intended.
Build All "msteams-application-resourcehub" csharp: samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Repositories/UserReactionRepository/UserReactionRepository.cs#L16
'UserReactionRepository.TableName' hides inherited member 'BaseRepository<UserReactionEntity>.TableName'. Use the new keyword if hiding was intended.
Build All "msteams-application-resourcehub" csharp: samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Models/Entity/UserReactionEntity.cs#L17
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "msteams-application-resourcehub" csharp: samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Models/Entity/UserReactionEntity.cs#L22
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "msteams-application-resourcehub" csharp: samples/msteams-application-resourcehub/Source/Microsoft.Teams.Apps.Selfhelp.Shared/Models/Entity/UserReactionEntity.cs#L56
Non-nullable property 'LearningContentId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "msgext-link-unfurling-reddit" csharp
Detected Razor language version downgrade. This is typically caused by a reference to the Microsoft.AspNetCore.Razor.Design package. Consider removing this package reference.
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet_user_auth/Startup.cs#L29
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet_user_auth/Startup.cs#L35
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet_user_auth/Startup.cs#L66
'ICredentialProvider' is obsolete: 'Use `ConfigurationBotFrameworkAuthentication` instead to configure credentials.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet_user_auth/Startup.cs#L66
'SimpleCredentialProvider' is obsolete: 'Use `ConfigurationBotFrameworkAuthentication` instead to configure credentials.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet_user_auth/Startup.cs#L82
'ApplicationInsightsServiceOptions.InstrumentationKey' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use ApplicationInsightsServiceOptions.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet_user_auth/Startup.cs#L90
'CompatibilityVersion' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet_user_auth/Startup.cs#L90
'CompatibilityVersion.Version_2_1' is obsolete: 'This CompatibilityVersion value is obsolete.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet_user_auth/Startup.cs#L88
'MvcCoreMvcBuilderExtensions.SetCompatibilityVersion(IMvcBuilder, CompatibilityVersion)' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.'
Build All "msgext-link-unfurling-reddit" csharp: samples/msgext-link-unfurling-reddit/csharp/dotnet_user_auth/Startup.cs#L96
'BotFrameworkHttpAdapter' is obsolete: 'Use `CloudAdapter` instead.'
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Viewer.cs#L17
Non-nullable property 'Observer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Signature.cs#L20
Non-nullable property 'Signer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L13
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L18
Non-nullable property 'Viewers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L23
Non-nullable property 'Signers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Document.cs#L10
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Document.cs#L10
Non-nullable property 'OwnerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L95
Possible null reference argument for parameter 'id' in 'Task<bool> IUserRepository.UserExists(string id)'.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L120
Possible null reference argument for parameter 'id' in 'Task<User> IUserRepository.GetUser(string id)'.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L153
Possible null reference argument for parameter 'id' in 'Task<User> IUserRepository.GetUser(string id)'.
Build All "bot-teams-catering" csharp: samples/bot-teams-catering/csharp/Catering/Startup.cs#L28
'CompatibilityVersion' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.'
Build All "bot-teams-catering" csharp: samples/bot-teams-catering/csharp/Catering/Startup.cs#L28
'CompatibilityVersion.Latest' is obsolete: 'This CompatibilityVersion value is obsolete.'
Build All "bot-teams-catering" csharp: samples/bot-teams-catering/csharp/Catering/Startup.cs#L28
'MvcCoreMvcBuilderExtensions.SetCompatibilityVersion(IMvcBuilder, CompatibilityVersion)' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.'
Build All "bot-teams-catering" csharp: samples/bot-teams-catering/csharp/Catering/Startup.cs#L28
'CompatibilityVersion' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.'
Build All "bot-teams-catering" csharp: samples/bot-teams-catering/csharp/Catering/Startup.cs#L28
'CompatibilityVersion.Latest' is obsolete: 'This CompatibilityVersion value is obsolete.'
Build All "bot-teams-catering" csharp: samples/bot-teams-catering/csharp/Catering/Startup.cs#L28
'MvcCoreMvcBuilderExtensions.SetCompatibilityVersion(IMvcBuilder, CompatibilityVersion)' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.'
Build All "graph-proactive-installation" csharp: samples/graph-proactive-installation/csharp/ProactiveAppInstallation/Startup.cs#L23
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
Build All "graph-proactive-installation" csharp: samples/graph-proactive-installation/csharp/ProactiveAppInstallation/Bots/ProactiveBot.cs#L49
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.
Build All "graph-proactive-installation" csharp: samples/graph-proactive-installation/csharp/ProactiveAppInstallation/Startup.cs#L23
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
Build All "graph-proactive-installation" csharp: samples/graph-proactive-installation/csharp/ProactiveAppInstallation/Bots/ProactiveBot.cs#L49
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.
Build All "app-complete-auth" csharp: samples/app-complete-auth/csharp/AppCompleteAuth/AdapterWithErrorHandler.cs#L17
'BotFrameworkHttpAdapter' is obsolete: 'Use `CloudAdapter` instead.'
Build All "app-complete-auth" csharp: samples/app-complete-auth/csharp/AppCompleteAuth/Startup.cs#L70
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "app-complete-auth" csharp: samples/app-complete-auth/csharp/AppCompleteAuth/AdapterWithErrorHandler.cs#L17
'BotFrameworkHttpAdapter' is obsolete: 'Use `CloudAdapter` instead.'
Build All "app-complete-auth" csharp: samples/app-complete-auth/csharp/AppCompleteAuth/Startup.cs#L70
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "bot-daily-task-reminder" csharp
Failed to download action 'https://api.github.com/repos/actions/checkout/zipball/ee0669bd1cc54295c223e0bb666b733df41de1c5'. Error: Response status code does not indicate success: 502 (Bad Gateway).
Build All "bot-daily-task-reminder" csharp
Back off 16.245 seconds before retry.
Build All "graph-meeting-notification" csharp: samples/graph-meeting-notification/csharp/MeetingNotification/Helper/DecryptionHelper.cs#L60
'AesCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
Build All "graph-meeting-notification" csharp: samples/graph-meeting-notification/csharp/MeetingNotification/Helper/DecryptionHelper.cs#L60
'AesCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
Build All "graph-meeting-notification" csharp: samples/graph-meeting-notification/csharp/MeetingNotification/Controllers/NotificationController.cs#L49
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.
Build All "graph-meeting-notification" csharp: samples/graph-meeting-notification/csharp/MeetingNotification/Helper/DecryptionHelper.cs#L60
'AesCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
Build All "graph-meeting-notification" csharp: samples/graph-meeting-notification/csharp/MeetingNotification/Helper/DecryptionHelper.cs#L60
'AesCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
Build All "graph-meeting-notification" csharp: samples/graph-meeting-notification/csharp/MeetingNotification/Controllers/NotificationController.cs#L49
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.
Build All "meetings-live-code-interview" csharp: samples/meetings-live-code-interview/csharp/MeetingLiveCoding/Controllers/MeetingController.cs#L26
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.
Build All "meetings-live-code-interview" csharp: samples/meetings-live-code-interview/csharp/MeetingLiveCoding/Controllers/MeetingController.cs#L26
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.
Build All "meetings-details-tab" csharp: samples/meetings-details-tab/csharp/DetailsTab/Controllers/HomeController.cs#L75
'AppCredentials.TrustServiceUrl(string, DateTime)' is obsolete: 'TrustServiceUrl is not a required part of the security model.'
Build All "meetings-details-tab" csharp: samples/meetings-details-tab/csharp/DetailsTab/Bots/DetailsTabBot.cs#L76
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.
Build All "meetings-details-tab" csharp: samples/meetings-details-tab/csharp/DetailsTab/Controllers/HomeController.cs#L75
'AppCredentials.TrustServiceUrl(string, DateTime)' is obsolete: 'TrustServiceUrl is not a required part of the security model.'
Build All "meetings-details-tab" csharp: samples/meetings-details-tab/csharp/DetailsTab/Bots/DetailsTabBot.cs#L76
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.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Viewer.cs#L17
Non-nullable property 'Observer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Signature.cs#L20
Non-nullable property 'Signer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L13
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L18
Non-nullable property 'Viewers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L23
Non-nullable property 'Signers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Document.cs#L10
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Document.cs#L10
Non-nullable property 'OwnerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L95
Possible null reference argument for parameter 'id' in 'Task<bool> IUserRepository.UserExists(string id)'.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L120
Possible null reference argument for parameter 'id' in 'Task<User> IUserRepository.GetUser(string id)'.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L153
Possible null reference argument for parameter 'id' in 'Task<User> IUserRepository.GetUser(string id)'.
Build All "msteams-application-qbot" csharp: samples/msteams-application-qbot/Source/Microsoft.Teams.Apps.QBot.Infrastructure/Secrets/Cache.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build All "msteams-application-qbot" csharp: samples/msteams-application-qbot/Source/Microsoft.Teams.Apps.QBot.Web/Startup.cs#L59
'ConfigureServices' is coupled with '50' different types from '38' different namespaces. Rewrite or refactor the code to decrease its class coupling below '41'.
Build All "msteams-application-qbot" csharp
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build All "app-localization" csharp: samples/app-localization/csharp/Localization/AdapterWithErrorHandler.cs#L13
'BotFrameworkHttpAdapter' is obsolete: 'Use `CloudAdapter` instead.'
Build All "app-localization" csharp: samples/app-localization/csharp/Localization/AdapterWithErrorHandler.cs#L15
'BotFrameworkHttpAdapter' is obsolete: 'Use `CloudAdapter` instead.'
Build All "app-localization" csharp: samples/app-localization/csharp/Localization/AdapterWithErrorHandler.cs#L13
'BotFrameworkHttpAdapter' is obsolete: 'Use `CloudAdapter` instead.'
Build All "app-localization" csharp: samples/app-localization/csharp/Localization/AdapterWithErrorHandler.cs#L15
'BotFrameworkHttpAdapter' is obsolete: 'Use `CloudAdapter` instead.'
Build All "bot-sharepoint-file-viewer" csharp: samples/bot-sharepoint-file-viewer/csharp/BotWithSharePointFileViewer/TokenExchangeHelper.cs#L90
'IExtendedUserTokenProvider' is obsolete: 'Use UserTokenClient instead. With CloudAdapter the UserTokenClient is available on TurnState.'
Build All "bot-sharepoint-file-viewer" csharp: samples/bot-sharepoint-file-viewer/csharp/BotWithSharePointFileViewer/Startup.cs#L47
'DialogManager' is obsolete: 'This class will be deprecated in the next version of the Bot Framework SDK.'
Build All "bot-sharepoint-file-viewer" csharp: samples/bot-sharepoint-file-viewer/csharp/BotWithSharePointFileViewer/TokenExchangeHelper.cs#L90
'IExtendedUserTokenProvider' is obsolete: 'Use UserTokenClient instead. With CloudAdapter the UserTokenClient is available on TurnState.'
Build All "bot-sharepoint-file-viewer" csharp: samples/bot-sharepoint-file-viewer/csharp/BotWithSharePointFileViewer/Startup.cs#L47
'DialogManager' is obsolete: 'This class will be deprecated in the next version of the Bot Framework SDK.'
Build All "graph-activity-feed-broadcast" csharp: samples/graph-activity-feed-broadcast/csharp/ActivityFeedBroadcast/Startup.cs#L61
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "graph-activity-feed-broadcast" csharp: samples/graph-activity-feed-broadcast/csharp/ActivityFeedBroadcast/Startup.cs#L61
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "app-virtual-assistant" csharp: samples/app-virtual-assistant/csharp/Services/BotServices.cs#L32
'LuisPredictionOptions.TelemetryClient' is obsolete: 'Member is deprecated, please use LuisRecognizerOptionsV2 to set this value).'
Build All "app-virtual-assistant" csharp: samples/app-virtual-assistant/csharp/Services/BotServices.cs#L33
'LuisPredictionOptions.LogPersonalInformation' is obsolete: 'Member is deprecated, please use LuisRecognizerOptionsV2 to set this value).'
Build All "app-virtual-assistant" csharp: samples/app-virtual-assistant/csharp/Services/BotServices.cs#L38
'LuisRecognizer.LuisRecognizer(LuisApplication, LuisPredictionOptions, bool, HttpClientHandler)' is obsolete: 'Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).'
Build All "app-virtual-assistant" csharp: samples/app-virtual-assistant/csharp/Services/BotServices.cs#L45
'LuisRecognizer.LuisRecognizer(LuisApplication, LuisPredictionOptions, bool, HttpClientHandler)' is obsolete: 'Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).'
Build All "app-virtual-assistant" csharp: samples/app-virtual-assistant/csharp/Services/BotServices.cs#L32
'LuisPredictionOptions.TelemetryClient' is obsolete: 'Member is deprecated, please use LuisRecognizerOptionsV2 to set this value).'
Build All "app-virtual-assistant" csharp: samples/app-virtual-assistant/csharp/Services/BotServices.cs#L33
'LuisPredictionOptions.LogPersonalInformation' is obsolete: 'Member is deprecated, please use LuisRecognizerOptionsV2 to set this value).'
Build All "app-virtual-assistant" csharp: samples/app-virtual-assistant/csharp/Services/BotServices.cs#L38
'LuisRecognizer.LuisRecognizer(LuisApplication, LuisPredictionOptions, bool, HttpClientHandler)' is obsolete: 'Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).'
Build All "app-virtual-assistant" csharp: samples/app-virtual-assistant/csharp/Services/BotServices.cs#L45
'LuisRecognizer.LuisRecognizer(LuisApplication, LuisPredictionOptions, bool, HttpClientHandler)' is obsolete: 'Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).'
Build All "graph-activity-feed" csharp: samples/graph-activity-feed/csharp/ActivityFeedNotification/Startup.cs#L56
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "graph-activity-feed" csharp: samples/graph-activity-feed/csharp/ActivityFeedNotification/Views/Home/GroupChatNotification.cshtml#L197
Use of IHtmlHelper.Partial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.PartialAsync.
Build All "graph-activity-feed" csharp: samples/graph-activity-feed/csharp/ActivityFeedNotification/Views/Home/Index.cshtml#L192
Use of IHtmlHelper.Partial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.PartialAsync.
Build All "graph-activity-feed" csharp: samples/graph-activity-feed/csharp/ActivityFeedNotification/Views/Shared/TeamNotification.cshtml#L265
Use of IHtmlHelper.Partial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.PartialAsync.
Build All "graph-activity-feed" csharp: samples/graph-activity-feed/csharp/ActivityFeedNotification/Startup.cs#L56
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "graph-activity-feed" csharp: samples/graph-activity-feed/csharp/ActivityFeedNotification/Views/Home/GroupChatNotification.cshtml#L197
Use of IHtmlHelper.Partial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.PartialAsync.
Build All "graph-activity-feed" csharp: samples/graph-activity-feed/csharp/ActivityFeedNotification/Views/Home/Index.cshtml#L192
Use of IHtmlHelper.Partial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.PartialAsync.
Build All "graph-activity-feed" csharp: samples/graph-activity-feed/csharp/ActivityFeedNotification/Views/Shared/TeamNotification.cshtml#L265
Use of IHtmlHelper.Partial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.PartialAsync.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Viewer.cs#L17
Non-nullable property 'Observer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Signature.cs#L20
Non-nullable property 'Signer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L13
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L18
Non-nullable property 'Viewers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/DocumentInput.cs#L23
Non-nullable property 'Signers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Document.cs#L10
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Models/Document.cs#L10
Non-nullable property 'OwnerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L95
Possible null reference argument for parameter 'id' in 'Task<bool> IUserRepository.UserExists(string id)'.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L120
Possible null reference argument for parameter 'id' in 'Task<User> IUserRepository.GetUser(string id)'.
Build All "meetings-share-to-stage-signing" csharp: samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/DocumentSetup.cs#L153
Possible null reference argument for parameter 'id' in 'Task<User> IUserRepository.GetUser(string id)'.
Build "app-complete-sample" csharp
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build "app-complete-sample" csharp
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build All "graph-rsc" csharp
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/zipball/608ee757cfcce72c2e91e99aca128e0cae67de87'. Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (api.github.com:443)
Build All "graph-rsc" csharp
Back off 24.821 seconds before retry.
Build All "meeting-recruitment-app" csharp: samples/meeting-recruitment-app/csharp/MeetingApp/Bots/MeetingBot.cs#L77
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Build All "tab-request-approval" csharp: samples/tab-request-approval/csharp/TabRequestApproval/Controllers/HomeController.cs#L42
'HomeController.Request()' hides inherited member 'ControllerBase.Request'. Use the new keyword if hiding was intended.
Build All "tab-request-approval" csharp: samples/tab-request-approval/csharp/TabRequestApproval/Startup.cs#L61
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "tab-request-approval" csharp: samples/tab-request-approval/csharp/TabRequestApproval/Controllers/HomeController.cs#L52
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.
Build All "tab-request-approval" csharp: samples/tab-request-approval/csharp/TabRequestApproval/Controllers/HomeController.cs#L165
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.
Build All "tab-request-approval" csharp: samples/tab-request-approval/csharp/TabRequestApproval/Controllers/HomeController.cs#L42
'HomeController.Request()' hides inherited member 'ControllerBase.Request'. Use the new keyword if hiding was intended.
Build All "tab-request-approval" csharp: samples/tab-request-approval/csharp/TabRequestApproval/Startup.cs#L61
'AzureADOptions' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
Build All "tab-request-approval" csharp: samples/tab-request-approval/csharp/TabRequestApproval/Controllers/HomeController.cs#L52
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.
Build All "tab-request-approval" csharp: samples/tab-request-approval/csharp/TabRequestApproval/Controllers/HomeController.cs#L165
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.
Build All "bot-tab-conversations" csharp: samples/bot-tab-conversations/csharp/Source/ConversationalTabs.Web/Exceptions/ApiArgumentNullException.cs#L76
Possible null reference argument for parameter 'paramName' in 'ApiArgumentNullException.ApiArgumentNullException(string message, string paramName)'.
Build All "bot-tab-conversations" csharp: samples/bot-tab-conversations/csharp/Source/ConversationalTabs.Web/Exceptions/ApiArgumentException.cs#L82
Possible null reference argument for parameter 'paramName' in 'ApiArgumentNullException.ApiArgumentNullException(string message, string paramName)'.