remove input/output redirection in DeviceManager process #362
Annotations
15 warnings and 1 notice
|
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-dotnet@v2, einaregilsson/build-number@v3, Minionguyjpro/Inno-Setup-Action@v1.2.7, rishabhgupta/split-by@v1, softprops/action-gh-release@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build
Unexpected input(s) 'allow_override', valid inputs are ['body', 'body_path', 'name', 'tag_name', 'draft', 'prerelease', 'files', 'fail_on_unmatched_files', 'repository', 'token', 'target_commitish', 'discussion_category_name', 'generate_release_notes', 'append_body']
|
|
build:
Project-Aurora/AuroraCommon/Devices/DeviceVariable.cs#L22
Non-nullable field 'DeviceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Project-Aurora/AuroraCommon/Data/MemorySharedStruct.cs#L69
Unboxing a possibly null value.
|
|
build:
Project-Aurora/AuroraCommon/Utils/SingleConcurrentThread.cs#L128
Unreachable code detected
|
|
build:
Project-Aurora/AuroraCommon/Utils/AssemblyExtensions.cs#L15
Nullability of reference types in value of type 'IEnumerable<Type?>' doesn't match target type 'IEnumerable<Type>'.
|
|
build:
Project-Aurora/AuroraCommon/Utils/SingleConcurrentThread.cs#L89
Unreachable code detected
|
|
build:
Project-Aurora/AuroraCommon/Utils/SingleConcurrentThread.cs#L63
Unreachable code detected
|
|
build:
Project-Aurora/AuroraSourceGenerator/AuroraSourceGenerator/OverrideSetterSourceGenerator.cs#L166
Dereference of a possibly null reference.
|
|
build:
Project-Aurora/Aurora-Updater/Program.cs#L19
The field 'Program._installType' is assigned but its value is never used
|
|
build:
Project-Aurora/Aurora-Updater/UpdateManager.cs#L124
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
build
Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'
|
|
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/
|
|
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/
|
|
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/
|
|
build
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|