-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Clean up TrimmingTests infrastructure #48848
Comments
Tagging subscribers to this area: @safern, @ViktorHofer, @Anipik Issue DetailsThere are a few things in our TrimmingTests that could be cleaned up. runtime/eng/testing/linker/project.csproj.template Lines 12 to 22 in 121b732
Also, once we have an SDK with dotnet/sdk#16094 (which I believe will be a 6.0-preview3 sdk), we can remove: runtime/eng/testing/linker/SupportFiles/Directory.Build.targets Lines 20 to 30 in 121b732
And just generate cc @joperezr
|
Moving to issues to area-Meta as it this isn't actionable by the infra team. |
Tagging subscribers to 'linkable-framework': @eerhardt, @vitek-karas, @LakshanF, @tannergooding, @sbomer Issue DetailsThere are a few things in our TrimmingTests that could be cleaned up. runtime/eng/testing/linker/project.csproj.template Lines 12 to 22 in 121b732
Also, once we have an SDK with dotnet/sdk#16094 (which I believe will be a 6.0-preview3 sdk), we can remove: runtime/eng/testing/linker/SupportFiles/Directory.Build.targets Lines 20 to 30 in 121b732
And just generate cc @joperezr
|
There are a few things in our TrimmingTests that could be cleaned up.
runtime/eng/testing/linker/project.csproj.template
Lines 12 to 22 in 121b732
Also, once we have an SDK with dotnet/sdk#16094 (which I believe will be a 6.0-preview3 sdk), we can remove:
runtime/eng/testing/linker/SupportFiles/Directory.Build.targets
Lines 20 to 30 in 121b732
And just generate
IsTrimmable=true
assembly metadata on the console apps, which will ensure they are fully trimmed.cc @joperezr
The text was updated successfully, but these errors were encountered: