Skip to content

Commit 976d4b1

Browse files
committed
Fix Known Issues
1 parent aba544e commit 976d4b1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

TestForFailure/vendor/PrivateObjectPrivateType.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33

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

6-
using System.Collections.Generic;
76
using System.Diagnostics;
87
using System.Globalization;
9-
using System.Reflection;
108

119
namespace Microsoft.VisualStudio.TestTools.UnitTesting;
1210

YouAreAFailure/MainPage.xaml.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ public MainPage() {
7676
// Register a handler for when a page want to browse to other page
7777
Failure.WelcomeFailure.Navigator = RemoteNavigation;
7878

79-
Failure.TortureChamber.OnGoSettings = () =>
80-
FailureFrame.Navigate(typeof(Failure.Settings));
79+
Failure.TortureChamber.OnGoSettings = () => {
80+
(NavigationViewControl.SettingsItem as MUXC.NavigationViewItem)!.IsSelected
81+
= true;
82+
};
8183
}
8284

8385
private void UpdateTitleBarLayout(CoreApplicationViewTitleBar coreTitleBar) {

YouAreAFailure/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="65313Leomotors.YouareaFailure"
1111
Publisher="CN=E10452D0-AB02-4FD0-8CF3-B1A36A4584AA"
12-
Version="1.0.72.0" />
12+
Version="1.0.73.0" />
1313

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

YouAreAFailure/Package.debug.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="Leomotors.YouAreAFailure.Debug"
1111
Publisher="CN=Leomotors"
12-
Version="1.0.72.0" />
12+
Version="1.0.73.0" />
1313

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

0 commit comments

Comments
 (0)