Skip to content

Commit

Permalink
Fix Known Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Apr 13, 2022
1 parent aba544e commit 976d4b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 0 additions & 2 deletions TestForFailure/vendor/PrivateObjectPrivateType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@

// https://github.com/Microsoft/testfx/issues/366

using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Reflection;

namespace Microsoft.VisualStudio.TestTools.UnitTesting;

Expand Down
6 changes: 4 additions & 2 deletions YouAreAFailure/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ public MainPage() {
// Register a handler for when a page want to browse to other page
Failure.WelcomeFailure.Navigator = RemoteNavigation;

Failure.TortureChamber.OnGoSettings = () =>
FailureFrame.Navigate(typeof(Failure.Settings));
Failure.TortureChamber.OnGoSettings = () => {
(NavigationViewControl.SettingsItem as MUXC.NavigationViewItem)!.IsSelected
= true;
};
}

private void UpdateTitleBarLayout(CoreApplicationViewTitleBar coreTitleBar) {
Expand Down
2 changes: 1 addition & 1 deletion YouAreAFailure/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="65313Leomotors.YouareaFailure"
Publisher="CN=E10452D0-AB02-4FD0-8CF3-B1A36A4584AA"
Version="1.0.72.0" />
Version="1.0.73.0" />

<mp:PhoneIdentity PhoneProductId="9b164781-9d5e-4668-89da-851e4bb1ad57" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
2 changes: 1 addition & 1 deletion YouAreAFailure/Package.debug.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="Leomotors.YouAreAFailure.Debug"
Publisher="CN=Leomotors"
Version="1.0.72.0" />
Version="1.0.73.0" />

<mp:PhoneIdentity PhoneProductId="54184a93-8dcf-4a09-9cf4-cee9c428cbf4" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down

0 comments on commit 976d4b1

Please sign in to comment.