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

Remove the multitarget from ILCompiler.Reflection.R2R #66175

Merged
merged 1 commit into from
Mar 4, 2022

Conversation

agocke
Copy link
Member

@agocke agocke commented Mar 4, 2022

This isn't necessary because the project doesn't have any .NET 6 dependencies anymore or trim warnings.

@ghost ghost assigned agocke Mar 4, 2022
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-R2RDump-coreclr Ready-to-run image dump tool label Mar 4, 2022
@jkotas
Copy link
Member

jkotas commented Mar 4, 2022

Test failure is #65791

@jkotas jkotas merged commit 9b00158 into dotnet:main Mar 4, 2022
@@ -8,7 +8,7 @@
<AssemblyKey>Open</AssemblyKey>
<IsDotNetFrameworkProductAssembly>true</IsDotNetFrameworkProductAssembly>
<!-- ILSpy requires this assembly to target netstandard2.0 -->
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
Copy link
Member

Choose a reason for hiding this comment

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

Post-merge nit: you can also drop the s for a tiny build-perf improvement.

Copy link
Member

Choose a reason for hiding this comment

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

Have we ever considered a message when TargetFrameworks contains only one entry? It would be noisy of course if there were conditions involved such that sometimes it has more than one.

Copy link
Member

Choose a reason for hiding this comment

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

Run regex find&replace to fixup all places in the repo: #66198

Copy link
Member

Choose a reason for hiding this comment

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

The change also makes the logs easier to read, as there's no re-invocation of itself.

@agocke agocke deleted the remove-multi-target-r2r branch March 4, 2022 18:53
@ghost ghost locked as resolved and limited conversation to collaborators Apr 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-R2RDump-coreclr Ready-to-run image dump tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants