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

Emit V1 of perfmap files in ShareFramework packages #57195

Merged
merged 8 commits into from
Aug 12, 2021

Conversation

hoyosjs
Copy link
Member

@hoyosjs hoyosjs commented Aug 11, 2021

No description provided.

@hoyosjs
Copy link
Member Author

hoyosjs commented Aug 11, 2021

This one depends on dotnet/arcade#7738

@hoyosjs
Copy link
Member Author

hoyosjs commented Aug 11, 2021

cc: @brianrob @tommcdon

Copy link
Member

@trylek trylek left a comment

Choose a reason for hiding this comment

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

Looks great to me, thank you!

@hoyosjs
Copy link
Member Author

hoyosjs commented Aug 12, 2021

@hoyosjs hoyosjs marked this pull request as ready for review August 12, 2021 08:35
@hoyosjs
Copy link
Member Author

hoyosjs commented Aug 12, 2021

Official builds show the package being emitted properly:

image

Will merge in the morning if there's no additional feedback.

@ghost
Copy link

ghost commented Aug 12, 2021

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

null

Author: hoyosjs
Assignees: -
Labels:

area-Meta, area-Infrastructure

Milestone: -

@hoyosjs hoyosjs removed the area-Meta label Aug 12, 2021
@hoyosjs hoyosjs merged commit b2d5d63 into dotnet:main Aug 12, 2021
@hoyosjs hoyosjs deleted the juhoyosa/pack-new-perfmap branch August 12, 2021 18:12
<PublishReadyToRunComposite Condition="'$(PublishReadyToRunComposite)' == '' and '$(_TargetFrameworkVersionWithoutV)' >= '6.0'">false</PublishReadyToRunComposite>
<PublishReadyToRunComposite Condition="'$(PublishReadyToRunComposite)' == ''">true</PublishReadyToRunComposite>
<PublishReadyToRunComposite Condition="'$(PublishReadyToRunUseCrossgen2)' != 'true' or '$(SelfContained)' != 'true'">false</PublishReadyToRunComposite>
<PublishReadyToRunUseRuntimePackOptimizationData Condition="'$(PublishReadyToRunUseRuntimePackOptimizationData)' == ''">true</PublishReadyToRunUseRuntimePackOptimizationData>
<PublishReadyToRunPerfmapFormatVersion Condition="'$(PublishReadyToRunPerfmapFormatVersion)' == ''">1</PublishReadyToRunPerfmapFormatVersion>
Copy link
Member

Choose a reason for hiding this comment

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

If this will be the official property name for the various perf-map formats, can we update the shared framework sdk to conditionally include the various formats based on this property?

@ghost ghost locked as resolved and limited conversation to collaborators Sep 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

3 participants