Skip to content

Merge pull request #334 from valentinbreiz/refactor/x64-gas-syntax #1717

Merge pull request #334 from valentinbreiz/refactor/x64-gas-syntax

Merge pull request #334 from valentinbreiz/refactor/x64-gas-syntax #1717

Triggered via push April 25, 2026 18:16
Status Success
Total duration 5m 41s
Artifacts 9

dotnet.yml

on: push
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.CodeFixes/PatcherCodeFixProvider.cs#L126
Possible null reference argument for parameter 'name' in 'void SyntaxEditorExtensions.SetName(SyntaxEditor editor, SyntaxNode declaration, string name)'.
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/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#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/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.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#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.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.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.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 (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 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 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:1a906c52983ee5e497c29b3c552a05e8ea2af045503bc9fed275038868028588
Cosmos.Tests.Build.Analyzer.Patcher-Results Expired
2.82 KB
sha256:874e3b48c03b0fcfedef886e3a8e2e76d69e79317ec0522d66dc3dd4a36d85db
Cosmos.Tests.BuildCache-Results Expired
2.89 KB
sha256:7f6de94a849fb0a5de260769bea11394865d03f5a31dfe57d1eddfd26ed928bf
Cosmos.Tests.Patcher-Results Expired
12.2 KB
sha256:b4784c08c1cfb7ab8c2bcdb6c798cbe12d35f9a413303461169b9bf0ae2f1f78
Cosmos.Tests.Scanner-Results Expired
2.34 KB
sha256:0cff935692310840b71dad9503130d19acdcb0a054b5217da5b3b6b1c2585ff6
DevKernel-ISO-macOS-arm64-1717 Expired
1.99 MB
sha256:3a3dc422a925fef075ca4915b96747977f0313a765508f1444380b3cfb283f9b
DevKernel-ISO-macOS-x64-1717 Expired
2.01 MB
sha256:e086af6a56355dde9fe0322d9dbedda75fad3ba7750dfe116928aba685b4ae0f
DevKernel-ISO-windows-iso-tests-arm64-1717 Expired
1.99 MB
sha256:b628b6706c099c00f662bf2a476ebe8c1ade51f20cd9cb346643dab9a2ac9717
DevKernel-ISO-windows-iso-tests-x64-1717 Expired
2.01 MB
sha256:a6dae4ba99863f16bf854557a95e9cdae537e1433bb968abb3ab2c357a99a851