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

[rel/3.7] Change that will conflict in rel/3.7 to test backport #4612

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

public ReadOnlyCollection<string> StandardErrorLines { get; } = standardErrorLines;

<<<<<<< HEAD

Check failure on line 24 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build MacOS Debug)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L24

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(24,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 24 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build MacOS Debug)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L24

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(24,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 24 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build MacOS Release)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L24

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(24,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 24 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build MacOS Release)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L24

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(24,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 24 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build Linux Debug)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L24

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(24,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 24 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build Linux Debug)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L24

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(24,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 24 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build Linux Release)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L24

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(24,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 24 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build Linux Release)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L24

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(24,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 24 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L24

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(24,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 24 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L24

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(24,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered
public override string ToString()
{
StringBuilder stringBuilder = new();
Expand All @@ -34,4 +35,18 @@

return stringBuilder.ToString();
}
=======

Check failure on line 38 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build MacOS Debug)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L38

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(38,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 38 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build MacOS Release)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L38

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(38,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 38 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build MacOS Release)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L38

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(38,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 38 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build Linux Debug)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L38

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(38,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 38 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build Linux Release)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L38

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(38,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 38 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build Linux Release)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L38

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(38,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 38 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L38

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(38,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered
public override string ToString() =>
$"""
Command: {CommandCauseConflict}
====================
ExitCode: {ExitCode}
====================
StandardOutput:
{StandardOutput}
====================
StandardError:
{StandardError}
""";
>>>>>>> Change that will conflict in rel/3.7 to test backport

Check failure on line 51 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build MacOS Debug)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L51

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(51,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 51 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build MacOS Release)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L51

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(51,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 51 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build Linux Debug)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L51

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(51,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 51 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx (Build Linux Release)

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L51

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(51,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered

Check failure on line 51 in test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs

View check run for this annotation

Azure Pipelines / microsoft.testfx

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs#L51

test/Utilities/Microsoft.Testing.TestInfrastructure/TestHostResult.cs(51,1): error CS8300: (NETCORE_ENGINEERING_TELEMETRY=Build) Merge conflict marker encountered
}
Loading