You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the build of Microsoft.Identity.Web.sln, the BlazorApp project generates CS8602 warnings due to the possible null dereference of the forecasts variable in Weather.razor.
Reproduction steps
During the build of Microsoft.Identity.Web.sln, the BlazorApp project generates CS8602 warnings due to the possible null dereference of the forecasts variable in Weather.razor.
Error message
##[warning]microsoft-identity-web\tests\DevApps\blazor\BlazorApp\Components\Pages\Weather.razor(42,27): Warning CS8602: Dereference of a possibly null reference.
C:__w\1\s\microsoft-identity-web\tests\DevApps\blazor\BlazorApp\Components\Pages\Weather.razor(42,27): warning CS8602: Dereference of a possibly null reference. [C:__w\1\s\microsoft-identity-web\tests\DevApps\blazor\BlazorApp\BlazorApp.csproj::TargetFramework=net9.0]
Id Web logs
No response
Relevant code snippets
privateWeatherForecast[]?forecasts;
Regression
No response
Expected behavior
No warnings
The text was updated successfully, but these errors were encountered:
Microsoft.Identity.Web Library
Microsoft.Identity.Web
Microsoft.Identity.Web version
latest
Web app
Not Applicable
Web API
Not Applicable
Token cache serialization
Not Applicable
Description
During the build of Microsoft.Identity.Web.sln, the BlazorApp project generates CS8602 warnings due to the possible null dereference of the forecasts variable in Weather.razor.
Reproduction steps
During the build of Microsoft.Identity.Web.sln, the BlazorApp project generates CS8602 warnings due to the possible null dereference of the forecasts variable in Weather.razor.
Error message
##[warning]microsoft-identity-web\tests\DevApps\blazor\BlazorApp\Components\Pages\Weather.razor(42,27): Warning CS8602: Dereference of a possibly null reference.
C:__w\1\s\microsoft-identity-web\tests\DevApps\blazor\BlazorApp\Components\Pages\Weather.razor(42,27): warning CS8602: Dereference of a possibly null reference. [C:__w\1\s\microsoft-identity-web\tests\DevApps\blazor\BlazorApp\BlazorApp.csproj::TargetFramework=net9.0]
Id Web logs
No response
Relevant code snippets
Regression
No response
Expected behavior
No warnings
The text was updated successfully, but these errors were encountered: