Merge pull request #1477 from OfficeDev/v-mfurquan/conversion-app-hel… #1483
Annotations
10 warnings
Build app:
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 app:
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 app:
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 app:
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 app:
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 app:
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 app:
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 app:
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 app:
samples/graph-pinned-messages/csharp/GraphPinnedMessage/Controllers/PinnedMessageController.cs#L69
The variable 'e' is declared but never used
|
Build app:
samples/graph-pinned-messages/csharp/GraphPinnedMessage/Controllers/PinnedMessageController.cs#L87
The variable 'e' is declared but never used
|
Loading