Skip to content

Merge pull request #1138 from KunYi/master #397

Merge pull request #1138 from KunYi/master

Merge pull request #1138 from KunYi/master #397

Triggered via push January 5, 2024 11:53
Status Success
Total duration 4m 10s
Artifacts

dotnet-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: IoTSharp.Contracts/TelemetryDataDto.cs#L5
Non-nullable property 'KeyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IoTSharp.Contracts/TelemetryDataDto.cs#L9
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IoTSharp.Contracts/MqttBrokerSetting.cs#L26
Possible null reference return.
build: IoTSharp.Contracts/MqttBrokerSetting.cs#L44
Possible null reference return.
build: IoTSharp.Contracts/MqttBrokerSetting.cs#L14
Non-nullable field '_CACertificate' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: IoTSharp.Contracts/MqttBrokerSetting.cs#L32
Non-nullable field '_BrokerCertificate' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: IoTSharp.Contracts/AssetDto.cs#L45
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IoTSharp.Contracts/AssetDto.cs#L50
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IoTSharp.Contracts/AssetDto.cs#L65
Non-nullable property 'KeyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IoTSharp.Contracts/AssetDto.cs#L28
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/