Skip to content

Add LayoutActor Preset #44

Add LayoutActor Preset

Add LayoutActor Preset #44

Triggered via push August 25, 2025 19:47
Status Success
Total duration 1m 50s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings and 1 notice
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: SyatiManager/Source/Libraries/PresetInfo.cs#L8
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SyatiManager/Source/Libraries/PresetInfo.cs#L8
Non-nullable property 'FolderName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SyatiManager/Source/Libraries/PresetInfo.cs#L8
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: SyatiManager/Source/Solutions/Solution.cs#L100
Non-nullable field 'mOutputPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: SyatiManager/Source/Solutions/Solution.cs#L100
Non-nullable field 'mModulesPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: SyatiManager/Source/Solutions/Solution.cs#L120
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: SyatiManager/Source/Libraries/LibraryBase.cs#L36
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: SyatiManager/Source/Libraries/LibraryBase.cs#L29
Non-nullable field 'mItems' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: SyatiManager/Source/Solutions/Solution.cs#L65
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: SyatiManager/Source/Solutions/Solution.cs#L52
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677