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

Optimize Dictionary<>.TryInsert() by using ref var #108119

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Merge branch 'main' into optimize_Dictionary

0737e15
Select commit
Loading
Failed to load commit list.
Open

Optimize Dictionary<>.TryInsert() by using ref var #108119

Merge branch 'main' into optimize_Dictionary
0737e15
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Sep 23, 2024 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.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Known Infrastructure Errors

Build Failures

runtime / Build / linux-arm64 Release NativeAOT

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌The job running on agent NetCore-Public 126 ran longer than the maximum time of 120 minutes. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134

runtime / Build / linux-arm64 Release NativeAOT_Libraries

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌The job running on agent NetCore-Public 130 ran longer than the maximum time of 240 minutes. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134

runtime / Build / linux-arm64 Release AllSubsets_Mono_Minijit_RuntimeTests minijit

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌The job running on agent NetCore-Public 163 ran longer than the maximum time of 180 minutes. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134

5 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [runtime] [runtime-dev-innerloop]

Known test errors

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

Was this helpful? Yes No