-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
Description
When compiling Files Main branch I am observing a build failure in OmnibarPage due to it still referencing the no longer existing OmnibarMode DisplayMemberPath dependency property
Replacing it with TextMemberPath allows the build to complete successfully, but I'm unsure if that is the correct solution.
I would open a PR with the fix, but since I am just now getting a successful build it will likely be a few days before I understand what all is going on in the codebase to be confident in such a solution.
Steps To Reproduce
- Open the Files solution.
- Attempt to build it.
Files Version
Main
Windows Version
10.0.26100.0
User ID
No response
Log File
15>C:\Users\jowen\Documents\Git Repos\Files\tests\Files.App.UITests\Views\OmnibarPage.xaml(53,8): XamlCompiler error WMC0011: Unknown member 'DisplayMemberPath' on element 'OmnibarMode'
15>Done building project "Files.App.UITests.csproj" -- FAILED.