Skip to content

Commit

Permalink
Define equals manually for Swift JitInterface InlineArray types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky committed Jul 13, 2024
1 parent 0ea0e32 commit c40f090
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1509,12 +1509,52 @@ public struct CORINFO_SWIFT_LOWERING
private struct SwiftLoweredTypes

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build ios-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build tvos-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build osx-x64 release Runtime_Release)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CLR_Tools_Tests)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build freebsd-x64 Debug CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build linux-x64 release Runtime_Release)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1509 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1509

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1509,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)
{
public CorInfoType type;

public override bool Equals(object other)
{
if (other is SwiftLoweredTypes otherType)
{
ReadOnlySpan<CorInfoType> self = this;
return self.SequenceEqual(otherType);
}
return false;
}

public override int GetHashCode()
{
var code = new HashCode();

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build ios-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build tvos-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build osx-x64 release Runtime_Release)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CLR_Tools_Tests)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build freebsd-x64 Debug CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build linux-x64 release Runtime_Release)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1525 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1525

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1525,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)
foreach (var item in this)
{
code.Add(item);
}
return code.ToHashCode();
}
}

[InlineArray(4)]
private struct LoweredOffsets

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build ios-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build tvos-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build osx-x64 release Runtime_Release)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CLR_Tools_Tests)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build freebsd-x64 Debug CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build linux-x64 release Runtime_Release)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)

Check failure on line 1535 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1535

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1535,24): error CA1066: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)
{
public uint offset;

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build ios-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build tvos-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build osx-x64 release Runtime_Release)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CLR_Tools_Tests)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build freebsd-x64 Debug CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build linux-x64 release Runtime_Release)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

Check failure on line 1538 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1538

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1538,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
public override bool Equals(object other)
{
if (other is LoweredOffsets otherType)
{
ReadOnlySpan<uint> self = this;
return self.SequenceEqual(otherType);
}
return false;
}

public override int GetHashCode()
{
var code = new HashCode();

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build ios-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build tvos-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build osx-x64 release Runtime_Release)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CLR_Tools_Tests)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build freebsd-x64 Debug CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build linux-x64 release Runtime_Release)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)

Check failure on line 1551 in src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs

View check run for this annotation

Azure Pipelines / runtime

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs#L1551

src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs(1551,28): error SA1129: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)
foreach (var item in this)
{
code.Add(item);
}
return code.ToHashCode();
}
}

private SwiftLoweredTypes _loweredElements;
Expand Down

0 comments on commit c40f090

Please sign in to comment.