Skip to content

Avoid unnecessary lazy init in StructuralComparisons

Build Analysis / Build Analysis failed Apr 22, 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

๐Ÿ•’ The following pipeline(s) will be analyzed once they finish

Build Failures

runtime / Build / linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs / Build product

[ ๐Ÿšง Report infrastructure issue] [ ๐Ÿ“„ Report repository issue]
    โŒsrc/libraries/System.Collections/src/System/Collections/StructuralComparisons.cs(10,103): error CS1002: ; expected

runtime / Build / linux_musl-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs / Build product

[ ๐Ÿšง Report infrastructure issue] [ ๐Ÿ“„ Report repository issue]
    โŒsrc/libraries/System.Collections/src/System/Collections/StructuralComparisons.cs(10,103): error CS1002: ; expected

runtime / Build / linux_musl-arm64 Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs / Build product

[ ๐Ÿšง Report infrastructure issue] [ ๐Ÿ“„ Report repository issue]
    โŒsrc/libraries/System.Collections/src/System/Collections/StructuralComparisons.cs(10,103): error CS1002: ; expected

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

Known test errors

Was this helpful? Yes No