Skip to content

Add system Reboot() and Shutdown() for x64 and ARM64 #1724

Add system Reboot() and Shutdown() for x64 and ARM64

Add system Reboot() and Shutdown() for x64 and ARM64 #1724

Triggered via pull request April 27, 2026 07:59
Status Success
Total duration 5m 46s
Artifacts 9

dotnet.yml

on: pull_request
Matrix: Run Cosmos.Tests.Build.Analyzer.Patcher
Matrix: Run Cosmos.Build.Asm.Test
Matrix: Run Build Cache Tests
Matrix: macos-iso-tests
Matrix: Run Cosmos.Tests.Patcher
Matrix: Run Cosmos.Tests.Scanner
Matrix: windows-iso-tests
Fit to window
Zoom out
Zoom in

Annotations

159 warnings
Run Cosmos.Tests.Build.Analyzer.Patcher (ubuntu-latest, 10.0.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. 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/
Run Cosmos.Tests.Build.Analyzer.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher.CodeFixes/PatcherCodeFixProvider.cs#L63
Possible null reference argument for parameter 'projectPath' in 'ProjectInfo? PatcherCodeFixProvider.LoadCurrentProject(string projectPath)'.
Run Cosmos.Tests.Build.Analyzer.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher/DiagnosticMessages.cs#L59
Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field 'LayerViolation' as it is used to report a compilation end diagnostic
Run Cosmos.Tests.Build.Analyzer.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher/PatcherAnalyzer.cs#L20
'Cosmos.Build.Analyzer.Patcher.PatcherAnalyzer': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
Run Cosmos.Tests.Build.Analyzer.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher/LayerAnalyzer.cs#L26
'Cosmos.Build.Analyzer.Patcher.LayerAnalyzer': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
Run Cosmos.Tests.Build.Analyzer.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher/PatcherAnalyzer.cs#L330
Possible null reference argument for parameter 'PlugSymbol' in 'PlugInfo.PlugInfo(bool TargetExternal, INamedTypeSymbol PlugSymbol)'.
Run Cosmos.Tests.Build.Analyzer.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher/PatcherAnalyzer.cs#L257
Converting null literal or possible null value to non-nullable type.
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. 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/
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Asm/Tasks/AsmBuildTask.cs#L100
Missing XML comment for publicly visible type or member 'AsmBuildTask.ToolName'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Asm/Tasks/AsmBuildTask.cs#L40
Missing XML comment for publicly visible type or member 'AsmBuildTask.Execute()'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Asm/Tasks/AsmBuildTask.cs#L25
Missing XML comment for publicly visible type or member 'AsmBuildTask.GenerateCommandLineCommands()'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Asm/Tasks/AsmBuildTask.cs#L19
Missing XML comment for publicly visible type or member 'AsmBuildTask.GenerateFullPathToTool()'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Asm/Tasks/AsmBuildTask.cs#L17
Missing XML comment for publicly visible type or member 'AsmBuildTask.StandardErrorLoggingImportance'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Asm/Tasks/AsmBuildTask.cs#L15
Missing XML comment for publicly visible type or member 'AsmBuildTask.TargetArchitecture'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Asm/Tasks/AsmBuildTask.cs#L14
Missing XML comment for publicly visible type or member 'AsmBuildTask.OutputPath'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Asm/Tasks/AsmBuildTask.cs#L13
Missing XML comment for publicly visible type or member 'AsmBuildTask.SourceFiles'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Asm/Tasks/AsmBuildTask.cs#L12
Missing XML comment for publicly visible type or member 'AsmBuildTask.ClangPath'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Asm/Tasks/AsmBuildTask.cs#L10
Missing XML comment for publicly visible type or member 'AsmBuildTask'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Tasks/FindPluggedAssembliesTask.cs#L14
Missing XML comment for publicly visible type or member 'FindPluggedAssembliesTask.CandidateAssemblies'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Tasks/FindPluggedAssembliesTask.cs#L11
Missing XML comment for publicly visible type or member 'FindPluggedAssembliesTask.PlugAssemblies'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Tasks/FindPluggedAssembliesTask.cs#L8
Missing XML comment for publicly visible type or member 'FindPluggedAssembliesTask'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L23
Missing XML comment for publicly visible type or member 'MsBuildLogger.Debug(string, string)'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L20
Missing XML comment for publicly visible type or member 'MsBuildLogger.Error(Exception, string)'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L17
Missing XML comment for publicly visible type or member 'MsBuildLogger.Error(string, string)'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L14
Missing XML comment for publicly visible type or member 'MsBuildLogger.Warn(string, string)'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L11
Missing XML comment for publicly visible type or member 'MsBuildLogger.Info(string, string)'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L7
Missing XML comment for publicly visible type or member 'MsBuildLogger.MsBuildLogger(TaskLoggingHelper)'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L7
Missing XML comment for publicly visible type or member 'MsBuildLogger'
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Patcher/MonoCecilExtension.cs#L91
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
Run Cosmos.Build.Asm.Test (ubuntu-latest, 10.0.x): src/Cosmos.Patcher/MonoCecilExtension.cs#L91
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. 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/
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher.CodeFixes/PatcherCodeFixProvider.cs#L63
Possible null reference argument for parameter 'projectPath' in 'ProjectInfo? PatcherCodeFixProvider.LoadCurrentProject(string projectPath)'.
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher.CodeFixes/PatcherCodeFixProvider.cs#L126
Possible null reference argument for parameter 'name' in 'void SyntaxEditorExtensions.SetName(SyntaxEditor editor, SyntaxNode declaration, string name)'.
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher/DiagnosticMessages.cs#L59
Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field 'LayerViolation' as it is used to report a compilation end diagnostic
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher/PatcherAnalyzer.cs#L20
'Cosmos.Build.Analyzer.Patcher.PatcherAnalyzer': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher/LayerAnalyzer.cs#L26
'Cosmos.Build.Analyzer.Patcher.LayerAnalyzer': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher/PatcherAnalyzer.cs#L330
Possible null reference argument for parameter 'PlugSymbol' in 'PlugInfo.PlugInfo(bool TargetExternal, INamedTypeSymbol PlugSymbol)'.
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher/PatcherAnalyzer.cs#L257
Converting null literal or possible null value to non-nullable type.
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Tasks/FindPluggedAssembliesTask.cs#L14
Missing XML comment for publicly visible type or member 'FindPluggedAssembliesTask.CandidateAssemblies'
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Tasks/FindPluggedAssembliesTask.cs#L11
Missing XML comment for publicly visible type or member 'FindPluggedAssembliesTask.PlugAssemblies'
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Tasks/FindPluggedAssembliesTask.cs#L8
Missing XML comment for publicly visible type or member 'FindPluggedAssembliesTask'
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L23
Missing XML comment for publicly visible type or member 'MsBuildLogger.Debug(string, string)'
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L20
Missing XML comment for publicly visible type or member 'MsBuildLogger.Error(Exception, string)'
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L17
Missing XML comment for publicly visible type or member 'MsBuildLogger.Error(string, string)'
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L14
Missing XML comment for publicly visible type or member 'MsBuildLogger.Warn(string, string)'
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L11
Missing XML comment for publicly visible type or member 'MsBuildLogger.Info(string, string)'
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L7
Missing XML comment for publicly visible type or member 'MsBuildLogger.MsBuildLogger(TaskLoggingHelper)'
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L7
Missing XML comment for publicly visible type or member 'MsBuildLogger'
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Patcher/MonoCecilExtension.cs#L91
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
Run Cosmos.Tests.Scanner (ubuntu-latest, 10.0.x): src/Cosmos.Patcher/MonoCecilExtension.cs#L91
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. 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/
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher.CodeFixes/PatcherCodeFixProvider.cs#L143
Possible null reference argument for parameter 'name' in 'SyntaxNode SyntaxGenerator.MethodDeclaration(string name, IEnumerable<SyntaxNode>? parameters = null, IEnumerable<string>? typeParameters = null, SyntaxNode? returnType = null, Accessibility accessibility = Accessibility.NotApplicable, DeclarationModifiers modifiers = default(DeclarationModifiers), IEnumerable<SyntaxNode>? statements = null)'.
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher.CodeFixes/PatcherCodeFixProvider.cs#L126
Possible null reference argument for parameter 'name' in 'void SyntaxEditorExtensions.SetName(SyntaxEditor editor, SyntaxNode declaration, string name)'.
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher/DiagnosticMessages.cs#L59
Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field 'LayerViolation' as it is used to report a compilation end diagnostic
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher/PatcherAnalyzer.cs#L20
'Cosmos.Build.Analyzer.Patcher.PatcherAnalyzer': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher/LayerAnalyzer.cs#L26
'Cosmos.Build.Analyzer.Patcher.LayerAnalyzer': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher/PatcherAnalyzer.cs#L330
Possible null reference argument for parameter 'PlugSymbol' in 'PlugInfo.PlugInfo(bool TargetExternal, INamedTypeSymbol PlugSymbol)'.
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Analyzer.Patcher/PatcherAnalyzer.cs#L257
Converting null literal or possible null value to non-nullable type.
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Tasks/FindPluggedAssembliesTask.cs#L14
Missing XML comment for publicly visible type or member 'FindPluggedAssembliesTask.CandidateAssemblies'
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Tasks/FindPluggedAssembliesTask.cs#L11
Missing XML comment for publicly visible type or member 'FindPluggedAssembliesTask.PlugAssemblies'
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Tasks/FindPluggedAssembliesTask.cs#L8
Missing XML comment for publicly visible type or member 'FindPluggedAssembliesTask'
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L23
Missing XML comment for publicly visible type or member 'MsBuildLogger.Debug(string, string)'
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L20
Missing XML comment for publicly visible type or member 'MsBuildLogger.Error(Exception, string)'
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L17
Missing XML comment for publicly visible type or member 'MsBuildLogger.Error(string, string)'
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L14
Missing XML comment for publicly visible type or member 'MsBuildLogger.Warn(string, string)'
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L11
Missing XML comment for publicly visible type or member 'MsBuildLogger.Info(string, string)'
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L7
Missing XML comment for publicly visible type or member 'MsBuildLogger.MsBuildLogger(TaskLoggingHelper)'
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Build.Patcher/Logging/MsBuildLogger.cs#L7
Missing XML comment for publicly visible type or member 'MsBuildLogger'
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Patcher/MonoCecilExtension.cs#L91
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
Run Cosmos.Tests.Patcher (ubuntu-latest, 10.0.x): src/Cosmos.Patcher/MonoCecilExtension.cs#L91
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
Run ISO Build Tests - macOS (arm64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. 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/
Run ISO Build Tests - macOS (arm64): src/Cosmos.Build.Common/Tasks/ResolveCosmosToolTask.cs#L37
Missing XML comment for publicly visible type or member 'ResolveCosmosToolTask.ResolvedPath'
Run ISO Build Tests - macOS (arm64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L23
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Execute()'
Run ISO Build Tests - macOS (arm64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L21
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Hash'
Run ISO Build Tests - macOS (arm64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L18
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.InputFiles'
Run ISO Build Tests - macOS (arm64)
File '/Users/runner/work/nativeaot-patcher/nativeaot-patcher/artifacts/limine/.gitignore' was not added to the package. Files and folders starting with '.' or ending with '.nupkg' are excluded by default. To include this file, use -NoDefaultExcludes from the commandline
Run ISO Build Tests - macOS (arm64): src/Cosmos.Build.Common/Tasks/ResolveCosmosToolTask.cs#L43
Missing XML comment for publicly visible type or member 'ResolveCosmosToolTask.Execute()'
Run ISO Build Tests - macOS (arm64): src/Cosmos.Build.Common/Tasks/ResolveCosmosToolTask.cs#L37
Missing XML comment for publicly visible type or member 'ResolveCosmosToolTask.ResolvedPath'
Run ISO Build Tests - macOS (arm64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L23
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Execute()'
Run ISO Build Tests - macOS (arm64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L21
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Hash'
Run ISO Build Tests - macOS (arm64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L18
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.InputFiles'
Run ISO Build Tests - macOS (x64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. 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/
Run ISO Build Tests - macOS (x64): src/Cosmos.Build.Common/Tasks/ResolveCosmosToolTask.cs#L37
Missing XML comment for publicly visible type or member 'ResolveCosmosToolTask.ResolvedPath'
Run ISO Build Tests - macOS (x64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L23
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Execute()'
Run ISO Build Tests - macOS (x64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L21
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Hash'
Run ISO Build Tests - macOS (x64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L18
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.InputFiles'
Run ISO Build Tests - macOS (x64)
File '/Users/runner/work/nativeaot-patcher/nativeaot-patcher/artifacts/limine/.gitignore' was not added to the package. Files and folders starting with '.' or ending with '.nupkg' are excluded by default. To include this file, use -NoDefaultExcludes from the commandline
Run ISO Build Tests - macOS (x64): src/Cosmos.Build.Common/Tasks/ResolveCosmosToolTask.cs#L43
Missing XML comment for publicly visible type or member 'ResolveCosmosToolTask.Execute()'
Run ISO Build Tests - macOS (x64): src/Cosmos.Build.Common/Tasks/ResolveCosmosToolTask.cs#L37
Missing XML comment for publicly visible type or member 'ResolveCosmosToolTask.ResolvedPath'
Run ISO Build Tests - macOS (x64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L23
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Execute()'
Run ISO Build Tests - macOS (x64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L21
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Hash'
Run ISO Build Tests - macOS (x64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L18
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.InputFiles'
Run Build Cache Tests (ubuntu-latest, 10.0.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. 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/
Run Build Cache Tests (ubuntu-latest, 10.0.x): src/Cosmos.Build.Common/Tasks/ResolveCosmosToolTask.cs#L37
Missing XML comment for publicly visible type or member 'ResolveCosmosToolTask.ResolvedPath'
Run Build Cache Tests (ubuntu-latest, 10.0.x): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L23
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Execute()'
Run Build Cache Tests (ubuntu-latest, 10.0.x): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L21
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Hash'
Run Build Cache Tests (ubuntu-latest, 10.0.x): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L18
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.InputFiles'
Run Build Cache Tests (ubuntu-latest, 10.0.x)
File '/home/runner/work/nativeaot-patcher/nativeaot-patcher/artifacts/limine/.gitignore' was not added to the package. Files and folders starting with '.' or ending with '.nupkg' are excluded by default. To include this file, use -NoDefaultExcludes from the commandline
Run Build Cache Tests (ubuntu-latest, 10.0.x): src/Cosmos.Build.Common/Tasks/ResolveCosmosToolTask.cs#L43
Missing XML comment for publicly visible type or member 'ResolveCosmosToolTask.Execute()'
Run Build Cache Tests (ubuntu-latest, 10.0.x): src/Cosmos.Build.Common/Tasks/ResolveCosmosToolTask.cs#L37
Missing XML comment for publicly visible type or member 'ResolveCosmosToolTask.ResolvedPath'
Run Build Cache Tests (ubuntu-latest, 10.0.x): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L23
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Execute()'
Run Build Cache Tests (ubuntu-latest, 10.0.x): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L21
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Hash'
Run Build Cache Tests (ubuntu-latest, 10.0.x): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L18
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.InputFiles'
Run ISO Build Tests - Windows (arm64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. 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/
Run ISO Build Tests - Windows (arm64): src/Cosmos.Build.Common/Tasks/ResolveCosmosToolTask.cs#L37
Missing XML comment for publicly visible type or member 'ResolveCosmosToolTask.ResolvedPath'
Run ISO Build Tests - Windows (arm64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L23
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Execute()'
Run ISO Build Tests - Windows (arm64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L21
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Hash'
Run ISO Build Tests - Windows (arm64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L18
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.InputFiles'
Run ISO Build Tests - Windows (arm64)
File 'D:\a\nativeaot-patcher\nativeaot-patcher\artifacts\limine\.gitignore' was not added to the package. Files and folders starting with '.' or ending with '.nupkg' are excluded by default. To include this file, use -NoDefaultExcludes from the commandline
Run ISO Build Tests - Windows (arm64): src/Cosmos.Build.Common/Tasks/ResolveCosmosToolTask.cs#L43
Missing XML comment for publicly visible type or member 'ResolveCosmosToolTask.Execute()'
Run ISO Build Tests - Windows (arm64): src/Cosmos.Build.Common/Tasks/ResolveCosmosToolTask.cs#L37
Missing XML comment for publicly visible type or member 'ResolveCosmosToolTask.ResolvedPath'
Run ISO Build Tests - Windows (arm64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L23
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Execute()'
Run ISO Build Tests - Windows (arm64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L21
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Hash'
Run ISO Build Tests - Windows (arm64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L18
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.InputFiles'
Run ISO Build Tests - Windows (x64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. 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/
Run ISO Build Tests - Windows (x64): src/Cosmos.Build.Common/Tasks/ResolveCosmosToolTask.cs#L37
Missing XML comment for publicly visible type or member 'ResolveCosmosToolTask.ResolvedPath'
Run ISO Build Tests - Windows (x64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L23
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Execute()'
Run ISO Build Tests - Windows (x64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L21
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Hash'
Run ISO Build Tests - Windows (x64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L18
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.InputFiles'
Run ISO Build Tests - Windows (x64)
File 'D:\a\nativeaot-patcher\nativeaot-patcher\artifacts\limine\.gitignore' was not added to the package. Files and folders starting with '.' or ending with '.nupkg' are excluded by default. To include this file, use -NoDefaultExcludes from the commandline
Run ISO Build Tests - Windows (x64): src/Cosmos.Build.Common/Tasks/ResolveCosmosToolTask.cs#L43
Missing XML comment for publicly visible type or member 'ResolveCosmosToolTask.Execute()'
Run ISO Build Tests - Windows (x64): src/Cosmos.Build.Common/Tasks/ResolveCosmosToolTask.cs#L37
Missing XML comment for publicly visible type or member 'ResolveCosmosToolTask.ResolvedPath'
Run ISO Build Tests - Windows (x64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L23
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Execute()'
Run ISO Build Tests - Windows (x64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L21
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.Hash'
Run ISO Build Tests - Windows (x64): src/Cosmos.Build.Common/Tasks/ComputeInputsHashTask.cs#L18
Missing XML comment for publicly visible type or member 'ComputeInputsHashTask.InputFiles'

Artifacts

Produced during runtime
Name Size Digest
Cosmos.Build.Asm.Test-Results Expired
1.27 KB
sha256:3684afa4bfcc78c76ef499434621b043f7ee893bf3ae647c24098807df300e11
Cosmos.Tests.Build.Analyzer.Patcher-Results Expired
2.83 KB
sha256:2ad5139b0457a4999036595c7a77d7b6266bbf53225cc8b573499b8a7a6bbc92
Cosmos.Tests.BuildCache-Results Expired
2.87 KB
sha256:bf3d4001a205efbc5520821a589524b8fc6edafb5db4414220f32f2bea5441a8
Cosmos.Tests.Patcher-Results Expired
12.2 KB
sha256:7f0273299c75e62da8c941022cd29fa2c6709fd2c06e32f9e8168a6f124caf9f
Cosmos.Tests.Scanner-Results Expired
2.34 KB
sha256:4a9887bea9c600cc26965e48bf34edfe1a21c54878dc661a272cb72a0ffaddad
DevKernel-ISO-macOS-arm64-1724 Expired
1.99 MB
sha256:98bc9ac24806ea720fb6fe4c77df7c602f0ae0368a0a3a893b284f1b9945cfae
DevKernel-ISO-macOS-x64-1724 Expired
2.01 MB
sha256:dd528d33e1853450e7db09ff0b2930b3f38ac4f66921bab6fa75e66c6800a910
DevKernel-ISO-windows-iso-tests-arm64-1724 Expired
1.99 MB
sha256:97c56b079c0e6ab9c34a176ee9e2183ad50be84b3a93a3ff39d9970d92ac4afa
DevKernel-ISO-windows-iso-tests-x64-1724 Expired
2.01 MB
sha256:985a8e138a3186ef441391f4b299358e4bd560c4c6d51acfb629c181205e78a8