Build - All Samples #1286
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/app-sso/csharp/App SSO Sample/AdapterWithErrorHandler.cs#L17
Cannot convert null literal to non-nullable reference type.
|
samples/app-sso/csharp/App SSO Sample/Dialogs/TokenExchangeOAuthPrompt.cs#L18
Cannot convert null literal to non-nullable reference type.
|
samples/app-sso/csharp/App SSO Sample/Models/ErrorViewModel.cs#L9
Non-nullable property 'RequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
samples/app-sso/csharp/App SSO Sample/Helper/TokenExchangeHelper.cs#L66
Dereference of a possibly null reference.
|
samples/app-sso/csharp/App SSO Sample/Helper/TokenExchangeHelper.cs#L66
Possible null reference assignment.
|
samples/app-sso/csharp/App SSO Sample/Controllers/HomeController.cs#L65
Possible null reference return.
|
samples/app-sso/csharp/App SSO Sample/Helper/TokenExchangeHelper.cs#L93
Converting null literal or possible null value to non-nullable type.
|
samples/app-sso/csharp/App SSO Sample/Helper/TokenExchangeHelper.cs#L101
Dereference of a possibly null reference.
|
samples/app-sso/csharp/App SSO Sample/Helper/TokenExchangeHelper.cs#L126
Dereference of a possibly null reference.
|
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.
|
This job succeeded
Loading