Skip to content

fix: errors of typed stages/jobs templates with variables keyword (#539) #922

fix: errors of typed stages/jobs templates with variables keyword (#539)

fix: errors of typed stages/jobs templates with variables keyword (#539) #922

Triggered via push February 1, 2025 17:28
Status Success
Total duration 2m 42s
Artifacts 22
Matrix: build
publish-to-github
0s
publish-to-github
publish
0s
publish
Fit to window
Zoom out
Zoom in

Annotations

220 warnings
build (linux-musl-arm, true): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm, true): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm, true): src/Runner.Server/Controllers/MessageController.cs#L4432
The type name 'shared' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (linux-musl-arm, true): src/Runner.Server/Controllers/MessageController.cs#L6352
'HMAC.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build (linux-musl-arm, true): src/Runner.Server/Controllers/ArtifactController.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (linux-musl-arm, true): src/Runner.Server/Controllers/ArtifactController.cs#L213
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (linux-musl-x64, true): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-x64, true): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-x64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-x64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-x64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-x64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-x64, true): src/Runner.Listener/Configuration/Validators.cs#L81
This call site is reachable on all platforms. 'NTAccount.Translate(Type)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-musl-x64, true): src/Runner.Listener/Configuration/Validators.cs#L80
This call site is reachable on all platforms. 'NTAccount' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-musl-x64, true): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L267
This call site is reachable on all platforms. 'FileSystemRights.FullControl' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-musl-x64, true): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L269
This call site is reachable on all platforms. 'PropagationFlags.None' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-arm, true): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm, true): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm, true): src/Runner.Listener/Configuration/Validators.cs#L81
This call site is reachable on all platforms. 'NTAccount.Translate(Type)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-arm, true): src/Runner.Listener/Configuration/Validators.cs#L80
This call site is reachable on all platforms. 'NTAccount' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-arm, true): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L268
This call site is reachable on all platforms. 'InheritanceFlags.ObjectInherit' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-arm, true): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L267
This call site is reachable on all platforms. 'FileSystemRights.FullControl' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-arm64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm64, true): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm64, true): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm64, true): src/Runner.Listener/Configuration/Validators.cs#L80
This call site is reachable on all platforms. 'NTAccount' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-arm64, true): src/Runner.Listener/Configuration/Validators.cs#L81
This call site is reachable on all platforms. 'NTAccount.Translate(Type)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-arm64, true): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L270
This call site is reachable on all platforms. 'AccessControlType.Allow' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-arm64, true): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L264
This call site is reachable on all platforms. 'FileSystemSecurity.AddAccessRule(FileSystemAccessRule)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-musl-arm, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm, false): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm, false): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm, false): src/Runner.Server/Controllers/MessageController.cs#L4432
The type name 'shared' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (linux-musl-arm, false): src/Runner.Server/Controllers/MessageController.cs#L6352
'HMAC.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build (linux-musl-arm, false): src/Runner.Server/Controllers/ArtifactController.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (linux-musl-arm, false): src/Runner.Server/Controllers/ArtifactController.cs#L213
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (linux-musl-arm64, true): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm64, true): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm64, true): src/Runner.Listener/Configuration/Validators.cs#L81
This call site is reachable on all platforms. 'NTAccount.Translate(Type)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-musl-arm64, true): src/Runner.Listener/Configuration/Validators.cs#L80
This call site is reachable on all platforms. 'NTAccount' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-musl-arm64, true): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L267
This call site is reachable on all platforms. 'FileSystemRights.FullControl' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-musl-arm64, true): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L269
This call site is reachable on all platforms. 'PropagationFlags.None' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-musl-arm64, false): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm64, false): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-arm64, false): src/Runner.Server/Controllers/MessageController.cs#L4432
The type name 'shared' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (linux-musl-arm64, false): src/Runner.Server/Controllers/MessageController.cs#L6352
'HMAC.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build (linux-musl-arm64, false): src/Runner.Server/Controllers/ArtifactController.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (linux-musl-arm64, false): src/Runner.Server/Controllers/ArtifactController.cs#L213
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (linux-arm, false): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm, false): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm, false): src/Runner.Server/Controllers/MessageController.cs#L4432
The type name 'shared' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (linux-arm, false): src/Runner.Server/Controllers/MessageController.cs#L6352
'HMAC.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build (linux-arm, false): src/Runner.Server/Controllers/ArtifactController.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (linux-arm, false): src/Runner.Server/Controllers/ArtifactController.cs#L213
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (linux-arm64, false): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm64, false): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-arm64, false): src/Runner.Listener/Configuration/Validators.cs#L81
This call site is reachable on all platforms. 'NTAccount.Translate(Type)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-arm64, false): src/Runner.Listener/Configuration/Validators.cs#L80
This call site is reachable on all platforms. 'NTAccount' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-arm64, false): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L257
This call site is reachable on all platforms. 'FileSystemAclExtensions.GetAccessControl(DirectoryInfo)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-arm64, false): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L268
This call site is reachable on all platforms. 'InheritanceFlags.ObjectInherit' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-musl-x64, false): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-x64, false): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-x64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-x64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-x64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-x64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-musl-x64, false): src/Runner.Listener/Configuration/Validators.cs#L81
This call site is reachable on all platforms. 'NTAccount.Translate(Type)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-musl-x64, false): src/Runner.Listener/Configuration/Validators.cs#L80
This call site is reachable on all platforms. 'NTAccount' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-musl-x64, false): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L257
This call site is reachable on all platforms. 'FileSystemAclExtensions.GetAccessControl(DirectoryInfo)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (linux-musl-x64, false): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L268
This call site is reachable on all platforms. 'InheritanceFlags.ObjectInherit' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (osx-arm64, false): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-arm64, false): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-arm64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-arm64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-arm64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-arm64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-arm64, false): src/Runner.Server/Controllers/MessageController.cs#L4432
The type name 'shared' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (osx-arm64, false): src/Runner.Server/Controllers/MessageController.cs#L6352
'HMAC.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build (osx-arm64, false): src/Runner.Server/Controllers/ArtifactController.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (osx-arm64, false): src/Runner.Server/Controllers/ArtifactController.cs#L213
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (osx-x64, true): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-x64, true): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-x64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-x64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-x64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-x64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-x64, true): src/Runner.Server/Controllers/MessageController.cs#L4432
The type name 'shared' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (osx-x64, true): src/Runner.Server/Controllers/MessageController.cs#L6352
'HMAC.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build (osx-x64, true): src/Runner.Server/Controllers/ArtifactController.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (osx-x64, true): src/Runner.Server/Controllers/ArtifactController.cs#L213
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (linux-x64, true): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-x64, true): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-x64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-x64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-x64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-x64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-x64, true): src/Runner.Server/Controllers/MessageController.cs#L4432
The type name 'shared' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (linux-x64, true): src/Runner.Server/Controllers/MessageController.cs#L6352
'HMAC.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build (linux-x64, true): src/Runner.Server/Controllers/ArtifactController.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (linux-x64, true): src/Runner.Server/Controllers/ArtifactController.cs#L213
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (linux-x64, false): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-x64, false): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-x64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-x64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-x64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-x64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (linux-x64, false): src/Runner.Server/Controllers/MessageController.cs#L4432
The type name 'shared' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (linux-x64, false): src/Runner.Server/Controllers/MessageController.cs#L6352
'HMAC.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build (linux-x64, false): src/Runner.Server/Controllers/ArtifactController.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (linux-x64, false): src/Runner.Server/Controllers/ArtifactController.cs#L213
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (osx-arm64, true): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-arm64, true): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-arm64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-arm64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-arm64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-arm64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-arm64, true): src/Runner.Server/Controllers/MessageController.cs#L4432
The type name 'shared' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (osx-arm64, true): src/Runner.Server/Controllers/MessageController.cs#L6352
'HMAC.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build (osx-arm64, true): src/Runner.Server/Controllers/ArtifactController.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (osx-arm64, true): src/Runner.Server/Controllers/ArtifactController.cs#L213
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (win-arm64, true): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-arm64, true): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-arm64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-arm64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-arm64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-arm64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-arm64, true): src/Runner.Listener/Configuration/Validators.cs#L81
This call site is reachable on all platforms. 'NTAccount.Translate(Type)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (win-arm64, true): src/Runner.Listener/Configuration/Validators.cs#L80
This call site is reachable on all platforms. 'NTAccount' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (win-arm64, true): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L268
This call site is reachable on all platforms. 'InheritanceFlags.ObjectInherit' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (win-arm64, true): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L270
This call site is reachable on all platforms. 'AccessControlType.Allow' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (win-x64, true): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x64, true): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x64, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x64, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x64, true): src/Runner.Server/Controllers/MessageController.cs#L4432
The type name 'shared' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (win-x64, true): src/Runner.Server/Controllers/MessageController.cs#L6352
'HMAC.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build (win-x64, true): src/Runner.Server/Controllers/ArtifactController.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (win-x64, true): src/Runner.Server/Controllers/ArtifactController.cs#L213
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (osx-x64, false): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-x64, false): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-x64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-x64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-x64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-x64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (osx-x64, false): src/Runner.Server/Controllers/MessageController.cs#L4432
The type name 'shared' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (osx-x64, false): src/Runner.Server/Controllers/MessageController.cs#L6352
'HMAC.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build (osx-x64, false): src/Runner.Server/Controllers/ArtifactController.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (osx-x64, false): src/Runner.Server/Controllers/ArtifactController.cs#L213
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (win-x86, true): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x86, true): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x86, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x86, true): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x86, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x86, true): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x86, true): src/Runner.Listener/Configuration/Validators.cs#L81
This call site is reachable on all platforms. 'NTAccount.Translate(Type)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (win-x86, true): src/Runner.Listener/Configuration/Validators.cs#L80
This call site is reachable on all platforms. 'NTAccount' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (win-x86, true): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L271
This call site is reachable on all platforms. 'FileSystemAclExtensions.SetAccessControl(DirectoryInfo, DirectorySecurity)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (win-x86, true): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L259
This call site is reachable on all platforms. 'ObjectSecurity.AreAccessRulesCanonical' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (win-arm64, false): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-arm64, false): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-arm64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-arm64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-arm64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-arm64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-arm64, false): src/Runner.Server/Controllers/MessageController.cs#L4432
The type name 'shared' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (win-arm64, false): src/Runner.Server/Controllers/MessageController.cs#L6352
'HMAC.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build (win-arm64, false): src/Runner.Server/Controllers/ArtifactController.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (win-arm64, false): src/Runner.Server/Controllers/ArtifactController.cs#L213
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (win-x86, false): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x86, false): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x86, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x86, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x86, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x86, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x86, false): src/Runner.Server/Controllers/MessageController.cs#L4432
The type name 'shared' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (win-x86, false): src/Runner.Server/Controllers/MessageController.cs#L6352
'HMAC.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build (win-x86, false): src/Runner.Server/Controllers/ArtifactController.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (win-x86, false): src/Runner.Server/Controllers/ArtifactController.cs#L213
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build (win-x64, false): src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x64, false): src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x64, false): src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1210
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x64, false): src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1212
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (win-x64, false): src/Runner.Listener/Configuration/Validators.cs#L80
This call site is reachable on all platforms. 'NTAccount' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (win-x64, false): src/Runner.Listener/Configuration/Validators.cs#L81
This call site is reachable on all platforms. 'NTAccount.Translate(Type)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (win-x64, false): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L271
This call site is reachable on all platforms. 'FileSystemAclExtensions.SetAccessControl(DirectoryInfo, DirectorySecurity)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (win-x64, false): src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L269
This call site is reachable on all platforms. 'PropagationFlags.None' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)

Artifacts

Produced during runtime
Name Size
runner.server-linux-arm
66 MB
runner.server-linux-arm-fxdependent
27 MB
runner.server-linux-arm64
66.2 MB
runner.server-linux-arm64-fxdependent
27.1 MB
runner.server-linux-musl-arm
66.1 MB
runner.server-linux-musl-arm-fxdependent
27 MB
runner.server-linux-musl-arm64
66.2 MB
runner.server-linux-musl-arm64-fxdependent
27.1 MB
runner.server-linux-musl-x64
68 MB
runner.server-linux-musl-x64-fxdependent
27.3 MB
runner.server-linux-x64
67.9 MB
runner.server-linux-x64-fxdependent
27.3 MB
runner.server-osx-arm64
65.4 MB
runner.server-osx-arm64-fxdependent
27.1 MB
runner.server-osx-x64
67.3 MB
runner.server-osx-x64-fxdependent
27.1 MB
runner.server-win-arm64
72.3 MB
runner.server-win-arm64-fxdependent
31.8 MB
runner.server-win-x64
74.4 MB
runner.server-win-x64-fxdependent
32.6 MB
runner.server-win-x86
71.1 MB
runner.server-win-x86-fxdependent
32.4 MB