Skip to content

Fix accidental Eto.Forms usage in Refresher.Core #308

Fix accidental Eto.Forms usage in Refresher.Core

Fix accidental Eto.Forms usage in Refresher.Core #308

Triggered via push September 21, 2024 01:14
Status Cancelled
Total duration 1m 44s
Artifacts

dotnet.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
Build, Test, and Upload Builds (ubuntu-latest)
Process completed with exit code 1.
Build, Test, and Upload Builds (macos-latest)
Process completed with exit code 1.
Build, Test, and Upload Builds (windows-latest)
The run was canceled by @jvyden.
Build, Test, and Upload Builds (windows-latest)
The operation was canceled.
Build, Test, and Upload Builds (ubuntu-latest)
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, Test, and Upload Builds (ubuntu-latest): Refresher.Core/Pipelines/StepInput.cs#L13
Non-nullable property 'Placeholder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, Test, and Upload Builds (ubuntu-latest): Refresher.Core/Pipelines/Pipeline.cs#L15
Non-nullable property 'RequiredInputs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, Test, and Upload Builds (ubuntu-latest): Refresher.Core/Patching/EbootPatcher.cs#L17
Cannot convert null literal to non-nullable reference type.
Build, Test, and Upload Builds (macos-latest)
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, Test, and Upload Builds (macos-latest): Refresher.Core/Pipelines/StepInput.cs#L13
Non-nullable property 'Placeholder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, Test, and Upload Builds (macos-latest): Refresher.Core/Pipelines/Pipeline.cs#L15
Non-nullable property 'RequiredInputs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, Test, and Upload Builds (macos-latest): Refresher.Core/Patching/EbootPatcher.cs#L17
Cannot convert null literal to non-nullable reference type.