-
Notifications
You must be signed in to change notification settings - Fork 706
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
Update resources names #3886
Update resources names #3886
Conversation
@ranjeshj I will run the pipeline after the certificate PR is merged and this branch is updated |
* update pfx * update CalendarView.xml master (cherry picked from commit 022de1b)
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
I've also cherry picked the certificate commit so we can merge it into token experiment. |
@@ -11,24 +11,24 @@ | |||
<StaticResource x:Key="MediaTransportControlsPanelBackground" ResourceKey="GhostFillColorSecondaryBrush" /> | |||
<StaticResource x:Key="MediaTransportControlsFlyoutBackground" ResourceKey="SystemControlTransientBackgroundBrush" /> | |||
<StaticResource x:Key="MediaTransportControlsThumbBorderBackground" ResourceKey="ControlAAFillColorDefaultBrush" /> | |||
<StaticResource x:Key="MediaTransportControlsTimeElapsedText" ResourceKey="TextFillColorSecondaryBrush" /> | |||
<StaticResource x:Key="MediaTransportControlsMediaText" ResourceKey="TextFillColorPrimaryBrush" /> | |||
<StaticResource x:Key="MediaTransportControlsFillTimeElapsedText" ResourceKey="TextFillColorSecondaryBrush" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't just rename resources like this, because there might be an app which references the resource. We should put a resource with the old name and value in the dictionary as well (or a separate dictionary for deprecated resources) and put a comment saying that it is no longer used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it is necessary since this change only resides in token-experiment branch (it's not in master) and was introduced in this commit. Unless a developer cloned the token-experiment branch after Dec 1 and created an app what is very unlikely :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are new resources so we should be okay to rename them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sweet
@@ -5828,6 +5828,32 @@ | |||
FocusVisualPrimaryBrush=#FF000000 | |||
Visibility=Visible | |||
RenderSize=22,27 | |||
[Windows.UI.Xaml.Controls.CalendarViewDayItem] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious why calendarView baselines have to be changed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know for sure but in this PR @kmahone also updated them.
https://github.com/microsoft/microsoft-ui-xaml/pull/3882/checks?sha=f82b1a9660db0b3002b40fdb86e0629b69d64848 - failing check on that PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think if you merge the latest from master you should pick up the required change where I updated the master.
* Update resources names and fix certificate issue (cherry picked from commit 022de1b)
* Update resources names (#3886) * Update resources names and fix certificate issue (cherry picked from commit 022de1b) * Update ApplicationPageBackgroundThemeBrush (#3898) * Avoid hardcoded 'Segoe MDL2 Assets' and use indirect reference for font asset Co-authored-by: Vsevolod <sevkorobot@gmail.com>
* Update resources names (#3886) * Update resources names and fix certificate issue (cherry picked from commit 022de1b) * Update ApplicationPageBackgroundThemeBrush (#3898) * remove VerifyRS2ThemeResourceDictionariesWereMergedCorrectly and other similar test cases Co-authored-by: Vsevolod <sevkorobot@gmail.com>
Change the names of recently checked in resources.
Description
Minor changes in missing resources names that were recently checked in.