Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Update 1.9.0

Update 1.9.0 #78

Triggered via pull request February 28, 2024 04:58
Status Success
Total duration 6m 31s
Artifacts

develop-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
build: Source/Windows/Blinky/MeadowApp.cs#L8
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#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.
build: Source/Windows/WifiWeather/Models/WeatherReading.cs#L12
Non-nullable property 'sys' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Windows/WifiWeather/Models/WeatherReading.cs#L15
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.