Core: Fix cancellation logic #391
Annotations
14 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Publish for macOS x64:
Refresher.Core/Accessors/GameCacheAccessor.cs#L18
The variable 'e' is declared but never used
|
Publish for macOS x64:
Refresher.Core/Pipelines/StepInput.cs#L14
Non-nullable property 'Placeholder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish for macOS x64:
Refresher.Core/Patching/EbootPatcher.cs#L17
Cannot convert null literal to non-nullable reference type.
|
Publish for macOS x64:
Refresher.Core/Pipelines/Pipeline.cs#L17
Non-nullable property 'RequiredInputs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish for macOS x64:
Refresher/CLI/CommandLine.cs#L5
The using directive for 'Refresher.Core.Patching' appeared previously in this namespace
|
Publish for macOS x64:
Refresher/UI/FilePatchForm.cs#L5
The using directive for 'Refresher.Core.Patching' appeared previously in this namespace
|
Publish for macOS x64:
Refresher/UI/FilePatchForm.cs#L50
Possible null reference argument for parameter 'sourceFileName' in 'void File.Move(string sourceFileName, string destFileName, bool overwrite)'.
|
Publish for macOS x64:
Refresher/UI/PipelineForm.cs#L95
Dereference of a possibly null reference.
|
Publish for macOS ARM64:
Refresher/CLI/CommandLine.cs#L5
The using directive for 'Refresher.Core.Patching' appeared previously in this namespace
|
Publish for macOS ARM64:
Refresher/UI/FilePatchForm.cs#L5
The using directive for 'Refresher.Core.Patching' appeared previously in this namespace
|
Publish for macOS ARM64:
Refresher/UI/FilePatchForm.cs#L50
Possible null reference argument for parameter 'sourceFileName' in 'void File.Move(string sourceFileName, string destFileName, bool overwrite)'.
|
Publish for macOS ARM64:
Refresher/UI/PipelineForm.cs#L95
Dereference of a possibly null reference.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Refresher for Linux ARM", "Refresher for Linux ARM64", "Refresher for Linux x64", "Refresher for macOS universal2", "Refresher for Windows x64".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading