Skip to content

Make Tests Great Again#3231

Merged
siegfriedpammer merged 4 commits intomasterfrom
feature/mtga
Jul 14, 2024
Merged

Make Tests Great Again#3231
siegfriedpammer merged 4 commits intomasterfrom
feature/mtga

Conversation

@christophwille
Copy link
Copy Markdown
Member

@christophwille christophwille commented Jul 11, 2024

There are still specialized runners (RoundtripAssembly) or CompileCSharp with null outputfile parameter that will dump assemblies in other places.

@christophwille
Copy link
Copy Markdown
Member Author

christophwille commented Jul 11, 2024

ARM64 works
image

@christophwille christophwille marked this pull request as ready for review July 11, 2024 15:10
<ItemGroup>
<PackageReference Include="DiffLib" />
<PackageReference Include="CliWrap" />
<PackageReference Include="Microsoft.Extensions.Configuration" />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two new nuget deps for reading a JSON file?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, for reading it like a proper settings file. The intent was to be able to later extend it if necessary.

/// "TestsAssemblyTempPath": "d:\\test\\"
/// }
/// </summary>
internal static class TestsAssemblyOutput
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not simply make this part of the Tester class?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not really partial about the location, it kind of felt like easier not polluting Tester with another concern that is config-driven.

@siegfriedpammer siegfriedpammer merged commit e5b8aaa into master Jul 14, 2024
@christophwille christophwille deleted the feature/mtga branch July 14, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants