From 09b85cb079f2093a7806650d6de3f390ebaa4e84 Mon Sep 17 00:00:00 2001 From: Chris Pulman Date: Tue, 7 May 2024 21:26:50 +0100 Subject: [PATCH] Housekeeping Update Samples (#656) --- samples/Directory.build.props | 2 +- .../LoginApp.WinForms.csproj | 2 +- samples/LoginApp.Wpf/LoginApp.Wpf.csproj | 2 +- samples/LoginApp.Wpf/Views/SignUpView.xaml | 88 ++++++------ samples/LoginApp.sln | 133 ++++++++---------- samples/LoginApp/LoginApp.csproj | 6 +- .../LoginApp/ViewModels/SignUpViewModel.cs | 40 ++++-- .../ReactiveUI.Validation.Tests.csproj | 2 +- .../ReactiveUI.Validation.csproj | 2 +- src/global.json | 3 - 10 files changed, 146 insertions(+), 134 deletions(-) diff --git a/samples/Directory.build.props b/samples/Directory.build.props index f1691db5..db19600a 100644 --- a/samples/Directory.build.props +++ b/samples/Directory.build.props @@ -1,7 +1,7 @@ enable - 11.0.5 + 11.0.10 $(MSBuildThisFileDirectory)..\src\analyzers.ruleset CS8600;CS8602;CS8603;CS8604;CS8605;CS8606;CS8607;CS8608;CS8609;CS8610;CS8611;CS8612;CS8613;CS8614;CS8615;CS8616;CS8617;CS8618;CS8619;CS8620;CS8621;CS8622;CS8623;CS8624;CS8625 diff --git a/samples/LoginApp.WinForms/LoginApp.WinForms.csproj b/samples/LoginApp.WinForms/LoginApp.WinForms.csproj index c8684438..7b8d3488 100644 --- a/samples/LoginApp.WinForms/LoginApp.WinForms.csproj +++ b/samples/LoginApp.WinForms/LoginApp.WinForms.csproj @@ -6,7 +6,7 @@ - + diff --git a/samples/LoginApp.Wpf/LoginApp.Wpf.csproj b/samples/LoginApp.Wpf/LoginApp.Wpf.csproj index eb84bf13..f8337e4e 100644 --- a/samples/LoginApp.Wpf/LoginApp.Wpf.csproj +++ b/samples/LoginApp.Wpf/LoginApp.Wpf.csproj @@ -11,7 +11,7 @@ - + diff --git a/samples/LoginApp.Wpf/Views/SignUpView.xaml b/samples/LoginApp.Wpf/Views/SignUpView.xaml index 4e1469c8..a6773f35 100644 --- a/samples/LoginApp.Wpf/Views/SignUpView.xaml +++ b/samples/LoginApp.Wpf/Views/SignUpView.xaml @@ -1,47 +1,55 @@ - + x:TypeArguments="viewModels:SignUpViewModel"> - - - - - - - - - -