Skip to content

Define equals manually for Swift JitInterface InlineArray types.

Build Analysis / Build Analysis failed Jul 13, 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 Repository Errors

Known Infrastructure Errors

Build Failures

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
    ❌src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: Type Internal.JitInterface.CORINFO_SWIFT_LOWERING.SwiftLoweredTypes should implement IEquatable<T> because it overrides Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1066)
    ❌src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: Type Internal.JitInterface.CORINFO_SWIFT_LOWERING.LoweredOffsets should implement IEquatable<T> because it overrides Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1066)

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
    ❌src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: Type Internal.JitInterface.CORINFO_SWIFT_LOWERING.SwiftLoweredTypes should implement IEquatable<T> because it overrides Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1066)
    ❌src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: Type Internal.JitInterface.CORINFO_SWIFT_LOWERING.LoweredOffsets should implement IEquatable<T> because it overrides Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1066)

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: Type Internal.JitInterface.CORINFO_SWIFT_LOWERING.SwiftLoweredTypes should implement IEquatable<T> because it overrides Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1066)
    ❌src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: Type Internal.JitInterface.CORINFO_SWIFT_LOWERING.LoweredOffsets should implement IEquatable<T> because it overrides Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1066)
    ❌src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

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

Was this helpful? Yes No