Build - All Samples #806
Annotations
11 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/
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
samples/graph-pinned-messages/csharp/GraphPinnedMessage/Helper/SSOAuthHelper.cs#L146
Dereference of a possibly null reference.
|
samples/graph-pinned-messages/csharp/GraphPinnedMessage/Controllers/PinnedMessageController.cs#L69
The variable 'e' is declared but never used
|
The logs for this run have expired and are no longer available.
Loading