Build - All Samples #1313
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 uses Node.js version which is deprecated 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/
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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)'.
|
samples/bot-adaptivecards-user-specific-views/csharp/Microsoft.Teams.Samples.UserSpecificViews/Bot/BotActivityHandler.cs#L49
Dereference of a possibly null reference.
|
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.
|
This job succeeded
Loading