Build - All Samples #1520
Annotations
11 warnings
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.
|
Build app:
samples/app-sso/csharp/App SSO Sample/AdapterWithErrorHandler.cs#L17
Cannot convert null literal to non-nullable reference type.
|
Build app:
samples/app-sso/csharp/App SSO Sample/Dialogs/TokenExchangeOAuthPrompt.cs#L18
Cannot convert null literal to non-nullable reference type.
|
Build app:
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.
|
Build app:
samples/app-sso/csharp/App SSO Sample/Helper/TokenExchangeHelper.cs#L66
Dereference of a possibly null reference.
|
Build app:
samples/app-sso/csharp/App SSO Sample/Controllers/HomeController.cs#L65
Possible null reference return.
|
Build app:
samples/app-sso/csharp/App SSO Sample/Helper/TokenExchangeHelper.cs#L66
Possible null reference assignment.
|
Build app:
samples/app-sso/csharp/App SSO Sample/Helper/TokenExchangeHelper.cs#L93
Converting null literal or possible null value to non-nullable type.
|
Build app:
samples/app-sso/csharp/App SSO Sample/Helper/TokenExchangeHelper.cs#L101
Dereference of a possibly null reference.
|
Build app:
samples/app-sso/csharp/App SSO Sample/Helper/TokenExchangeHelper.cs#L126
Dereference of a possibly null reference.
|
Build app:
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.
|
Loading