* Initial import of localization pipeline.
* Renamed StringRes.resx to Resources.resx in preparation for onboarding to localization service.
* Fixed test.
* WIP
need to get MSIX generation working again
* Get the WinUI (C#) WACK test to be runnable
For #4451
* work around WinAppSDK v1.1 breaking the style tests of generated code
* Custom titlebar
* dynamic title bar text
* pr fixes + title bar logo
* title bar icon
* whitespace + format fixes
* Updated TODO comments.
* added page style for theme switching
* Fixed bad merge.
* Removed extra space.
* Fixed MenuBar alignment.
* Removed unnecessary VerticalAlignment.
* Added TitleBarHelper to workaround platform bugs.
* Fixed test failures.
* Fixed NavigationView design issues.
Need to fix two bugs with the back button not being interactable and with the hamburger icon overlapping the titlebar when the window is small.
* Fixed NavigationView and AppTitleBar integration.
* Dim the title bar when the window is inactive.
* Formatting fix.
* Renamed content frame to NavigationFrame.
* Updated NuGet packages. Fixed#4495.
* Removed stale Page.xaml.
* Ran Code Cleanup.
* Set ListDetailsView Background to Transparent.
* Set Background on the landing page for Blank projects.
* Minor formatting fixes.
* Minor formatting fixes.
* Fixed#4517.
* Updated ListDetails design and disabled its BackButton to avoid conflicts with the NavigationView BackButton.
* Set NavigationViewHeaderMode to Never for WebView.
Co-authored-by: Sophia Morin <t-smorin@microsoft.com>
Co-authored-by: Mike Battista <13860912+mikebattista@users.noreply.github.com>
* added page style for theme switching
* removed all functionality for right pane service
* Fixed test failure due to extra whitespace and reorganized code.
* Removed empty folders.
* Fixed whitespace issues.
Co-authored-by: Sophia Morin <t-smorin@microsoft.com>
Co-authored-by: Mike Battista <13860912+mikebattista@users.noreply.github.com>
* Fixed CA warnings besides #4484 and #4487.
Added .editorconfig to generated projects with warning severity on rules modified from the default rules.
* Fixed StyleCop and .editorconfig issues.
* Formatting fixes in .editorconfig.
* Use expression bodies on methods where appropriate (#4487).
* Fixed StyleCop issue.
* Fixed expression body on method warnings in MenuBar projects.
* Fixed formatting issue in App.xaml.cs.
* Fixed formatting issue and comments in ActivationService.cs.
* More formatting fixes.
* Fixed StyleCop issue.
* Removed whitespace.
* Updated comments.
* Use inline definition.
* Disable unneeded tests
Affected by #4491 and in preparation for #4493
* Update VSSDK version (& dependencies)
This partially addresses #4492
* Update minimum supported version of VS to 17.2