Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dictionary expressions: support concrete target types that do not use [CollectionBuilder] #77476

Dictionary expressions: support concrete target types that do not use…

f1705b1
Select commit
Loading
Failed to load commit list.
Closed

Dictionary expressions: support concrete target types that do not use [CollectionBuilder] #77476

Dictionary expressions: support concrete target types that do not use…
f1705b1
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Mar 10, 2025 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

roslyn-CI / Unix_Debug_CoreClr / Test_Linux_Debug / Test

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Bash failed with error: 1
    ❌Bash exited with return code: 1

roslyn-CI / Correctness / Correctness_Analyzers / Build with analyzers

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/Compilers/CSharp/Portable/Binder/Binder_Expressions.cs(6658,34): error IDE0060: Remove unused parameter 'diagnostics' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)

roslyn-CI / Correctness / Correctness_Bootstrap_Build_Default / Build - Validate Correctness

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌artifacts\bootstrap\ci-bootstrap\tasks\net472\Microsoft.CSharp.Core.targets(84,5): error : Compiler request rejected: Error reading response: Reached end of stream before end of read.
    ❌artifacts\bootstrap\ci-bootstrap\tasks\net472\Microsoft.CSharp.Core.targets(84,5): error : Compiler request rejected: Error writing build request: Pipe is broken.
    ❌artifacts\obj\Microsoft.CodeAnalysis.Compilers.Setup.arm64\Release\net472\Microsoft.CodeAnalysis.Compilers.arm64.swr(17,2): error SWIX1108: Could not find file at path: D:\a\_work\1\s\artifacts\bin\csc-arm64\Release\net472\Microsoft.DiaSymReader.Native.amd64.dll.

Test Failures (222 tests failed)

🔹 [All failing tests from roslyn-CI]

Was this helpful? Yes No