Skip to content

Update dotnet-desktop.yml #2

Update dotnet-desktop.yml

Update dotnet-desktop.yml #2

Triggered via push October 7, 2024 04:56
Status Failure
Total duration 3m 8s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
build
The 'Publish' target is not supported without specifying a target framework. The current project targets multiple frameworks, you must specify one of the following frameworks in order to publish: net8.0-windows10.0.19041
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version 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
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build: SmartLife/JsonToArr.cs#L29
Non-nullable property 'code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SmartLife/JsonToArr.cs#L19
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SmartLife/JsonToArr.cs#L20
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SmartLife/JsonToArr.cs#L21
Non-nullable property 'icon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SmartLife/JsonToArr.cs#L22
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SmartLife/JsonToArr.cs#L23
Non-nullable property 'dev_type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SmartLife/JsonToArr.cs#L24
Non-nullable property 'ha_type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SmartLife/JsonToArr.cs#L12
Non-nullable property 'color_mode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SmartLife/JsonToArr.cs#L41
Non-nullable property 'payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SmartLife/JsonToArr.cs#L42
Non-nullable property 'header' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.