From 13509a3091619d59a81ab109c56e4428389cdbc3 Mon Sep 17 00:00:00 2001 From: James Alickolli <32421608+licon4812@users.noreply.github.com> Date: Wed, 31 Dec 2025 10:39:16 +1100 Subject: [PATCH 01/11] WindowsAppSDK 1.6 to WindowsAppSDK .WinUI 1.8 --- src/WinUI.TableView.csproj | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/WinUI.TableView.csproj b/src/WinUI.TableView.csproj index 159ec410..6b7202fb 100644 --- a/src/WinUI.TableView.csproj +++ b/src/WinUI.TableView.csproj @@ -30,8 +30,8 @@ - - + + @@ -42,11 +42,11 @@ - - - TableView.cs - - + + + TableView.cs + + WinUI.TableView From e0d88d4de6ee19f496571266d595668cbbff7bb7 Mon Sep 17 00:00:00 2001 From: James Alickolli <32421608+licon4812@users.noreply.github.com> Date: Wed, 31 Dec 2025 11:10:33 +1100 Subject: [PATCH 02/11] Update WinUI.TableView.csproj --- src/WinUI.TableView.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WinUI.TableView.csproj b/src/WinUI.TableView.csproj index 6b7202fb..af68ddee 100644 --- a/src/WinUI.TableView.csproj +++ b/src/WinUI.TableView.csproj @@ -30,7 +30,7 @@ - + From d515235c6e5422566f5ce88fbdab01fade72bec5 Mon Sep 17 00:00:00 2001 From: James Alickolli <32421608+licon4812@users.noreply.github.com> Date: Fri, 23 Jan 2026 18:53:55 +1100 Subject: [PATCH 03/11] Removed full WindowsAppSDK use WinUI metapackage --- src/WinUI.TableView.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WinUI.TableView.csproj b/src/WinUI.TableView.csproj index af68ddee..3a2cde91 100644 --- a/src/WinUI.TableView.csproj +++ b/src/WinUI.TableView.csproj @@ -30,7 +30,7 @@ - + From de2d491d05b2a3253e83251234545fb5496ea938 Mon Sep 17 00:00:00 2001 From: James Alickolli Date: Wed, 15 Apr 2026 23:24:19 +1000 Subject: [PATCH 04/11] Removed webview 2 package for windows tfm --- src/WinUI.TableView.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/WinUI.TableView.csproj b/src/WinUI.TableView.csproj index f7d687c7..76d17ebb 100644 --- a/src/WinUI.TableView.csproj +++ b/src/WinUI.TableView.csproj @@ -31,7 +31,6 @@ - From 3cb00b231908dd291bb84f7333de4dbbe45c987f Mon Sep 17 00:00:00 2001 From: James Alickolli Date: Tue, 5 May 2026 00:27:54 +1000 Subject: [PATCH 05/11] Added WindowsAppSDK to test and sample projects --- samples/Directory.Packages.props | 5 +++-- tests/WinUI.TableView.Tests.csproj | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/samples/Directory.Packages.props b/samples/Directory.Packages.props index 834cdd1b..4d16e1a3 100644 --- a/samples/Directory.Packages.props +++ b/samples/Directory.Packages.props @@ -5,8 +5,9 @@ - + + - + \ No newline at end of file diff --git a/tests/WinUI.TableView.Tests.csproj b/tests/WinUI.TableView.Tests.csproj index dbf8adb5..259f92af 100644 --- a/tests/WinUI.TableView.Tests.csproj +++ b/tests/WinUI.TableView.Tests.csproj @@ -45,6 +45,7 @@ + From 78ae987bd40e5acbaeaffe0fba7d8c7c9fee6bfb Mon Sep 17 00:00:00 2001 From: James Alickolli Date: Tue, 5 May 2026 01:06:30 +1000 Subject: [PATCH 06/11] Added MSIX build tools to test project --- tests/WinUI.TableView.Tests.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/WinUI.TableView.Tests.csproj b/tests/WinUI.TableView.Tests.csproj index 259f92af..01e555ce 100644 --- a/tests/WinUI.TableView.Tests.csproj +++ b/tests/WinUI.TableView.Tests.csproj @@ -45,6 +45,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + From f0702b1de091d16394d6b11c8c6fa95171d3b3e0 Mon Sep 17 00:00:00 2001 From: James Alickolli Date: Tue, 5 May 2026 08:47:14 +1000 Subject: [PATCH 07/11] Added Microsoft.Windows.SDK.BuildTools to Tests --- tests/WinUI.TableView.Tests.csproj | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/WinUI.TableView.Tests.csproj b/tests/WinUI.TableView.Tests.csproj index 01e555ce..6424c185 100644 --- a/tests/WinUI.TableView.Tests.csproj +++ b/tests/WinUI.TableView.Tests.csproj @@ -45,10 +45,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + From e6d6ab6f31c11c5b9044f9ed7e9531201a56c4fb Mon Sep 17 00:00:00 2001 From: James Alickolli Date: Tue, 5 May 2026 08:57:18 +1000 Subject: [PATCH 08/11] Update WinUI.TableView.Tests.csproj --- tests/WinUI.TableView.Tests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/WinUI.TableView.Tests.csproj b/tests/WinUI.TableView.Tests.csproj index 6424c185..f8a5cff9 100644 --- a/tests/WinUI.TableView.Tests.csproj +++ b/tests/WinUI.TableView.Tests.csproj @@ -10,6 +10,7 @@ win-x86;win-x64;win-arm64 win-$(Platform).pubxml true + false true enable true From 0435addfe36fbcf0f5692dbed5cca31b2a81572e Mon Sep 17 00:00:00 2001 From: James Alickolli Date: Tue, 5 May 2026 19:28:14 +1000 Subject: [PATCH 09/11] Update ci-build.yml --- .github/workflows/ci-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 4558aa66..1c62b83e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -48,6 +48,8 @@ jobs: /p:OutputPath=build - name: Run Tests + env: + VSTEST_CONNECTION_TIMEOUT: 300 run: | vstest.console.exe tests\build\WinUI.TableView.Tests.build.appxrecipe --logger:"console;verbosity=normal" /InIsolation From 95e70ac970968cce590be882b590fc9f23a110be Mon Sep 17 00:00:00 2001 From: James Alickolli Date: Tue, 5 May 2026 19:51:19 +1000 Subject: [PATCH 10/11] Revert "Update ci-build.yml" This reverts commit 0435addfe36fbcf0f5692dbed5cca31b2a81572e. --- .github/workflows/ci-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 1c62b83e..4558aa66 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -48,8 +48,6 @@ jobs: /p:OutputPath=build - name: Run Tests - env: - VSTEST_CONNECTION_TIMEOUT: 300 run: | vstest.console.exe tests\build\WinUI.TableView.Tests.build.appxrecipe --logger:"console;verbosity=normal" /InIsolation From fb688be03b7d01ba6d0ad282db53343212956abd Mon Sep 17 00:00:00 2001 From: Waheed Ahmad Date: Thu, 7 May 2026 10:08:20 +0500 Subject: [PATCH 11/11] Update CI build environment to windows-2025-vs2026 --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 4558aa66..5ef1d42c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -14,7 +14,7 @@ on: jobs: build: - runs-on: windows-latest + runs-on: windows-2025-vs2026 steps: - name: Checkout uses: actions/checkout@v4.1.4