From cd6178763ddfacd46113b01db349a5ce67bcc1ea Mon Sep 17 00:00:00 2001 From: Davide Giacometti Date: Sun, 6 Aug 2023 16:29:36 +0200 Subject: [PATCH] [Chore]Update test packages and StyleCop (#27708) * update test packages and StyleCop * bumped versions --- Directory.Packages.props | 10 +++++----- NOTICE.md | 11 +++++------ .../App/Helper/MouseWithoutBordersHelper.csproj | 5 +---- .../App/MouseWithoutBorders.csproj | 3 --- .../PowerAccent.Core/Services/SettingsService.cs | 1 + 5 files changed, 12 insertions(+), 18 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index f51c9b46ac..466ce4f619 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -26,7 +26,7 @@ - + @@ -39,9 +39,9 @@ - - - + + + @@ -49,7 +49,7 @@ - + diff --git a/NOTICE.md b/NOTICE.md index 86a4ff47d9..95d88ee7b6 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -296,12 +296,11 @@ SOFTWARE. - Markdig.Signed 0.27.0 - Microsoft.CodeAnalysis.NetAnalyzers 7.0.3 - Microsoft.Data.Sqlite 7.0.0 -- Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers 0.4.336902 - Microsoft.Extensions.DependencyInjection 7.0.0 - Microsoft.Extensions.Hosting 7.0.1 - Microsoft.Extensions.Hosting.WindowsServices 7.0.0 - Microsoft.Extensions.Logging 7.0.0 -- Microsoft.NET.Test.Sdk 17.4.1 +- Microsoft.NET.Test.Sdk 17.6.3 - Microsoft.Toolkit.Uwp.Notifications 7.1.2 - Microsoft.Web.WebView2 1.0.1722.45 - Microsoft.Windows.Compatibility 7.0.3 @@ -313,15 +312,15 @@ SOFTWARE. - Microsoft.Xaml.Behaviors.WinUI.Managed 2.0.9 - Microsoft.Xaml.Behaviors.Wpf 1.1.39 - ModernWpfUI 0.9.4 -- Moq 4.18.3 -- MSTest.TestAdapter 3.0.1 -- MSTest.TestFramework 3.0.1 +- Moq 4.18.4 +- MSTest.TestAdapter 3.1.1 +- MSTest.TestFramework 3.1.1 - NLog.Extensions.Logging 5.0.4 - NLog.Schema 5.0.4 - ScipBe.Common.Office.OneNote 3.0.1 - SharpCompress 0.33.0 - StreamJsonRpc 2.14.24 -- StyleCop.Analyzers 1.2.0-beta.435 +- StyleCop.Analyzers 1.2.0-beta.507 - System.CommandLine 2.0.0-beta4.22272.1 - System.ComponentModel.Composition 7.0.0 - System.Configuration.ConfigurationManager 6.0.0 diff --git a/src/modules/MouseWithoutBorders/App/Helper/MouseWithoutBordersHelper.csproj b/src/modules/MouseWithoutBorders/App/Helper/MouseWithoutBordersHelper.csproj index 6dd3cb14ae..af7ac9c3b3 100644 --- a/src/modules/MouseWithoutBorders/App/Helper/MouseWithoutBordersHelper.csproj +++ b/src/modules/MouseWithoutBorders/App/Helper/MouseWithoutBordersHelper.csproj @@ -69,10 +69,7 @@ - - - all - + diff --git a/src/modules/MouseWithoutBorders/App/MouseWithoutBorders.csproj b/src/modules/MouseWithoutBorders/App/MouseWithoutBorders.csproj index aed12d1ee4..d84499b839 100644 --- a/src/modules/MouseWithoutBorders/App/MouseWithoutBorders.csproj +++ b/src/modules/MouseWithoutBorders/App/MouseWithoutBorders.csproj @@ -215,9 +215,6 @@ - - all - diff --git a/src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs b/src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs index 50ba68f546..d1306bd9a4 100644 --- a/src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs +++ b/src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs @@ -11,6 +11,7 @@ using Microsoft.PowerToys.Settings.UI.Library.Utilities; using PowerToys.PowerAccentKeyboardService; namespace PowerAccent.Core.Services; + public class SettingsService { private const string PowerAccentModuleName = "QuickAccent";