This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
More views #34
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
build:
Source/Windows/Blinky/MeadowApp.cs#L7
Non-nullable field 'rgbLed' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/Windows/WifiWeather/Models/WeatherReading.cs#L59
Non-nullable property 'country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Source/Windows/WifiWeather/Models/WeatherReading.cs#L28
Non-nullable property 'nain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Source/Windows/WifiWeather/Models/WeatherReading.cs#L29
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Source/Windows/WifiWeather/Models/WeatherReading.cs#L30
Non-nullable property 'icon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Source/Windows/WifiWeather/Models/WeatherReading.cs#L5
Non-nullable property 'coord' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Source/Windows/WifiWeather/Models/WeatherReading.cs#L6
Non-nullable property 'weather' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Source/Windows/WifiWeather/Models/WeatherReading.cs#L7
Non-nullable property 'main' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Source/Windows/WifiWeather/Models/WeatherReading.cs#L9
Non-nullable property 'wind' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Source/Windows/WifiWeather/Models/WeatherReading.cs#L10
Non-nullable property 'clouds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|