Skip to content

Merge branch 'release/10.0.2xx' into copilot/support-self-contained-b…

1a39d27
Select commit
Loading
Failed to load commit list.
Open

[WIP] Support boolean values for --self-contained flag #52333

Merge branch 'release/10.0.2xx' into copilot/support-self-contained-b…
1a39d27
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jan 16, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

dotnet-sdk-public-ci / Build / TestBuild: windows (x64) / 🟣 Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Cli\dotnet\Commands\Run\RunCommandDefinition.cs(71,56): error CS0029: Cannot implicitly convert type 'System.CommandLine.Option<bool?>' to 'System.CommandLine.Option<bool>'
    ❌src\Microsoft.CodeAnalysis.NetAnalyzers\src\Microsoft.CodeAnalysis.NetAnalyzers.Package.csproj(92,5): error MSB3073: The command ""D:\a\_work\1\s\.dotnet\dotnet.exe" "D:\a\_work\1\s\artifacts\bin\GenerateDocumentationAndConfigFiles\Release\net10.0\GenerateDocumentationAndConfigFiles.dll" "-validateOnly:true" "D:\a\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Rulesets" "D:\a\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Editorconfig" "D:\a\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\GlobalAnalyzerConfigs" "D:\a\_work\1\s\artifacts\bin\\" "Release" "netstandard2.0" "Microsoft.CodeAnalysis.NetAnalyzers.dll;Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll;Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers.dll" "D:\a\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Build" "Microsoft.CodeAnalysis.NetAnalyzers.props" "D:\a\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Build"

dotnet-sdk-public-ci / Build / FullFramework: windows (x64) / 🟣 Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Cli\dotnet\Commands\Run\RunCommandDefinition.cs(71,56): error CS0029: Cannot implicitly convert type 'System.CommandLine.Option<bool?>' to 'System.CommandLine.Option<bool>'
    ❌src\Microsoft.CodeAnalysis.NetAnalyzers\src\Microsoft.CodeAnalysis.NetAnalyzers.Package.csproj(92,5): error MSB3073: The command ""D:\a\_work\1\s\.dotnet\dotnet.exe" "D:\a\_work\1\s\artifacts\bin\GenerateDocumentationAndConfigFiles\Release\net10.0\GenerateDocumentationAndConfigFiles.dll" "-validateOnly:true" "D:\a\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Rulesets" "D:\a\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Editorconfig" "D:\a\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\GlobalAnalyzerConfigs" "D:\a\_work\1\s\artifacts\bin\\" "Release" "netstandard2.0" "Microsoft.CodeAnalysis.NetAnalyzers.dll;Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll;Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers.dll" "D:\a\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Build" "Microsoft.CodeAnalysis.NetAnalyzers.props" "D:\a\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Build"

dotnet-sdk-public-ci / Build / TestAsTools: windows (x64) / 🟣 Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Microsoft.CodeAnalysis.NetAnalyzers\src\Microsoft.CodeAnalysis.NetAnalyzers.Package.csproj(92,5): error MSB3073: The command ""D:\a\_work\1\s\.dotnet\dotnet.exe" "D:\a\_work\1\s\artifacts\bin\GenerateDocumentationAndConfigFiles\Release\net10.0\GenerateDocumentationAndConfigFiles.dll" "-validateOnly:true" "D:\a\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Rulesets" "D:\a\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Editorconfig" "D:\a\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\GlobalAnalyzerConfigs" "D:\a\_work\1\s\artifacts\bin\\" "Release" "netstandard2.0" "Microsoft.CodeAnalysis.NetAnalyzers.dll;Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll;Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers.dll" "D:\a\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Build" "Microsoft.CodeAnalysis.NetAnalyzers.props" "D:\a\_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Build"
    ❌src\Cli\dotnet\Commands\Run\RunCommandDefinition.cs(71,56): error CS0029: Cannot implicitly convert type 'System.CommandLine.Option<bool?>' to 'System.CommandLine.Option<bool>'

9 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [dotnet-sdk-public-ci]

Was this helpful? Yes No