Skip to content

update package

update package #11

Triggered via push July 25, 2024 16:45
Status Success
Total duration 30s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: DKSRDomain/WeatherResponse.cs#L51
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DKSRDomain/WeatherResponse.cs#L53
Non-nullable property 'CountryCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DKSRDomain/WeatherResponse.cs#L61
Non-nullable property 'WeatherIcon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DKSRDomain/WeatherResponse.cs#L67
Non-nullable property 'SID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DKSRDomain/WeatherResponse.cs#L87
Non-nullable property 'Headers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DKSRDomain/WeatherResponse.cs#L7
Non-nullable property 'SensorData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DKSRDomain/TreesenseResponse.cs#L30
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DKSRDomain/TreesenseResponse.cs#L32
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DKSRDomain/TreesenseResponse.cs#L34
Non-nullable property 'HardwareSerials' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DKSRDomain/TreesenseResponse.cs#L36
Non-nullable property 'Lat' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.