diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt
index c876dcf484..9e152b7c76 100644
--- a/.github/actions/spell-check/expect.txt
+++ b/.github/actions/spell-check/expect.txt
@@ -32,7 +32,6 @@ AFFINETRANSFORM
AFX
AGGREGATABLE
AHybrid
-AKV
akv
ALarger
ALLAPPS
diff --git a/.pipelines/v2/ci.yml b/.pipelines/v2/ci.yml
index 5e7bf26676..a68de324ee 100644
--- a/.pipelines/v2/ci.yml
+++ b/.pipelines/v2/ci.yml
@@ -4,22 +4,22 @@ trigger:
include:
- main
- stable
- paths:
- exclude:
- - doc/*
- - temp/*
- - tools/*
- - '**.md'
+# paths:
+# exclude:
+# - doc/*
+# - temp/*
+# - tools/*
+# - '**.md'
pr:
branches:
include:
- main
- stable
- paths:
- exclude:
- - '**.md'
- - doc
+# paths:
+# exclude:
+# - '**.md'
+# - doc
name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 010e55e9ec..3340d6971f 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -43,9 +43,9 @@
TODO: in Common.Dotnet.CsWinRT.props, on upgrade, verify RemoveCsWinRTPackageAnalyzer is no longer needed.
This is present due to a bug in CsWinRT where WPF projects cause the analyzer to fail.
-->
-
+
-
+
@@ -83,7 +83,7 @@
-
+
diff --git a/NOTICE.md b/NOTICE.md
index bdd5b0cbfa..a8059397e5 100644
--- a/NOTICE.md
+++ b/NOTICE.md
@@ -1329,9 +1329,9 @@ EXHIBIT A -Mozilla Public License.
- Microsoft.Win32.SystemEvents 8.0.0
- Microsoft.Windows.Compatibility 8.0.10
- Microsoft.Windows.CsWin32 0.2.46-beta
-- Microsoft.Windows.CsWinRT 2.1.1
+- Microsoft.Windows.CsWinRT 2.1.5
- Microsoft.Windows.SDK.BuildTools 10.0.22621.2428
-- Microsoft.WindowsAppSDK 1.6.240829007
+- Microsoft.WindowsAppSDK 1.6.240923002
- Microsoft.Xaml.Behaviors.WinUI.Managed 2.0.9
- Microsoft.Xaml.Behaviors.Wpf 1.1.39
- ModernWpfUI 0.9.4
@@ -1364,4 +1364,4 @@ EXHIBIT A -Mozilla Public License.
- UnitsNet 5.56.0
- UTF.Unknown 2.5.1
- WinUIEx 2.2.0
-- WPF-UI 3.0.0
+- WPF-UI 3.0.5
diff --git a/src/Common.Dotnet.CsWinRT.props b/src/Common.Dotnet.CsWinRT.props
index 514997e71b..1669cba196 100644
--- a/src/Common.Dotnet.CsWinRT.props
+++ b/src/Common.Dotnet.CsWinRT.props
@@ -2,7 +2,7 @@
- 10.0.22621.38
+ 10.0.22621.48
net8.0-windows10.0.22621.0
10.0.19041.0
10.0.19041.0
diff --git a/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj b/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj
index 444657646e..b05546d9aa 100644
--- a/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj
+++ b/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj
@@ -1,6 +1,6 @@
-
+
@@ -137,8 +137,8 @@
-
+
@@ -149,8 +149,8 @@
-
-
+
+
\ No newline at end of file
diff --git a/src/modules/MeasureTool/MeasureToolCore/packages.config b/src/modules/MeasureTool/MeasureToolCore/packages.config
index 7043c92ee0..ed165ac47c 100644
--- a/src/modules/MeasureTool/MeasureToolCore/packages.config
+++ b/src/modules/MeasureTool/MeasureToolCore/packages.config
@@ -4,5 +4,5 @@
-
+
\ No newline at end of file
diff --git a/src/modules/colorPicker/ColorPickerUI/Views/ColorEditorView.xaml b/src/modules/colorPicker/ColorPickerUI/Views/ColorEditorView.xaml
index 269805aec9..d63f83a40b 100644
--- a/src/modules/colorPicker/ColorPickerUI/Views/ColorEditorView.xaml
+++ b/src/modules/colorPicker/ColorPickerUI/Views/ColorEditorView.xaml
@@ -46,6 +46,8 @@
VerticalAlignment="Top"
VerticalContentAlignment="Top"
AutomationProperties.Name="{x:Static p:Resources.Color_History}"
+ Background="Transparent"
+ BorderBrush="Transparent"
ItemsSource="{Binding ColorsHistory}"
KeyboardNavigation.DirectionalNavigation="Contained"
MouseWheel="HistoryColors_OnMouseWheelScroll"
diff --git a/src/modules/launcher/PowerLauncher/MainWindow.xaml b/src/modules/launcher/PowerLauncher/MainWindow.xaml
index 764dee2bba..30acc5c3c0 100644
--- a/src/modules/launcher/PowerLauncher/MainWindow.xaml
+++ b/src/modules/launcher/PowerLauncher/MainWindow.xaml
@@ -72,9 +72,10 @@
x:Name="pluginsHintsList"
Grid.Row="1"
Margin="16,0,0,0"
- Padding="0,0,32,0"
ItemContainerStyle="{StaticResource PluginsListViewItemStyle}"
ItemsSource="{Binding Plugins}"
+ Background="Transparent"
+ BorderBrush="Transparent"
PreviewMouseLeftButtonUp="PluginsHintsList_PreviewMouseLeftButtonUp"
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
ScrollViewer.VerticalScrollBarVisibility="Auto"
diff --git a/src/modules/launcher/PowerLauncher/ResultList.xaml b/src/modules/launcher/PowerLauncher/ResultList.xaml
index 7eda85a709..7e387e9807 100644
--- a/src/modules/launcher/PowerLauncher/ResultList.xaml
+++ b/src/modules/launcher/PowerLauncher/ResultList.xaml
@@ -32,6 +32,8 @@
-
+
@@ -208,8 +208,8 @@
-
+
@@ -222,9 +222,9 @@
-
-
+
+
diff --git a/src/modules/powerrename/PowerRenameUILib/packages.config b/src/modules/powerrename/PowerRenameUILib/packages.config
index 360805a64d..1ff9b46877 100644
--- a/src/modules/powerrename/PowerRenameUILib/packages.config
+++ b/src/modules/powerrename/PowerRenameUILib/packages.config
@@ -6,5 +6,5 @@
-
+
\ No newline at end of file