Build - All Samples #1515
Annotations
11 warnings
Build app:
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 app:
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 app:
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 app:
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 app:
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 app:
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 app:
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 app:
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 app:
samples/bot-adaptivecards-user-specific-views/csharp/Microsoft.Teams.Samples.UserSpecificViews/Bot/BotActivityHandler.cs#L49
Dereference of a possibly null reference.
|
Build app:
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.
|
Set up .NET Core
.NET 6.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.
|
Loading