From 984ef43c551e2c5005cdcf24c1df7fd1f3e28362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Thu, 18 Jan 2024 11:40:01 +0100 Subject: [PATCH 001/163] Upgrading to .NET 8 and OC 1.8.2. --- src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj | 10 +++++----- .../Lombiq.OSOCE.Samples/Lombiq.OSOCE.Samples.csproj | 10 +++++----- .../Lombiq.OSOCE.Tests.UI/Lombiq.OSOCE.Tests.UI.csproj | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj b/src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj index 49f2a0a67..9aa1ee96d 100644 --- a/src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj +++ b/src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 true InProcess @@ -56,10 +56,10 @@ - - - - + + + + diff --git a/src/Modules/Lombiq.OSOCE.Samples/Lombiq.OSOCE.Samples.csproj b/src/Modules/Lombiq.OSOCE.Samples/Lombiq.OSOCE.Samples.csproj index d70963421..a66335475 100644 --- a/src/Modules/Lombiq.OSOCE.Samples/Lombiq.OSOCE.Samples.csproj +++ b/src/Modules/Lombiq.OSOCE.Samples/Lombiq.OSOCE.Samples.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 true $(DefaultItemExcludes);.git*;node_modules\**;Tests\** @@ -11,10 +11,10 @@ - - - - + + + + diff --git a/test/Lombiq.OSOCE.Tests.UI/Lombiq.OSOCE.Tests.UI.csproj b/test/Lombiq.OSOCE.Tests.UI/Lombiq.OSOCE.Tests.UI.csproj index bfa4fc0c8..33421218f 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Lombiq.OSOCE.Tests.UI.csproj +++ b/test/Lombiq.OSOCE.Tests.UI/Lombiq.OSOCE.Tests.UI.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false From ae1c27f828123c9f712ccdd94b7c1dbf090879b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Thu, 18 Jan 2024 12:42:25 +0100 Subject: [PATCH 002/163] Upgrading all submodules to NET 8 and OC 1.8.2 --- src/Libraries/Lombiq.HelpfulLibraries | 2 +- src/Libraries/Lombiq.OrchardCoreApiClient | 2 +- src/Modules/Lombiq.AuditTrailExtensions | 2 +- src/Modules/Lombiq.ChartJs | 2 +- src/Modules/Lombiq.ContentEditors | 2 +- src/Modules/Lombiq.HelpfulExtensions | 2 +- src/Modules/Lombiq.Hosting.Azure.ApplicationInsights | 2 +- src/Modules/Lombiq.Hosting.BuildVersionDisplay | 2 +- src/Modules/Lombiq.Hosting.Tenants | 2 +- src/Modules/Lombiq.JsonEditor | 2 +- src/Modules/Lombiq.LoginAsAnybody | 2 +- src/Modules/Lombiq.Privacy | 2 +- src/Modules/Lombiq.TrainingDemo | 2 +- src/Modules/Lombiq.UIKit | 2 +- src/Modules/Lombiq.VueJs | 2 +- src/Themes/Lombiq.BaseTheme | 2 +- src/Themes/Lombiq.Hosting.MediaTheme | 2 +- src/Utilities/Lombiq.NodeJs.Extensions | 2 +- src/Utilities/Lombiq.Npm.Targets | 2 +- src/Utilities/Lombiq.SetupExtensions | 2 +- test/Lombiq.Tests | 2 +- test/Lombiq.UITestingToolbox | 2 +- tools/Lombiq.Analyzers | 2 +- tools/Lombiq.Analyzers.PowerShell | 2 +- tools/Lombiq.GitHub.Actions | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/Libraries/Lombiq.HelpfulLibraries b/src/Libraries/Lombiq.HelpfulLibraries index e45b4ae3d..bad03b488 160000 --- a/src/Libraries/Lombiq.HelpfulLibraries +++ b/src/Libraries/Lombiq.HelpfulLibraries @@ -1 +1 @@ -Subproject commit e45b4ae3df607b1fe76247603bcf62bb258b14ae +Subproject commit bad03b4884f2972d822abcdd5b3721b9760125dd diff --git a/src/Libraries/Lombiq.OrchardCoreApiClient b/src/Libraries/Lombiq.OrchardCoreApiClient index e80a01111..c203b2ca6 160000 --- a/src/Libraries/Lombiq.OrchardCoreApiClient +++ b/src/Libraries/Lombiq.OrchardCoreApiClient @@ -1 +1 @@ -Subproject commit e80a01111801097103311dc5db50353449698977 +Subproject commit c203b2ca63540fcd26f9e394be365a53487823e3 diff --git a/src/Modules/Lombiq.AuditTrailExtensions b/src/Modules/Lombiq.AuditTrailExtensions index 888fb7f00..4a65ca59f 160000 --- a/src/Modules/Lombiq.AuditTrailExtensions +++ b/src/Modules/Lombiq.AuditTrailExtensions @@ -1 +1 @@ -Subproject commit 888fb7f008649320c36f1b1fa1ff9f6f0c88b6d4 +Subproject commit 4a65ca59ffdb58e40e356f4ccfab1705e24463a3 diff --git a/src/Modules/Lombiq.ChartJs b/src/Modules/Lombiq.ChartJs index 344b8e9b0..88b52b7e8 160000 --- a/src/Modules/Lombiq.ChartJs +++ b/src/Modules/Lombiq.ChartJs @@ -1 +1 @@ -Subproject commit 344b8e9b0cd4a96630709802c417d9c7371a4aed +Subproject commit 88b52b7e8278fb8500e02f07cbe9a1e93ba690a8 diff --git a/src/Modules/Lombiq.ContentEditors b/src/Modules/Lombiq.ContentEditors index 035be9120..1bb6e61fe 160000 --- a/src/Modules/Lombiq.ContentEditors +++ b/src/Modules/Lombiq.ContentEditors @@ -1 +1 @@ -Subproject commit 035be9120e1dc94363aac48b80378a43cd489c05 +Subproject commit 1bb6e61feb7130021dba81fd8021dc6f087f38fa diff --git a/src/Modules/Lombiq.HelpfulExtensions b/src/Modules/Lombiq.HelpfulExtensions index af46b0380..c57ba17de 160000 --- a/src/Modules/Lombiq.HelpfulExtensions +++ b/src/Modules/Lombiq.HelpfulExtensions @@ -1 +1 @@ -Subproject commit af46b0380b26e8e8bd8dd269a1dc213efe49810c +Subproject commit c57ba17deedd20723ea13a356995d0705584aee0 diff --git a/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights b/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights index 275f1530b..d165d1d8f 160000 --- a/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights +++ b/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights @@ -1 +1 @@ -Subproject commit 275f1530b1aadaf972db07e2e3528fb297f24bac +Subproject commit d165d1d8fb25d11f048cba8d8c38c4b59cec45c1 diff --git a/src/Modules/Lombiq.Hosting.BuildVersionDisplay b/src/Modules/Lombiq.Hosting.BuildVersionDisplay index 156197700..b0fa6bd26 160000 --- a/src/Modules/Lombiq.Hosting.BuildVersionDisplay +++ b/src/Modules/Lombiq.Hosting.BuildVersionDisplay @@ -1 +1 @@ -Subproject commit 156197700ccb97c02bda22a449f807a35e359893 +Subproject commit b0fa6bd267622ad958808bda13b140fa5efec45e diff --git a/src/Modules/Lombiq.Hosting.Tenants b/src/Modules/Lombiq.Hosting.Tenants index 456e15ffc..5c282ed7b 160000 --- a/src/Modules/Lombiq.Hosting.Tenants +++ b/src/Modules/Lombiq.Hosting.Tenants @@ -1 +1 @@ -Subproject commit 456e15ffcb8a1829393b74c73c4dd0d87ef496ad +Subproject commit 5c282ed7beee4bae372d23649e701e76b8d498b8 diff --git a/src/Modules/Lombiq.JsonEditor b/src/Modules/Lombiq.JsonEditor index 3c969dcce..10857d049 160000 --- a/src/Modules/Lombiq.JsonEditor +++ b/src/Modules/Lombiq.JsonEditor @@ -1 +1 @@ -Subproject commit 3c969dcced36f42ae7f32d461955c7abd45601e1 +Subproject commit 10857d04909ea5d1b9e46eec73701b1e121663ae diff --git a/src/Modules/Lombiq.LoginAsAnybody b/src/Modules/Lombiq.LoginAsAnybody index c82355a70..7210a45f4 160000 --- a/src/Modules/Lombiq.LoginAsAnybody +++ b/src/Modules/Lombiq.LoginAsAnybody @@ -1 +1 @@ -Subproject commit c82355a7001cc84520ccfafbe0752e086c0ac8cf +Subproject commit 7210a45f46f9ebeb3cf0d997344fe1415ee6a07e diff --git a/src/Modules/Lombiq.Privacy b/src/Modules/Lombiq.Privacy index c1ae34a1d..90295773a 160000 --- a/src/Modules/Lombiq.Privacy +++ b/src/Modules/Lombiq.Privacy @@ -1 +1 @@ -Subproject commit c1ae34a1d0903f23ba4113c6a42f25621e7274d3 +Subproject commit 90295773a36935f668ee748c21690b8b4a639c68 diff --git a/src/Modules/Lombiq.TrainingDemo b/src/Modules/Lombiq.TrainingDemo index 9de175514..40d58e997 160000 --- a/src/Modules/Lombiq.TrainingDemo +++ b/src/Modules/Lombiq.TrainingDemo @@ -1 +1 @@ -Subproject commit 9de17551457588adb25e52a1eaf752de16a6013e +Subproject commit 40d58e997b84308a19a1e13243682cce8694f44e diff --git a/src/Modules/Lombiq.UIKit b/src/Modules/Lombiq.UIKit index 73237b482..bd88029a1 160000 --- a/src/Modules/Lombiq.UIKit +++ b/src/Modules/Lombiq.UIKit @@ -1 +1 @@ -Subproject commit 73237b48259ee731c8063524a9bc451e41efce5f +Subproject commit bd88029a16fba6796aceb40e154aff6e33d644c6 diff --git a/src/Modules/Lombiq.VueJs b/src/Modules/Lombiq.VueJs index 193600a6b..e46c2f13e 160000 --- a/src/Modules/Lombiq.VueJs +++ b/src/Modules/Lombiq.VueJs @@ -1 +1 @@ -Subproject commit 193600a6b7bd0c01f7407389df694202a199fd71 +Subproject commit e46c2f13eff37a794fa683d0aace9dd786c34f00 diff --git a/src/Themes/Lombiq.BaseTheme b/src/Themes/Lombiq.BaseTheme index f90b742d7..eca9a878a 160000 --- a/src/Themes/Lombiq.BaseTheme +++ b/src/Themes/Lombiq.BaseTheme @@ -1 +1 @@ -Subproject commit f90b742d7085648c59dfc0f8f9d30dc4997ddafa +Subproject commit eca9a878a7b405a8bac7275351c342fab98f1ed8 diff --git a/src/Themes/Lombiq.Hosting.MediaTheme b/src/Themes/Lombiq.Hosting.MediaTheme index 8ab1ee746..22ed578f7 160000 --- a/src/Themes/Lombiq.Hosting.MediaTheme +++ b/src/Themes/Lombiq.Hosting.MediaTheme @@ -1 +1 @@ -Subproject commit 8ab1ee74648c8edfed9ffdfc14bfd35f87d94401 +Subproject commit 22ed578f70d70276a8a08b64f55e5702bdf605c8 diff --git a/src/Utilities/Lombiq.NodeJs.Extensions b/src/Utilities/Lombiq.NodeJs.Extensions index b7cec8b05..8c6c1ef0a 160000 --- a/src/Utilities/Lombiq.NodeJs.Extensions +++ b/src/Utilities/Lombiq.NodeJs.Extensions @@ -1 +1 @@ -Subproject commit b7cec8b05ab1e6282e9a42d2c6194ef7a0f61369 +Subproject commit 8c6c1ef0a3665f78a2e8961fa8fe2f2300e2dbbf diff --git a/src/Utilities/Lombiq.Npm.Targets b/src/Utilities/Lombiq.Npm.Targets index f81ca2bc2..c301bcc1d 160000 --- a/src/Utilities/Lombiq.Npm.Targets +++ b/src/Utilities/Lombiq.Npm.Targets @@ -1 +1 @@ -Subproject commit f81ca2bc2e8ca4c078fdf6a0391fb3d42111c0ee +Subproject commit c301bcc1ddad866bb453fdf5b777251f311bcfeb diff --git a/src/Utilities/Lombiq.SetupExtensions b/src/Utilities/Lombiq.SetupExtensions index 777d40fae..3403dbcb8 160000 --- a/src/Utilities/Lombiq.SetupExtensions +++ b/src/Utilities/Lombiq.SetupExtensions @@ -1 +1 @@ -Subproject commit 777d40fae0bec866a936a8007261c12f530a35b6 +Subproject commit 3403dbcb897989deaab21e8caf4dc543290715db diff --git a/test/Lombiq.Tests b/test/Lombiq.Tests index 1f3e02b94..fa05c2823 160000 --- a/test/Lombiq.Tests +++ b/test/Lombiq.Tests @@ -1 +1 @@ -Subproject commit 1f3e02b945b2b21338ac4479662d6b007167e7e1 +Subproject commit fa05c28234c6fe7f2d15f018e95a6bc0dcf6d57f diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index 2aca656f7..4894d3c0a 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit 2aca656f7ae9cd2478a8a93f337619c07b7b6d70 +Subproject commit 4894d3c0aa0274d710e25023b58fe6558bdcd217 diff --git a/tools/Lombiq.Analyzers b/tools/Lombiq.Analyzers index 7d1cd4c96..75922be2f 160000 --- a/tools/Lombiq.Analyzers +++ b/tools/Lombiq.Analyzers @@ -1 +1 @@ -Subproject commit 7d1cd4c96e939fbf58fc5168d80406f6bd2f0d79 +Subproject commit 75922be2fec1646d5cb9e7a7f1a1d099b7494f04 diff --git a/tools/Lombiq.Analyzers.PowerShell b/tools/Lombiq.Analyzers.PowerShell index 2d83bfe82..3c243eaf7 160000 --- a/tools/Lombiq.Analyzers.PowerShell +++ b/tools/Lombiq.Analyzers.PowerShell @@ -1 +1 @@ -Subproject commit 2d83bfe82451f664059a1bad252deefe8c14a31e +Subproject commit 3c243eaf713a2bcdf3a21d66eec4283e64b5a3fb diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index d2095753d..f74c6778a 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit d2095753d39574ecf37ea7e99459e4068bdf5022 +Subproject commit f74c6778a17414bc50b213159cc76d4f1ff77fe4 From d212ec088d2970cedfd09bbb5717aaa411629a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Thu, 18 Jan 2024 12:48:44 +0100 Subject: [PATCH 003/163] Updating DataTables to 1.8.2 and NET 8 --- src/Modules/Lombiq.DataTables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Lombiq.DataTables b/src/Modules/Lombiq.DataTables index eb4a401a3..f8bd8a980 160000 --- a/src/Modules/Lombiq.DataTables +++ b/src/Modules/Lombiq.DataTables @@ -1 +1 @@ -Subproject commit eb4a401a3dcd807a8eda00af897c8ded7e1fd355 +Subproject commit f8bd8a9803d39fc6de836271501ea1760b684a33 From 7d40e48f22e60b6e6f21b9253663a34bb71498e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Thu, 18 Jan 2024 13:08:41 +0100 Subject: [PATCH 004/163] Upgrading Lombiq.Walkthroughs to NET 8 and OC 1.8.2 --- src/Modules/Lombiq.Walkthroughs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Lombiq.Walkthroughs b/src/Modules/Lombiq.Walkthroughs index dc93c4ea6..71f7477e6 160000 --- a/src/Modules/Lombiq.Walkthroughs +++ b/src/Modules/Lombiq.Walkthroughs @@ -1 +1 @@ -Subproject commit dc93c4ea6001ec9181f19e11b7b97a0a163a2f71 +Subproject commit 71f7477e60223becab99d4d48212fd4bc993a6d1 From dceaac42e5cc9240e79a90270350cc46fa3565ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Thu, 18 Jan 2024 13:23:34 +0100 Subject: [PATCH 005/163] Updating Lombiq.Walkthroughs --- src/Modules/Lombiq.Walkthroughs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Lombiq.Walkthroughs b/src/Modules/Lombiq.Walkthroughs index 71f7477e6..7b4b08bb7 160000 --- a/src/Modules/Lombiq.Walkthroughs +++ b/src/Modules/Lombiq.Walkthroughs @@ -1 +1 @@ -Subproject commit 71f7477e60223becab99d4d48212fd4bc993a6d1 +Subproject commit 7b4b08bb7909a3ef8d0bd34b83be8b43f408bb5f From 21aaaab4b6562cb9cbb344224494ec4aeb825145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Thu, 18 Jan 2024 13:24:02 +0100 Subject: [PATCH 006/163] Upgrading Analyzers. --- tools/Lombiq.Analyzers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Lombiq.Analyzers b/tools/Lombiq.Analyzers index 75922be2f..7c4d1414a 160000 --- a/tools/Lombiq.Analyzers +++ b/tools/Lombiq.Analyzers @@ -1 +1 @@ -Subproject commit 75922be2fec1646d5cb9e7a7f1a1d099b7494f04 +Subproject commit 7c4d1414aafb43c2729b53b3a5ee0b3fbfecda91 From 3a97d16882a306b59058e68634b29de12ecc7497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Thu, 18 Jan 2024 13:40:44 +0100 Subject: [PATCH 007/163] Updating .NET versions in GHA. --- tools/Lombiq.GitHub.Actions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index f74c6778a..0c8473c63 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit f74c6778a17414bc50b213159cc76d4f1ff77fe4 +Subproject commit 0c8473c63c152dff2c64603820ecf2580573fc2e From 5128e6287472ee04a7e2a1ba8c4e97c85ffe314e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Thu, 18 Jan 2024 13:42:03 +0100 Subject: [PATCH 008/163] Using modified GHA branch reference. --- .github/workflows/build-and-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 01866e2e2..6a3cc39bb 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -11,7 +11,7 @@ jobs: build-and-test-larger-runners: if: github.ref_name != github.event.repository.default_branch name: Build and Test - root solution (larger runners) - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-751 with: parent-job-name: "root-solution-larger-runners" machine-types: "['buildjet-4vcpu-ubuntu-2204']" @@ -28,7 +28,7 @@ jobs: # Since dev builds are not awaited by anyone, they can run on the slower free runners. if: github.ref_name == github.event.repository.default_branch name: Build and Test - root solution (standard runners) - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-751 with: parent-job-name: "root-solution-standard-runners" timeout-minutes: 50 @@ -39,7 +39,7 @@ jobs: build-and-test-nuget-test: name: Build and Test - NuGetTest solution - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-751 with: parent-job-name: "nuget-solution" build-directory: NuGetTest From 395cea730ef5a1a6d70af8e9bcb0c2de308c19d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Thu, 18 Jan 2024 13:53:37 +0100 Subject: [PATCH 009/163] Removing ISystemCLock from SetupExtensions. --- src/Utilities/Lombiq.SetupExtensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utilities/Lombiq.SetupExtensions b/src/Utilities/Lombiq.SetupExtensions index 3403dbcb8..3438447de 160000 --- a/src/Utilities/Lombiq.SetupExtensions +++ b/src/Utilities/Lombiq.SetupExtensions @@ -1 +1 @@ -Subproject commit 3403dbcb897989deaab21e8caf4dc543290715db +Subproject commit 3438447deffab9f060077bbb9dc097effb6bd1d3 From 46f3c710741e9a80005fd351063bf2fcc4cdccc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Thu, 18 Jan 2024 14:31:37 +0100 Subject: [PATCH 010/163] Updating Analyzers. --- tools/Lombiq.Analyzers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Lombiq.Analyzers b/tools/Lombiq.Analyzers index 7c4d1414a..cf6ca0df6 160000 --- a/tools/Lombiq.Analyzers +++ b/tools/Lombiq.Analyzers @@ -1 +1 @@ -Subproject commit 7c4d1414aafb43c2729b53b3a5ee0b3fbfecda91 +Subproject commit cf6ca0df61de65dc60c68ac89b23ec916f37e6f9 From 5745d780cc78ab67283d1516399195369276943b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Thu, 18 Jan 2024 17:29:57 +0100 Subject: [PATCH 011/163] Updating submodules. --- src/Libraries/Lombiq.HelpfulLibraries | 2 +- src/Themes/Lombiq.Hosting.MediaTheme | 2 +- tools/Lombiq.Analyzers | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Libraries/Lombiq.HelpfulLibraries b/src/Libraries/Lombiq.HelpfulLibraries index bad03b488..5d18fdf1a 160000 --- a/src/Libraries/Lombiq.HelpfulLibraries +++ b/src/Libraries/Lombiq.HelpfulLibraries @@ -1 +1 @@ -Subproject commit bad03b4884f2972d822abcdd5b3721b9760125dd +Subproject commit 5d18fdf1a4a20ae81f6a87a2beec959b7cc87284 diff --git a/src/Themes/Lombiq.Hosting.MediaTheme b/src/Themes/Lombiq.Hosting.MediaTheme index 22ed578f7..0e75fdf29 160000 --- a/src/Themes/Lombiq.Hosting.MediaTheme +++ b/src/Themes/Lombiq.Hosting.MediaTheme @@ -1 +1 @@ -Subproject commit 22ed578f70d70276a8a08b64f55e5702bdf605c8 +Subproject commit 0e75fdf291556dc1f373e6a515a494608b16d2f4 diff --git a/tools/Lombiq.Analyzers b/tools/Lombiq.Analyzers index cf6ca0df6..64376c003 160000 --- a/tools/Lombiq.Analyzers +++ b/tools/Lombiq.Analyzers @@ -1 +1 @@ -Subproject commit cf6ca0df61de65dc60c68ac89b23ec916f37e6f9 +Subproject commit 64376c003754917ff59aed5944d397e781f38dcb From 6c8dfd56d7a7044f7b4424b8471964f619fda3c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Thu, 18 Jan 2024 17:41:21 +0100 Subject: [PATCH 012/163] Updating submodules. --- src/Libraries/Lombiq.HelpfulLibraries | 2 +- src/Modules/Lombiq.DataTables | 2 +- src/Themes/Lombiq.Hosting.MediaTheme | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Libraries/Lombiq.HelpfulLibraries b/src/Libraries/Lombiq.HelpfulLibraries index 5d18fdf1a..57ac665fe 160000 --- a/src/Libraries/Lombiq.HelpfulLibraries +++ b/src/Libraries/Lombiq.HelpfulLibraries @@ -1 +1 @@ -Subproject commit 5d18fdf1a4a20ae81f6a87a2beec959b7cc87284 +Subproject commit 57ac665fe5386a047599aa38aaacae1d9426d761 diff --git a/src/Modules/Lombiq.DataTables b/src/Modules/Lombiq.DataTables index f8bd8a980..3157b6b12 160000 --- a/src/Modules/Lombiq.DataTables +++ b/src/Modules/Lombiq.DataTables @@ -1 +1 @@ -Subproject commit f8bd8a9803d39fc6de836271501ea1760b684a33 +Subproject commit 3157b6b12d51beab27eea5e76ee8afbfd8fe726d diff --git a/src/Themes/Lombiq.Hosting.MediaTheme b/src/Themes/Lombiq.Hosting.MediaTheme index 0e75fdf29..f896a376d 160000 --- a/src/Themes/Lombiq.Hosting.MediaTheme +++ b/src/Themes/Lombiq.Hosting.MediaTheme @@ -1 +1 @@ -Subproject commit 0e75fdf291556dc1f373e6a515a494608b16d2f4 +Subproject commit f896a376d8fc063caaaf5d1b42f28a60a7f38c71 From ba4582e3371f86be026dd1dd19df0eb2919a9c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Thu, 18 Jan 2024 17:58:30 +0100 Subject: [PATCH 013/163] Addressing submodule warnings. --- src/Libraries/Lombiq.HelpfulLibraries | 2 +- src/Utilities/Lombiq.NodeJs.Extensions | 2 +- src/Utilities/Lombiq.SetupExtensions | 2 +- test/Lombiq.Tests | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Libraries/Lombiq.HelpfulLibraries b/src/Libraries/Lombiq.HelpfulLibraries index 57ac665fe..1c04ea9d7 160000 --- a/src/Libraries/Lombiq.HelpfulLibraries +++ b/src/Libraries/Lombiq.HelpfulLibraries @@ -1 +1 @@ -Subproject commit 57ac665fe5386a047599aa38aaacae1d9426d761 +Subproject commit 1c04ea9d7e524ab95c19dafe884ce345befd61d8 diff --git a/src/Utilities/Lombiq.NodeJs.Extensions b/src/Utilities/Lombiq.NodeJs.Extensions index 8c6c1ef0a..038b00b15 160000 --- a/src/Utilities/Lombiq.NodeJs.Extensions +++ b/src/Utilities/Lombiq.NodeJs.Extensions @@ -1 +1 @@ -Subproject commit 8c6c1ef0a3665f78a2e8961fa8fe2f2300e2dbbf +Subproject commit 038b00b15592d2e596a015d4b40085bbeaaf0da5 diff --git a/src/Utilities/Lombiq.SetupExtensions b/src/Utilities/Lombiq.SetupExtensions index 3438447de..ca84422f2 160000 --- a/src/Utilities/Lombiq.SetupExtensions +++ b/src/Utilities/Lombiq.SetupExtensions @@ -1 +1 @@ -Subproject commit 3438447deffab9f060077bbb9dc097effb6bd1d3 +Subproject commit ca84422f26328f04bf6ab309ae5913a6e828fac5 diff --git a/test/Lombiq.Tests b/test/Lombiq.Tests index fa05c2823..83db53b8e 160000 --- a/test/Lombiq.Tests +++ b/test/Lombiq.Tests @@ -1 +1 @@ -Subproject commit fa05c28234c6fe7f2d15f018e95a6bc0dcf6d57f +Subproject commit 83db53b8ec1f703d989a81c6ab161110d4e9953f From 5633bf3781696663d1870f309a67017c1191f704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Fri, 19 Jan 2024 11:14:25 +0100 Subject: [PATCH 014/163] Resolving merge conflict. --- tools/Lombiq.GitHub.Actions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index 0c8473c63..b5ae9814b 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit 0c8473c63c152dff2c64603820ecf2580573fc2e +Subproject commit b5ae9814bc8cb81c2623cd98a70d6d7f35704bb8 From 7f08e1d0fe6e494600258aa58f3d99c775533b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Fri, 19 Jan 2024 14:08:56 +0100 Subject: [PATCH 015/163] Updating submodules. --- .github/workflows/build-and-test-windows.yml | 6 +++--- src/Libraries/Lombiq.HelpfulLibraries | 2 +- src/Libraries/Lombiq.OrchardCoreApiClient | 2 +- src/Modules/Lombiq.AuditTrailExtensions | 2 +- src/Modules/Lombiq.ChartJs | 2 +- src/Modules/Lombiq.ContentEditors | 2 +- src/Modules/Lombiq.DataTables | 2 +- src/Modules/Lombiq.HelpfulExtensions | 2 +- src/Modules/Lombiq.Hosting.Tenants | 2 +- src/Modules/Lombiq.JsonEditor | 2 +- src/Modules/Lombiq.LoginAsAnybody | 2 +- src/Modules/Lombiq.Privacy | 2 +- src/Modules/Lombiq.TrainingDemo | 2 +- src/Modules/Lombiq.UIKit | 2 +- src/Modules/Lombiq.VueJs | 2 +- src/Modules/Lombiq.Walkthroughs | 2 +- src/Themes/Lombiq.BaseTheme | 2 +- src/Themes/Lombiq.Hosting.MediaTheme | 2 +- .../VisualVerificationTests/VisualVerificationTests.cs | 4 ++-- test/Lombiq.UITestingToolbox | 2 +- tools/Lombiq.Analyzers | 2 +- tools/Lombiq.GitHub.Actions | 2 +- 22 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/build-and-test-windows.yml b/.github/workflows/build-and-test-windows.yml index 97e6a4856..3692be66d 100644 --- a/.github/workflows/build-and-test-windows.yml +++ b/.github/workflows/build-and-test-windows.yml @@ -33,7 +33,7 @@ jobs: if: github.ref_name != github.event.repository.default_branch && (github.event_name == 'workflow_dispatch' || github.event.label.name == 'run-windows-build') name: Build and Test Windows - root solution (larger runners) - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-751 with: parent-job-name: "root-solution-larger-runners" machine-types: "['gitrunners-windows-2022-x64-8vcpu']" @@ -51,7 +51,7 @@ jobs: # Since dev builds are not awaited by anyone, they can run on the slower free runners. if: github.ref_name == github.event.repository.default_branch name: Build and Test Windows - root solution (standard runners) - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-751 with: parent-job-name: "root-solution-standard-runners" machine-types: "['windows-2022']" @@ -69,7 +69,7 @@ jobs: github.event_name == 'workflow_dispatch' || github.event.label.name == 'run-windows-build' name: Build and Test Windows - NuGetTest solution - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-751 with: parent-job-name: "nuget-solution" machine-types: "['windows-2022']" diff --git a/src/Libraries/Lombiq.HelpfulLibraries b/src/Libraries/Lombiq.HelpfulLibraries index 1c04ea9d7..446e8c690 160000 --- a/src/Libraries/Lombiq.HelpfulLibraries +++ b/src/Libraries/Lombiq.HelpfulLibraries @@ -1 +1 @@ -Subproject commit 1c04ea9d7e524ab95c19dafe884ce345befd61d8 +Subproject commit 446e8c6901ec36cd6d718f1ecdf0e5c889085738 diff --git a/src/Libraries/Lombiq.OrchardCoreApiClient b/src/Libraries/Lombiq.OrchardCoreApiClient index c203b2ca6..5483142fa 160000 --- a/src/Libraries/Lombiq.OrchardCoreApiClient +++ b/src/Libraries/Lombiq.OrchardCoreApiClient @@ -1 +1 @@ -Subproject commit c203b2ca63540fcd26f9e394be365a53487823e3 +Subproject commit 5483142fab7ee4791673a5dcf73099375095f652 diff --git a/src/Modules/Lombiq.AuditTrailExtensions b/src/Modules/Lombiq.AuditTrailExtensions index 4a65ca59f..7c83773ae 160000 --- a/src/Modules/Lombiq.AuditTrailExtensions +++ b/src/Modules/Lombiq.AuditTrailExtensions @@ -1 +1 @@ -Subproject commit 4a65ca59ffdb58e40e356f4ccfab1705e24463a3 +Subproject commit 7c83773ae4a377797ef28a56b3ff871a36b90b22 diff --git a/src/Modules/Lombiq.ChartJs b/src/Modules/Lombiq.ChartJs index 88b52b7e8..d1cedcadc 160000 --- a/src/Modules/Lombiq.ChartJs +++ b/src/Modules/Lombiq.ChartJs @@ -1 +1 @@ -Subproject commit 88b52b7e8278fb8500e02f07cbe9a1e93ba690a8 +Subproject commit d1cedcadc14ad5b0293b9a0a5242c359caf58d3a diff --git a/src/Modules/Lombiq.ContentEditors b/src/Modules/Lombiq.ContentEditors index 1bb6e61fe..48699f0b3 160000 --- a/src/Modules/Lombiq.ContentEditors +++ b/src/Modules/Lombiq.ContentEditors @@ -1 +1 @@ -Subproject commit 1bb6e61feb7130021dba81fd8021dc6f087f38fa +Subproject commit 48699f0b3f500c349ef6c9d74691a9747f761ed6 diff --git a/src/Modules/Lombiq.DataTables b/src/Modules/Lombiq.DataTables index 3157b6b12..f68c6ed3e 160000 --- a/src/Modules/Lombiq.DataTables +++ b/src/Modules/Lombiq.DataTables @@ -1 +1 @@ -Subproject commit 3157b6b12d51beab27eea5e76ee8afbfd8fe726d +Subproject commit f68c6ed3e83444afd3004b8275759ebca41fac9a diff --git a/src/Modules/Lombiq.HelpfulExtensions b/src/Modules/Lombiq.HelpfulExtensions index c57ba17de..d845d84db 160000 --- a/src/Modules/Lombiq.HelpfulExtensions +++ b/src/Modules/Lombiq.HelpfulExtensions @@ -1 +1 @@ -Subproject commit c57ba17deedd20723ea13a356995d0705584aee0 +Subproject commit d845d84dbfc07c9ebc995880f4e2c3c497ff132e diff --git a/src/Modules/Lombiq.Hosting.Tenants b/src/Modules/Lombiq.Hosting.Tenants index 5c282ed7b..d12a9f24f 160000 --- a/src/Modules/Lombiq.Hosting.Tenants +++ b/src/Modules/Lombiq.Hosting.Tenants @@ -1 +1 @@ -Subproject commit 5c282ed7beee4bae372d23649e701e76b8d498b8 +Subproject commit d12a9f24f3a247a255c961363043cce3ae06d6aa diff --git a/src/Modules/Lombiq.JsonEditor b/src/Modules/Lombiq.JsonEditor index 10857d049..73f96ccce 160000 --- a/src/Modules/Lombiq.JsonEditor +++ b/src/Modules/Lombiq.JsonEditor @@ -1 +1 @@ -Subproject commit 10857d04909ea5d1b9e46eec73701b1e121663ae +Subproject commit 73f96ccce1f2398314612b2eb2cfea67afbc76f3 diff --git a/src/Modules/Lombiq.LoginAsAnybody b/src/Modules/Lombiq.LoginAsAnybody index 7210a45f4..68e9e1407 160000 --- a/src/Modules/Lombiq.LoginAsAnybody +++ b/src/Modules/Lombiq.LoginAsAnybody @@ -1 +1 @@ -Subproject commit 7210a45f46f9ebeb3cf0d997344fe1415ee6a07e +Subproject commit 68e9e1407018acc0fdac2cff333dc2c4e36e8703 diff --git a/src/Modules/Lombiq.Privacy b/src/Modules/Lombiq.Privacy index 90295773a..3df66bab0 160000 --- a/src/Modules/Lombiq.Privacy +++ b/src/Modules/Lombiq.Privacy @@ -1 +1 @@ -Subproject commit 90295773a36935f668ee748c21690b8b4a639c68 +Subproject commit 3df66bab0d69f13b70d24b095d12e1ed6c032fe6 diff --git a/src/Modules/Lombiq.TrainingDemo b/src/Modules/Lombiq.TrainingDemo index 40d58e997..c7a85dea2 160000 --- a/src/Modules/Lombiq.TrainingDemo +++ b/src/Modules/Lombiq.TrainingDemo @@ -1 +1 @@ -Subproject commit 40d58e997b84308a19a1e13243682cce8694f44e +Subproject commit c7a85dea2a021fa77f04e95fd51392e01bba9e1a diff --git a/src/Modules/Lombiq.UIKit b/src/Modules/Lombiq.UIKit index bd88029a1..ee78f1b02 160000 --- a/src/Modules/Lombiq.UIKit +++ b/src/Modules/Lombiq.UIKit @@ -1 +1 @@ -Subproject commit bd88029a16fba6796aceb40e154aff6e33d644c6 +Subproject commit ee78f1b02a9b6ad1f452325a43cc75d1308237b7 diff --git a/src/Modules/Lombiq.VueJs b/src/Modules/Lombiq.VueJs index e46c2f13e..531432204 160000 --- a/src/Modules/Lombiq.VueJs +++ b/src/Modules/Lombiq.VueJs @@ -1 +1 @@ -Subproject commit e46c2f13eff37a794fa683d0aace9dd786c34f00 +Subproject commit 531432204d984b58f1b4a313a8859c83c3a43bbb diff --git a/src/Modules/Lombiq.Walkthroughs b/src/Modules/Lombiq.Walkthroughs index 7b4b08bb7..90d3bb202 160000 --- a/src/Modules/Lombiq.Walkthroughs +++ b/src/Modules/Lombiq.Walkthroughs @@ -1 +1 @@ -Subproject commit 7b4b08bb7909a3ef8d0bd34b83be8b43f408bb5f +Subproject commit 90d3bb2029abb118da5a59917ffe7b28e154fd8e diff --git a/src/Themes/Lombiq.BaseTheme b/src/Themes/Lombiq.BaseTheme index eca9a878a..80d6d1e81 160000 --- a/src/Themes/Lombiq.BaseTheme +++ b/src/Themes/Lombiq.BaseTheme @@ -1 +1 @@ -Subproject commit eca9a878a7b405a8bac7275351c342fab98f1ed8 +Subproject commit 80d6d1e81f7b66466ed99dfb0888c5d432e0b92a diff --git a/src/Themes/Lombiq.Hosting.MediaTheme b/src/Themes/Lombiq.Hosting.MediaTheme index f896a376d..5f7cdae99 160000 --- a/src/Themes/Lombiq.Hosting.MediaTheme +++ b/src/Themes/Lombiq.Hosting.MediaTheme @@ -1 +1 @@ -Subproject commit f896a376d8fc063caaaf5d1b42f28a60a7f38c71 +Subproject commit 5f7cdae99a6ec6281193e7269e36fb2f86c187d6 diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/VisualVerificationTests/VisualVerificationTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/VisualVerificationTests/VisualVerificationTests.cs index b1840d590..4c8953d59 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/VisualVerificationTests/VisualVerificationTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/VisualVerificationTests/VisualVerificationTests.cs @@ -12,9 +12,9 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.VisualVerificationTests; public class VisualVerificationTests : UITestBase { private static readonly Size[] _visualVerificationSizes = - { + [ CommonDisplayResolutions.Standard, - }; + ]; public VisualVerificationTests(ITestOutputHelper testOutputHelper) : base(testOutputHelper) diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index 4894d3c0a..ee062f591 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit 4894d3c0aa0274d710e25023b58fe6558bdcd217 +Subproject commit ee062f591e76aa60c3916b5241587fcc6df395a4 diff --git a/tools/Lombiq.Analyzers b/tools/Lombiq.Analyzers index 64376c003..b4bd976a5 160000 --- a/tools/Lombiq.Analyzers +++ b/tools/Lombiq.Analyzers @@ -1 +1 @@ -Subproject commit 64376c003754917ff59aed5944d397e781f38dcb +Subproject commit b4bd976a5a8e0888d63f0748a025c1aad31fec77 diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index b5ae9814b..f742dea72 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit b5ae9814bc8cb81c2623cd98a70d6d7f35704bb8 +Subproject commit f742dea72b4a065251d64179c96aa7b100014a14 From 59c7d89eea3f3390563c431f65cf030b8a2e9450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Fri, 19 Jan 2024 14:12:09 +0100 Subject: [PATCH 016/163] Consolidating packages. --- src/Libraries/Lombiq.OrchardCoreApiClient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Libraries/Lombiq.OrchardCoreApiClient b/src/Libraries/Lombiq.OrchardCoreApiClient index 5483142fa..0aebd4675 160000 --- a/src/Libraries/Lombiq.OrchardCoreApiClient +++ b/src/Libraries/Lombiq.OrchardCoreApiClient @@ -1 +1 @@ -Subproject commit 5483142fab7ee4791673a5dcf73099375095f652 +Subproject commit 0aebd467541c5c923e2a22d1e003881cd4f9057b From 752c82eb0f53355c7085558972e47e3cba0bc935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Fri, 19 Jan 2024 14:43:59 +0100 Subject: [PATCH 017/163] Updating submodules. --- src/Libraries/Lombiq.HelpfulLibraries | 2 +- src/Modules/Lombiq.ChartJs | 2 +- src/Modules/Lombiq.Hosting.Azure.ApplicationInsights | 2 +- src/Modules/Lombiq.VueJs | 2 +- test/Lombiq.UITestingToolbox | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Libraries/Lombiq.HelpfulLibraries b/src/Libraries/Lombiq.HelpfulLibraries index 446e8c690..b5abc4879 160000 --- a/src/Libraries/Lombiq.HelpfulLibraries +++ b/src/Libraries/Lombiq.HelpfulLibraries @@ -1 +1 @@ -Subproject commit 446e8c6901ec36cd6d718f1ecdf0e5c889085738 +Subproject commit b5abc4879bd5961ba6bde18419fbf0ca902c43d8 diff --git a/src/Modules/Lombiq.ChartJs b/src/Modules/Lombiq.ChartJs index d1cedcadc..093de8b78 160000 --- a/src/Modules/Lombiq.ChartJs +++ b/src/Modules/Lombiq.ChartJs @@ -1 +1 @@ -Subproject commit d1cedcadc14ad5b0293b9a0a5242c359caf58d3a +Subproject commit 093de8b78b08cf617536d608972baee3a84096c8 diff --git a/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights b/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights index d165d1d8f..ba9db6353 160000 --- a/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights +++ b/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights @@ -1 +1 @@ -Subproject commit d165d1d8fb25d11f048cba8d8c38c4b59cec45c1 +Subproject commit ba9db6353fd0e441c542ccc54ba1cc3a12508e10 diff --git a/src/Modules/Lombiq.VueJs b/src/Modules/Lombiq.VueJs index 531432204..7d6f2b8f5 160000 --- a/src/Modules/Lombiq.VueJs +++ b/src/Modules/Lombiq.VueJs @@ -1 +1 @@ -Subproject commit 531432204d984b58f1b4a313a8859c83c3a43bbb +Subproject commit 7d6f2b8f53036b85ae15d7c30af8a1c664ad48c5 diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index ee062f591..10a5c7fbe 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit ee062f591e76aa60c3916b5241587fcc6df395a4 +Subproject commit 10a5c7fbed2b15548086c61f27dc10368bacc6ac From 4fae1e12b962c354f1ec4000bff7fcf645682569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Fri, 19 Jan 2024 14:44:18 +0100 Subject: [PATCH 018/163] Updating Analyzers --- tools/Lombiq.Analyzers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Lombiq.Analyzers b/tools/Lombiq.Analyzers index b4bd976a5..6ee3ffb01 160000 --- a/tools/Lombiq.Analyzers +++ b/tools/Lombiq.Analyzers @@ -1 +1 @@ -Subproject commit b4bd976a5a8e0888d63f0748a025c1aad31fec77 +Subproject commit 6ee3ffb01f64ccf1e514263d22ec2b925752c3f4 From fe873bbb010b10806d752044eaf01fb1183c6532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 20 Jan 2024 12:16:36 +0100 Subject: [PATCH 019/163] Addressing warnings. --- src/Libraries/Lombiq.HelpfulLibraries | 2 +- src/Libraries/Lombiq.OrchardCoreApiClient | 2 +- src/Modules/Lombiq.AuditTrailExtensions | 2 +- src/Modules/Lombiq.ChartJs | 2 +- src/Modules/Lombiq.ContentEditors | 2 +- src/Modules/Lombiq.DataTables | 2 +- src/Modules/Lombiq.HelpfulExtensions | 2 +- src/Modules/Lombiq.Hosting.Azure.ApplicationInsights | 2 +- src/Modules/Lombiq.Hosting.BuildVersionDisplay | 2 +- src/Modules/Lombiq.Hosting.Tenants | 2 +- src/Modules/Lombiq.JsonEditor | 2 +- src/Modules/Lombiq.LoginAsAnybody | 2 +- src/Modules/Lombiq.Privacy | 2 +- src/Modules/Lombiq.TrainingDemo | 2 +- src/Modules/Lombiq.UIKit | 2 +- src/Modules/Lombiq.VueJs | 2 +- src/Modules/Lombiq.Walkthroughs | 2 +- src/Themes/Lombiq.BaseTheme | 2 +- src/Themes/Lombiq.Hosting.MediaTheme | 2 +- src/Utilities/Lombiq.NodeJs.Extensions | 2 +- .../Tests/ModuleTests/BehaviorPrivacyTests.cs | 7 +------ .../VisualVerificationTests/VisualVerificationTests.cs | 10 +++------- test/Lombiq.UITestingToolbox | 2 +- 23 files changed, 25 insertions(+), 34 deletions(-) diff --git a/src/Libraries/Lombiq.HelpfulLibraries b/src/Libraries/Lombiq.HelpfulLibraries index b5abc4879..f2ed7c339 160000 --- a/src/Libraries/Lombiq.HelpfulLibraries +++ b/src/Libraries/Lombiq.HelpfulLibraries @@ -1 +1 @@ -Subproject commit b5abc4879bd5961ba6bde18419fbf0ca902c43d8 +Subproject commit f2ed7c339d49e76744ff94b0754e4e26b2ac5aa7 diff --git a/src/Libraries/Lombiq.OrchardCoreApiClient b/src/Libraries/Lombiq.OrchardCoreApiClient index 0aebd4675..7f123a7fe 160000 --- a/src/Libraries/Lombiq.OrchardCoreApiClient +++ b/src/Libraries/Lombiq.OrchardCoreApiClient @@ -1 +1 @@ -Subproject commit 0aebd467541c5c923e2a22d1e003881cd4f9057b +Subproject commit 7f123a7feb78b81e99645d4c1f3c50d5b29a3924 diff --git a/src/Modules/Lombiq.AuditTrailExtensions b/src/Modules/Lombiq.AuditTrailExtensions index 7c83773ae..21de917c4 160000 --- a/src/Modules/Lombiq.AuditTrailExtensions +++ b/src/Modules/Lombiq.AuditTrailExtensions @@ -1 +1 @@ -Subproject commit 7c83773ae4a377797ef28a56b3ff871a36b90b22 +Subproject commit 21de917c4c70c2cc997c07c3b6520fa71f201f97 diff --git a/src/Modules/Lombiq.ChartJs b/src/Modules/Lombiq.ChartJs index 093de8b78..bdcbb9192 160000 --- a/src/Modules/Lombiq.ChartJs +++ b/src/Modules/Lombiq.ChartJs @@ -1 +1 @@ -Subproject commit 093de8b78b08cf617536d608972baee3a84096c8 +Subproject commit bdcbb9192b4c374212b2a12a02630b9265a79a3a diff --git a/src/Modules/Lombiq.ContentEditors b/src/Modules/Lombiq.ContentEditors index 48699f0b3..8754b4f4f 160000 --- a/src/Modules/Lombiq.ContentEditors +++ b/src/Modules/Lombiq.ContentEditors @@ -1 +1 @@ -Subproject commit 48699f0b3f500c349ef6c9d74691a9747f761ed6 +Subproject commit 8754b4f4f84edf3a4f83dacbb03eda12d06710a4 diff --git a/src/Modules/Lombiq.DataTables b/src/Modules/Lombiq.DataTables index f68c6ed3e..f9c267ba8 160000 --- a/src/Modules/Lombiq.DataTables +++ b/src/Modules/Lombiq.DataTables @@ -1 +1 @@ -Subproject commit f68c6ed3e83444afd3004b8275759ebca41fac9a +Subproject commit f9c267ba85c99e8a52bba8967c9692471f29bd63 diff --git a/src/Modules/Lombiq.HelpfulExtensions b/src/Modules/Lombiq.HelpfulExtensions index d845d84db..c7e673188 160000 --- a/src/Modules/Lombiq.HelpfulExtensions +++ b/src/Modules/Lombiq.HelpfulExtensions @@ -1 +1 @@ -Subproject commit d845d84dbfc07c9ebc995880f4e2c3c497ff132e +Subproject commit c7e673188b8bf5a278f1887a7c509871ead0f07e diff --git a/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights b/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights index ba9db6353..f1c408085 160000 --- a/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights +++ b/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights @@ -1 +1 @@ -Subproject commit ba9db6353fd0e441c542ccc54ba1cc3a12508e10 +Subproject commit f1c4080854f5e5eeb44d56f1b9d899ff40e6b8c9 diff --git a/src/Modules/Lombiq.Hosting.BuildVersionDisplay b/src/Modules/Lombiq.Hosting.BuildVersionDisplay index b0fa6bd26..9c061c6fa 160000 --- a/src/Modules/Lombiq.Hosting.BuildVersionDisplay +++ b/src/Modules/Lombiq.Hosting.BuildVersionDisplay @@ -1 +1 @@ -Subproject commit b0fa6bd267622ad958808bda13b140fa5efec45e +Subproject commit 9c061c6fa808fc1caebaea8669349bfbec63a3dc diff --git a/src/Modules/Lombiq.Hosting.Tenants b/src/Modules/Lombiq.Hosting.Tenants index d12a9f24f..5addb2ec1 160000 --- a/src/Modules/Lombiq.Hosting.Tenants +++ b/src/Modules/Lombiq.Hosting.Tenants @@ -1 +1 @@ -Subproject commit d12a9f24f3a247a255c961363043cce3ae06d6aa +Subproject commit 5addb2ec1742776eaba9bbafeb959ac6da6b26e8 diff --git a/src/Modules/Lombiq.JsonEditor b/src/Modules/Lombiq.JsonEditor index 73f96ccce..523249b3c 160000 --- a/src/Modules/Lombiq.JsonEditor +++ b/src/Modules/Lombiq.JsonEditor @@ -1 +1 @@ -Subproject commit 73f96ccce1f2398314612b2eb2cfea67afbc76f3 +Subproject commit 523249b3c2fde6c30003a5189a93b297a713cefe diff --git a/src/Modules/Lombiq.LoginAsAnybody b/src/Modules/Lombiq.LoginAsAnybody index 68e9e1407..7ded08d7a 160000 --- a/src/Modules/Lombiq.LoginAsAnybody +++ b/src/Modules/Lombiq.LoginAsAnybody @@ -1 +1 @@ -Subproject commit 68e9e1407018acc0fdac2cff333dc2c4e36e8703 +Subproject commit 7ded08d7a6c500798a6a0f07f05d73769ac0a208 diff --git a/src/Modules/Lombiq.Privacy b/src/Modules/Lombiq.Privacy index 3df66bab0..6f95249df 160000 --- a/src/Modules/Lombiq.Privacy +++ b/src/Modules/Lombiq.Privacy @@ -1 +1 @@ -Subproject commit 3df66bab0d69f13b70d24b095d12e1ed6c032fe6 +Subproject commit 6f95249df8dfa3ead89381dcc51b110c7901ccf0 diff --git a/src/Modules/Lombiq.TrainingDemo b/src/Modules/Lombiq.TrainingDemo index c7a85dea2..b8a33abeb 160000 --- a/src/Modules/Lombiq.TrainingDemo +++ b/src/Modules/Lombiq.TrainingDemo @@ -1 +1 @@ -Subproject commit c7a85dea2a021fa77f04e95fd51392e01bba9e1a +Subproject commit b8a33abeb3a40796e391a0408c79b0a89296f60e diff --git a/src/Modules/Lombiq.UIKit b/src/Modules/Lombiq.UIKit index ee78f1b02..482c92f98 160000 --- a/src/Modules/Lombiq.UIKit +++ b/src/Modules/Lombiq.UIKit @@ -1 +1 @@ -Subproject commit ee78f1b02a9b6ad1f452325a43cc75d1308237b7 +Subproject commit 482c92f98eaa9a186b3feb0df47d6eea8917291b diff --git a/src/Modules/Lombiq.VueJs b/src/Modules/Lombiq.VueJs index 7d6f2b8f5..742e28f29 160000 --- a/src/Modules/Lombiq.VueJs +++ b/src/Modules/Lombiq.VueJs @@ -1 +1 @@ -Subproject commit 7d6f2b8f53036b85ae15d7c30af8a1c664ad48c5 +Subproject commit 742e28f29bfde5e30cf8e66495063de833e717c6 diff --git a/src/Modules/Lombiq.Walkthroughs b/src/Modules/Lombiq.Walkthroughs index 90d3bb202..1720f7bd7 160000 --- a/src/Modules/Lombiq.Walkthroughs +++ b/src/Modules/Lombiq.Walkthroughs @@ -1 +1 @@ -Subproject commit 90d3bb2029abb118da5a59917ffe7b28e154fd8e +Subproject commit 1720f7bd70745c60bcbc26bcfadfb9afd8bc3061 diff --git a/src/Themes/Lombiq.BaseTheme b/src/Themes/Lombiq.BaseTheme index 80d6d1e81..a9a47f9ef 160000 --- a/src/Themes/Lombiq.BaseTheme +++ b/src/Themes/Lombiq.BaseTheme @@ -1 +1 @@ -Subproject commit 80d6d1e81f7b66466ed99dfb0888c5d432e0b92a +Subproject commit a9a47f9ef79dfa1a59077873338260341ccf2f18 diff --git a/src/Themes/Lombiq.Hosting.MediaTheme b/src/Themes/Lombiq.Hosting.MediaTheme index 5f7cdae99..e7fc9a9a3 160000 --- a/src/Themes/Lombiq.Hosting.MediaTheme +++ b/src/Themes/Lombiq.Hosting.MediaTheme @@ -1 +1 @@ -Subproject commit 5f7cdae99a6ec6281193e7269e36fb2f86c187d6 +Subproject commit e7fc9a9a34d9e7941addb6b4e324836cc7822f57 diff --git a/src/Utilities/Lombiq.NodeJs.Extensions b/src/Utilities/Lombiq.NodeJs.Extensions index 038b00b15..1847f740b 160000 --- a/src/Utilities/Lombiq.NodeJs.Extensions +++ b/src/Utilities/Lombiq.NodeJs.Extensions @@ -1 +1 @@ -Subproject commit 038b00b15592d2e596a015d4b40085bbeaaf0da5 +Subproject commit 1847f740bdfcde73ce5b3a7db45aad7f60b2b9d4 diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorPrivacyTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorPrivacyTests.cs index d01ed360f..18bfd61f0 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorPrivacyTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorPrivacyTests.cs @@ -6,13 +6,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorPrivacyTests : UITestBase +public class BehaviorPrivacyTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorPrivacyTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task ConsentBannerShouldWorkAnonymous() => ExecuteTestAfterSetupAsync(context => context.TestConsentBannerAsync()); diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/VisualVerificationTests/VisualVerificationTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/VisualVerificationTests/VisualVerificationTests.cs index 4c8953d59..4a2b453d3 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/VisualVerificationTests/VisualVerificationTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/VisualVerificationTests/VisualVerificationTests.cs @@ -2,6 +2,7 @@ using Lombiq.Tests.UI.Extensions; using OpenQA.Selenium; using SixLabors.ImageSharp; +using System; using System.Runtime.InteropServices; using System.Threading.Tasks; using Xunit; @@ -9,18 +10,13 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.VisualVerificationTests; -public class VisualVerificationTests : UITestBase +public class VisualVerificationTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { private static readonly Size[] _visualVerificationSizes = [ CommonDisplayResolutions.Standard, ]; - public VisualVerificationTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task VerifyHomePageAndLayout() => // Check the whole page so we can verify the margins and to see if header/footer is affected. @@ -32,5 +28,5 @@ public Task VerifyHomePageAndLayout() => _ => By.TagName("body"), pixelErrorPercentageThreshold: 0.005, configurator: configuration => configuration.WithFileNameSuffix( - RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? "Windows" : "Unix"))); + OperatingSystem.IsOSPlatform(nameof(OSPlatform.Windows)) ? "Windows" : "Unix"))); } diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index 10a5c7fbe..4ec8de8b2 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit 10a5c7fbed2b15548086c61f27dc10368bacc6ac +Subproject commit 4ec8de8b2d97435bba46a3a07bd743d1591eaf9f From 888a51107297b4cd5cc4c43cc82349ef4a1fa16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 20 Jan 2024 12:51:36 +0100 Subject: [PATCH 020/163] Addressing warnings. --- src/Libraries/Lombiq.HelpfulLibraries | 2 +- src/Modules/Lombiq.ChartJs | 2 +- src/Modules/Lombiq.DataTables | 2 +- src/Modules/Lombiq.HelpfulExtensions | 2 +- src/Modules/Lombiq.Hosting.Azure.ApplicationInsights | 2 +- src/Modules/Lombiq.Privacy | 2 +- src/Modules/Lombiq.TrainingDemo | 2 +- src/Modules/Lombiq.UIKit | 2 +- src/Themes/Lombiq.BaseTheme | 2 +- test/Lombiq.UITestingToolbox | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Libraries/Lombiq.HelpfulLibraries b/src/Libraries/Lombiq.HelpfulLibraries index f2ed7c339..2e30977b5 160000 --- a/src/Libraries/Lombiq.HelpfulLibraries +++ b/src/Libraries/Lombiq.HelpfulLibraries @@ -1 +1 @@ -Subproject commit f2ed7c339d49e76744ff94b0754e4e26b2ac5aa7 +Subproject commit 2e30977b5ccd5b6d1f25fb7ee0e5a001288bf948 diff --git a/src/Modules/Lombiq.ChartJs b/src/Modules/Lombiq.ChartJs index bdcbb9192..ec0637f35 160000 --- a/src/Modules/Lombiq.ChartJs +++ b/src/Modules/Lombiq.ChartJs @@ -1 +1 @@ -Subproject commit bdcbb9192b4c374212b2a12a02630b9265a79a3a +Subproject commit ec0637f359888b66ca979f0ffb90d70629b7bd06 diff --git a/src/Modules/Lombiq.DataTables b/src/Modules/Lombiq.DataTables index f9c267ba8..2799bd9a3 160000 --- a/src/Modules/Lombiq.DataTables +++ b/src/Modules/Lombiq.DataTables @@ -1 +1 @@ -Subproject commit f9c267ba85c99e8a52bba8967c9692471f29bd63 +Subproject commit 2799bd9a3dee9144411ff47e7a72e385894bc9c2 diff --git a/src/Modules/Lombiq.HelpfulExtensions b/src/Modules/Lombiq.HelpfulExtensions index c7e673188..a41d98e2a 160000 --- a/src/Modules/Lombiq.HelpfulExtensions +++ b/src/Modules/Lombiq.HelpfulExtensions @@ -1 +1 @@ -Subproject commit c7e673188b8bf5a278f1887a7c509871ead0f07e +Subproject commit a41d98e2a2b18b5a905b0bcf0d87ab06d93c10c8 diff --git a/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights b/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights index f1c408085..254e9e6af 160000 --- a/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights +++ b/src/Modules/Lombiq.Hosting.Azure.ApplicationInsights @@ -1 +1 @@ -Subproject commit f1c4080854f5e5eeb44d56f1b9d899ff40e6b8c9 +Subproject commit 254e9e6af3e164e609e4978065296cc412effda9 diff --git a/src/Modules/Lombiq.Privacy b/src/Modules/Lombiq.Privacy index 6f95249df..f864d2efa 160000 --- a/src/Modules/Lombiq.Privacy +++ b/src/Modules/Lombiq.Privacy @@ -1 +1 @@ -Subproject commit 6f95249df8dfa3ead89381dcc51b110c7901ccf0 +Subproject commit f864d2efaaa7428f0c802d468dcf800bcace05c3 diff --git a/src/Modules/Lombiq.TrainingDemo b/src/Modules/Lombiq.TrainingDemo index b8a33abeb..804be1b4d 160000 --- a/src/Modules/Lombiq.TrainingDemo +++ b/src/Modules/Lombiq.TrainingDemo @@ -1 +1 @@ -Subproject commit b8a33abeb3a40796e391a0408c79b0a89296f60e +Subproject commit 804be1b4da7e1acae1fc5bfc3e4582c0e4f04b48 diff --git a/src/Modules/Lombiq.UIKit b/src/Modules/Lombiq.UIKit index 482c92f98..9d1f5238e 160000 --- a/src/Modules/Lombiq.UIKit +++ b/src/Modules/Lombiq.UIKit @@ -1 +1 @@ -Subproject commit 482c92f98eaa9a186b3feb0df47d6eea8917291b +Subproject commit 9d1f5238e1279b9506bd9c750bdf0648cdec082b diff --git a/src/Themes/Lombiq.BaseTheme b/src/Themes/Lombiq.BaseTheme index a9a47f9ef..3ad5472ea 160000 --- a/src/Themes/Lombiq.BaseTheme +++ b/src/Themes/Lombiq.BaseTheme @@ -1 +1 @@ -Subproject commit a9a47f9ef79dfa1a59077873338260341ccf2f18 +Subproject commit 3ad5472eaaa05a70dd8046347656f6f65a546c6b diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index 4ec8de8b2..b5bb1db3e 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit 4ec8de8b2d97435bba46a3a07bd743d1591eaf9f +Subproject commit b5bb1db3eca7fd9251632b34233a552729fa1261 From 11b04a4be41c5f3158091edc30e871567909eef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 20 Jan 2024 12:55:39 +0100 Subject: [PATCH 021/163] Resolving merge conflict. --- src/Modules/Lombiq.Walkthroughs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Lombiq.Walkthroughs b/src/Modules/Lombiq.Walkthroughs index 1720f7bd7..7cd933aef 160000 --- a/src/Modules/Lombiq.Walkthroughs +++ b/src/Modules/Lombiq.Walkthroughs @@ -1 +1 @@ -Subproject commit 1720f7bd70745c60bcbc26bcfadfb9afd8bc3061 +Subproject commit 7cd933aefe1e2468345dffc2061f1a3a1853ee5e From d9fd548b995c79627f808649af9d0c20d38845b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 20 Jan 2024 13:20:24 +0100 Subject: [PATCH 022/163] Addressing warnings. --- src/Libraries/Lombiq.HelpfulLibraries | 2 +- src/Modules/Lombiq.HelpfulExtensions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Libraries/Lombiq.HelpfulLibraries b/src/Libraries/Lombiq.HelpfulLibraries index 2e30977b5..8a35be36c 160000 --- a/src/Libraries/Lombiq.HelpfulLibraries +++ b/src/Libraries/Lombiq.HelpfulLibraries @@ -1 +1 @@ -Subproject commit 2e30977b5ccd5b6d1f25fb7ee0e5a001288bf948 +Subproject commit 8a35be36c5a6db71aa93d62748a72ec574b31201 diff --git a/src/Modules/Lombiq.HelpfulExtensions b/src/Modules/Lombiq.HelpfulExtensions index a41d98e2a..425acc04c 160000 --- a/src/Modules/Lombiq.HelpfulExtensions +++ b/src/Modules/Lombiq.HelpfulExtensions @@ -1 +1 @@ -Subproject commit a41d98e2a2b18b5a905b0bcf0d87ab06d93c10c8 +Subproject commit 425acc04c9dc7ea3408300c13dce45fdf52f24a2 From e0385575074131bfc4e6398868948996e3e06d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 20 Jan 2024 14:26:45 +0100 Subject: [PATCH 023/163] Addressing warnings. --- src/Libraries/Lombiq.HelpfulLibraries | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Libraries/Lombiq.HelpfulLibraries b/src/Libraries/Lombiq.HelpfulLibraries index 8a35be36c..109b6b51e 160000 --- a/src/Libraries/Lombiq.HelpfulLibraries +++ b/src/Libraries/Lombiq.HelpfulLibraries @@ -1 +1 @@ -Subproject commit 8a35be36c5a6db71aa93d62748a72ec574b31201 +Subproject commit 109b6b51e979e572cc85ed8eeb2d7f678397a625 From 83608afb61cccbbefa9b6fa9481dad5ac89ee3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 20 Jan 2024 14:27:09 +0100 Subject: [PATCH 024/163] Addressing warnings. --- src/Libraries/Lombiq.HelpfulLibraries | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Libraries/Lombiq.HelpfulLibraries b/src/Libraries/Lombiq.HelpfulLibraries index 109b6b51e..44b2009af 160000 --- a/src/Libraries/Lombiq.HelpfulLibraries +++ b/src/Libraries/Lombiq.HelpfulLibraries @@ -1 +1 @@ -Subproject commit 109b6b51e979e572cc85ed8eeb2d7f678397a625 +Subproject commit 44b2009af2584042ea0661f5433b60e396398c74 From e29265fd3f5eeae5286fe1c7a8ca62d2ce383024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 20 Jan 2024 15:29:23 +0100 Subject: [PATCH 025/163] Addressing warnings. --- Directory.Build.props | 4 ++-- src/Libraries/Lombiq.HelpfulLibraries | 2 +- src/Modules/Lombiq.DataTables | 2 +- src/Modules/Lombiq.HelpfulExtensions | 2 +- src/Modules/Lombiq.TrainingDemo | 2 +- src/Themes/Lombiq.BaseTheme | 2 +- .../LibraryTests/BehaviorOrchardCoreApiClientTests.cs | 7 +------ .../Tests/ModuleTests/BehaviorApplicationInsightsTests.cs | 7 +------ .../Tests/ModuleTests/BehaviorAsyncEditorTests.cs | 7 +------ .../Tests/ModuleTests/BehaviorChartJsTests.cs | 7 +------ .../Tests/ModuleTests/BehaviorEmailQuotaTests.cs | 7 +------ .../Tests/ModuleTests/BehaviorEnvironmentRobotsTests.cs | 7 +------ .../Tests/ModuleTests/BehaviorFeaturesGuardTests.cs | 7 +------ .../Tests/ModuleTests/BehaviorHelpfulExtensionsTests.cs | 7 +------ .../Tests/ModuleTests/BehaviorIdleTenantsTests.cs | 7 +------ .../Tests/ModuleTests/BehaviorJsonEditorTests.cs | 7 +------ .../Tests/ModuleTests/BehaviorLoginAsAnybodyTests.cs | 7 +------ .../Tests/ModuleTests/BehaviorMaintenanceTests.cs | 7 +------ .../ModuleTests/BehaviorMediaStorageManagementTests.cs | 7 +------ .../Tests/ModuleTests/BehaviorTenantManagementTests.cs | 7 +------ .../Tests/ModuleTests/BehaviorVueTests.cs | 7 +------ .../Tests/ModuleTests/BehaviorWalkthroughsTests.cs | 7 +------ .../Tests/RetrievalDataTablesTests.cs | 7 +------ .../Tests/ThemeTests/BehaviorMediaThemeTests.cs | 7 +------ .../Tests/UITestingToolboxTests/CustomAdminPrefixTests.cs | 7 +------ test/Lombiq.UITestingToolbox | 2 +- 26 files changed, 27 insertions(+), 122 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 961ef70db..4e7f8e09b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -30,9 +30,9 @@ --> - + diff --git a/src/Libraries/Lombiq.HelpfulLibraries b/src/Libraries/Lombiq.HelpfulLibraries index 44b2009af..de1003f7c 160000 --- a/src/Libraries/Lombiq.HelpfulLibraries +++ b/src/Libraries/Lombiq.HelpfulLibraries @@ -1 +1 @@ -Subproject commit 44b2009af2584042ea0661f5433b60e396398c74 +Subproject commit de1003f7c20a2fb116306f7b6daef4df9e01a59f diff --git a/src/Modules/Lombiq.DataTables b/src/Modules/Lombiq.DataTables index 2799bd9a3..75c9cb139 160000 --- a/src/Modules/Lombiq.DataTables +++ b/src/Modules/Lombiq.DataTables @@ -1 +1 @@ -Subproject commit 2799bd9a3dee9144411ff47e7a72e385894bc9c2 +Subproject commit 75c9cb1398852410a333a4d97901b263da772f19 diff --git a/src/Modules/Lombiq.HelpfulExtensions b/src/Modules/Lombiq.HelpfulExtensions index 425acc04c..857e19da5 160000 --- a/src/Modules/Lombiq.HelpfulExtensions +++ b/src/Modules/Lombiq.HelpfulExtensions @@ -1 +1 @@ -Subproject commit 425acc04c9dc7ea3408300c13dce45fdf52f24a2 +Subproject commit 857e19da57eb6de0e24e410e0d3f20805823f534 diff --git a/src/Modules/Lombiq.TrainingDemo b/src/Modules/Lombiq.TrainingDemo index 804be1b4d..3763d3fe6 160000 --- a/src/Modules/Lombiq.TrainingDemo +++ b/src/Modules/Lombiq.TrainingDemo @@ -1 +1 @@ -Subproject commit 804be1b4da7e1acae1fc5bfc3e4582c0e4f04b48 +Subproject commit 3763d3fe608a4843699d87ece54cf16c838a2009 diff --git a/src/Themes/Lombiq.BaseTheme b/src/Themes/Lombiq.BaseTheme index 3ad5472ea..418c3011d 160000 --- a/src/Themes/Lombiq.BaseTheme +++ b/src/Themes/Lombiq.BaseTheme @@ -1 +1 @@ -Subproject commit 3ad5472eaaa05a70dd8046347656f6f65a546c6b +Subproject commit 418c3011d3883f1e7feed54f7ba38a1663d3c751 diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/LibraryTests/BehaviorOrchardCoreApiClientTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/LibraryTests/BehaviorOrchardCoreApiClientTests.cs index 5c33107a2..5d8219c14 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/LibraryTests/BehaviorOrchardCoreApiClientTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/LibraryTests/BehaviorOrchardCoreApiClientTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.LibraryTests; -public class BehaviorOrchardCoreApiClientTests : UITestBase +public class BehaviorOrchardCoreApiClientTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorOrchardCoreApiClientTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task OrchardCoreApiClientShouldWork() => ExecuteTestAfterSetupAsync(context => context.TestOrchardCoreApiClientBehaviorAsync()); diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorApplicationInsightsTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorApplicationInsightsTests.cs index 83b33e80b..02db83fb2 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorApplicationInsightsTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorApplicationInsightsTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorApplicationInsightsTests : UITestBase +public class BehaviorApplicationInsightsTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorApplicationInsightsTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task ApplicationInsightsTrackingInOfflineOperationShouldWork() => ApplicationInsightsTestCases.ApplicationInsightsTrackingInOfflineOperationShouldWorkAsync(ExecuteTestAfterSetupAsync); diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorAsyncEditorTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorAsyncEditorTests.cs index 8562ee6da..2fff59ae8 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorAsyncEditorTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorAsyncEditorTests.cs @@ -7,13 +7,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorAsyncEditorTests : UITestBase +public class BehaviorAsyncEditorTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorAsyncEditorTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task DemoContentItemAsyncEditorShouldWork() => ExecuteTestAfterSetupAsync( diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorChartJsTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorChartJsTests.cs index f27d2a10a..cb60e02b2 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorChartJsTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorChartJsTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorChartJsTests : UITestBase +public class BehaviorChartJsTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorChartJsTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task RecipeDataShouldBeDisplayedCorrectly() => ExecuteTestAfterSetupAsync(context => context.TestChartJsSampleBehaviorAsync()); diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorEmailQuotaTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorEmailQuotaTests.cs index 26fdc8def..572d8ae59 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorEmailQuotaTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorEmailQuotaTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorEmailQuotaTests : UITestBase +public class BehaviorEmailQuotaTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorEmailQuotaTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task EmailQuotaShouldBlockEmailsOverLimitAndWarn() => ExecuteTestAfterSetupAsync( diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorEnvironmentRobotsTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorEnvironmentRobotsTests.cs index 98e7cf628..3fd9adf64 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorEnvironmentRobotsTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorEnvironmentRobotsTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorEnvironmentRobotsTests : UITestBase +public class BehaviorEnvironmentRobotsTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorEnvironmentRobotsTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task RobotsMetaTagShouldBeMissing() => ExecuteTestAfterSetupAsync( diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorFeaturesGuardTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorFeaturesGuardTests.cs index 78337b7b7..376716272 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorFeaturesGuardTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorFeaturesGuardTests.cs @@ -7,13 +7,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorFeaturesGuardTests : UITestBase +public class BehaviorFeaturesGuardTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorFeaturesGuardTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - // HTML validation is disabled as OC's login and dashboard pages contain several errors. See: // https://github.com/OrchardCMS/OrchardCore/issues/12271 [Fact] diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorHelpfulExtensionsTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorHelpfulExtensionsTests.cs index b4532c0bc..f5a04624e 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorHelpfulExtensionsTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorHelpfulExtensionsTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorHelpfulExtensionsTests : UITestBase +public class BehaviorHelpfulExtensionsTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorHelpfulExtensionsTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task FeatureFlow() => ExecuteTestAfterSetupAsync(context => context.TestFlowAdditionalStylingPartAsync()); diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorIdleTenantsTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorIdleTenantsTests.cs index fc4a5c4bf..2710d003f 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorIdleTenantsTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorIdleTenantsTests.cs @@ -6,13 +6,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorIdleTenantsTests : UITestBase +public class BehaviorIdleTenantsTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorIdleTenantsTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task ShuttingDownIdleTenantsShouldWork() => ExecuteTestAfterSetupAsync( diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorJsonEditorTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorJsonEditorTests.cs index a02cf91fc..0e33bd374 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorJsonEditorTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorJsonEditorTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorJsonEditorTests : UITestBase +public class BehaviorJsonEditorTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorJsonEditorTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task JsonEditorShouldWorkCorrectly() => ExecuteTestAfterSetupAsync(context => context.TestJsonEditorBehaviorAsync()); diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorLoginAsAnybodyTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorLoginAsAnybodyTests.cs index 053ebc53a..885221074 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorLoginAsAnybodyTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorLoginAsAnybodyTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorLoginAsAnybodyTests : UITestBase +public class BehaviorLoginAsAnybodyTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorLoginAsAnybodyTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task SwitchingUserShouldWorkCorrectly() => ExecuteTestAfterSetupAsync(context => context.TestLoginAsAnybodyAsync()); diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorMaintenanceTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorMaintenanceTests.cs index aece66944..b40a1edb1 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorMaintenanceTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorMaintenanceTests.cs @@ -6,13 +6,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorMaintenanceTests : UITestBase +public class BehaviorMaintenanceTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorMaintenanceTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task MaintenanceTaskShouldBeExecutedSuccessfully() => ExecuteTestAfterSetupAsync( diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorMediaStorageManagementTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorMediaStorageManagementTests.cs index 929ddbb84..3c0dcd314 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorMediaStorageManagementTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorMediaStorageManagementTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorMediaStorageManagementTests : UITestBase +public class BehaviorMediaStorageManagementTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorMediaStorageManagementTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task MediaQuotaShouldWork() => ExecuteTestAfterSetupAsync( diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorTenantManagementTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorTenantManagementTests.cs index 2bf5540d2..9e33448e7 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorTenantManagementTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorTenantManagementTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorTenantManagementTests : UITestBase +public class BehaviorTenantManagementTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorTenantManagementTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task TenantShellSettingsEditorShouldSaveSettings() => ExecuteTestAfterSetupAsync(context => context.TestShellSettingsEditorFeatureAsync()); diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorVueTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorVueTests.cs index 3ef76468f..58eddcf82 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorVueTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorVueTests.cs @@ -12,13 +12,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorVueTests : UITestBase +public class BehaviorVueTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorVueTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task RecipeDataShouldBeDisplayedCorrectly() => ExecuteTestAfterSetupAsync( diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorWalkthroughsTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorWalkthroughsTests.cs index 0600d772a..00ca93993 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorWalkthroughsTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorWalkthroughsTests.cs @@ -8,13 +8,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorWalkthroughsTests : UITestBase +public class BehaviorWalkthroughsTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorWalkthroughsTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task WalkthroughsShouldWorkCorrectly() => ExecuteTestAsync( diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/RetrievalDataTablesTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/RetrievalDataTablesTests.cs index 2c1fec783..e4b701b7c 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/RetrievalDataTablesTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/RetrievalDataTablesTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorDataTablesTests : UITestBase +public class BehaviorDataTablesTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorDataTablesTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task RecipeDataShouldBeDisplayedCorrectly() => ExecuteTestAfterSetupAsync(context => context.TestDataTableRecipeDataAsync()); diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ThemeTests/BehaviorMediaThemeTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ThemeTests/BehaviorMediaThemeTests.cs index f1f42a0af..84c7f0d11 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ThemeTests/BehaviorMediaThemeTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ThemeTests/BehaviorMediaThemeTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ThemeTests; -public class BehaviorMediaThemeTests : UITestBase +public class BehaviorMediaThemeTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorMediaThemeTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task MediaThemeShouldRenderTemplatesFromMediaLibrary() => ExecuteTestAfterSetupAsync(context => context.TestMediaThemeTemplateRenderingBehaviorAsync()); diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/UITestingToolboxTests/CustomAdminPrefixTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/UITestingToolboxTests/CustomAdminPrefixTests.cs index 3a7138f35..ced473807 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/UITestingToolboxTests/CustomAdminPrefixTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/UITestingToolboxTests/CustomAdminPrefixTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.UITestingToolboxTests; -public class CustomAdminPrefixTests : UITestBase +public class CustomAdminPrefixTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public CustomAdminPrefixTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task NavigationWithCustomAdminPrefixShouldWork() => CustomAdminPrefixTestCases.NavigationWithCustomAdminPrefixShouldWorkAsync(ExecuteTestAfterSetupAsync); diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index b5bb1db3e..5a40871d9 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit b5bb1db3eca7fd9251632b34233a552729fa1261 +Subproject commit 5a40871d95a05a1bf80251b0b843ecbe771c337c From c6c6f0b2992e4834bfffa831298b4df82e88a99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 20 Jan 2024 15:46:52 +0100 Subject: [PATCH 026/163] Addressing warnings. --- .../Tests/ModuleTests/BehaviorUIKitShowcaseTests.cs | 7 +------ .../Tests/ModuleTests/RetrievalBuildVersionDisplayTests.cs | 7 +------ .../Tests/ThemeTests/BehaviorBaseThemeTests.cs | 7 +------ .../Tests/ThemeTests/BlogBaseThemeTests.cs | 7 +------ .../Tests/UITestingToolboxTests/SecurityShortcutsTests.cs | 7 +------ .../Tests/UITestingToolboxTests/WorkflowShortcutsTests.cs | 7 +------ test/Lombiq.UITestingToolbox | 2 +- 7 files changed, 7 insertions(+), 37 deletions(-) diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorUIKitShowcaseTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorUIKitShowcaseTests.cs index 844dc43d6..04de60b93 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorUIKitShowcaseTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorUIKitShowcaseTests.cs @@ -9,13 +9,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class BehaviorUIKitShowcaseTests : UITestBase +public class BehaviorUIKitShowcaseTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorUIKitShowcaseTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task UIKitShowcasePageShouldBeCorrect() => ExecuteTestAfterSetupAsync( diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/RetrievalBuildVersionDisplayTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/RetrievalBuildVersionDisplayTests.cs index b94283da7..5497c5fef 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/RetrievalBuildVersionDisplayTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/RetrievalBuildVersionDisplayTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ModuleTests; -public class RetrievalBuildVersionDisplayTests : UITestBase +public class RetrievalBuildVersionDisplayTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public RetrievalBuildVersionDisplayTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task BuildVersionShouldBeBeDisplayedCorrectly() => ExecuteTestAfterSetupAsync(context => context.TestBuildVersionDisplayAsync()); diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ThemeTests/BehaviorBaseThemeTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ThemeTests/BehaviorBaseThemeTests.cs index a5afaaaea..54343f6b5 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ThemeTests/BehaviorBaseThemeTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ThemeTests/BehaviorBaseThemeTests.cs @@ -6,13 +6,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ThemeTests; -public class BehaviorBaseThemeTests : UITestBase +public class BehaviorBaseThemeTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BehaviorBaseThemeTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task ThemeFeaturesShouldWork() => ExecuteTestAfterSetupAsync( diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ThemeTests/BlogBaseThemeTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ThemeTests/BlogBaseThemeTests.cs index 1d78f6651..12ac5ae39 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ThemeTests/BlogBaseThemeTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ThemeTests/BlogBaseThemeTests.cs @@ -14,13 +14,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.ThemeTests; // would be seen as missing even when their feature is enabled. [Collection(nameof(BlogBehaviorBaseThemeTests))] [CollectionDefinition(nameof(BlogBehaviorBaseThemeTests), DisableParallelization = true)] -public class BlogBehaviorBaseThemeTests : UITestBase +public class BlogBehaviorBaseThemeTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public BlogBehaviorBaseThemeTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task ThemeWithoutSetupShouldWork() => ExecuteTestAfterSetupAndThemeSwitchAsync( diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/UITestingToolboxTests/SecurityShortcutsTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/UITestingToolboxTests/SecurityShortcutsTests.cs index 57c2eac35..ee4b848fe 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/UITestingToolboxTests/SecurityShortcutsTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/UITestingToolboxTests/SecurityShortcutsTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.UITestingToolboxTests; -public class SecurityShortcutsTests : UITestBase +public class SecurityShortcutsTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public SecurityShortcutsTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task AddUserToRoleShouldWork() => SecurityShortcutsTestCases.AddUserToRoleShouldWorkAsync(ExecuteTestAfterSetupAsync); diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/UITestingToolboxTests/WorkflowShortcutsTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/UITestingToolboxTests/WorkflowShortcutsTests.cs index 4e4561311..d12ba8668 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/UITestingToolboxTests/WorkflowShortcutsTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/UITestingToolboxTests/WorkflowShortcutsTests.cs @@ -5,13 +5,8 @@ namespace Lombiq.OSOCE.Tests.UI.Tests.UITestingToolboxTests; -public class WorkflowShortcutsTests : UITestBase +public class WorkflowShortcutsTests(ITestOutputHelper testOutputHelper) : UITestBase(testOutputHelper) { - public WorkflowShortcutsTests(ITestOutputHelper testOutputHelper) - : base(testOutputHelper) - { - } - [Fact] public Task GenerateHttpEventUrlShouldWork() => WorkflowShortcutsTestCases.GenerateHttpEventUrlShouldWorkAsync(ExecuteTestAfterSetupAsync); diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index 5a40871d9..3a5d6a6a7 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit 5a40871d95a05a1bf80251b0b843ecbe771c337c +Subproject commit 3a5d6a6a7ee0e347c215da81107fcb982e08bd6a From 28068bcb0167b5accef4908bd81d89dabc187e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 20 Jan 2024 16:16:36 +0100 Subject: [PATCH 027/163] Addressing warnings. --- test/Lombiq.UITestingToolbox | 2 +- tools/Lombiq.Analyzers | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Lombiq.UITestingToolbox b/test/Lombiq.UITestingToolbox index 3a5d6a6a7..395a8e9b2 160000 --- a/test/Lombiq.UITestingToolbox +++ b/test/Lombiq.UITestingToolbox @@ -1 +1 @@ -Subproject commit 3a5d6a6a7ee0e347c215da81107fcb982e08bd6a +Subproject commit 395a8e9b288fd9d84de48c974dd3dccee6b38173 diff --git a/tools/Lombiq.Analyzers b/tools/Lombiq.Analyzers index 6ee3ffb01..6c6c38461 160000 --- a/tools/Lombiq.Analyzers +++ b/tools/Lombiq.Analyzers @@ -1 +1 @@ -Subproject commit 6ee3ffb01f64ccf1e514263d22ec2b925752c3f4 +Subproject commit 6c6c3846116531999935fdd5b41554061191a03a From 70bb6ee7c7d2bb2822cd5fa968364c2333afdbd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Tue, 23 Jan 2024 11:01:37 +0100 Subject: [PATCH 028/163] Commenting out temporarily. --- src/Themes/Lombiq.BaseTheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Themes/Lombiq.BaseTheme b/src/Themes/Lombiq.BaseTheme index 418c3011d..b60b6ac3b 160000 --- a/src/Themes/Lombiq.BaseTheme +++ b/src/Themes/Lombiq.BaseTheme @@ -1 +1 @@ -Subproject commit 418c3011d3883f1e7feed54f7ba38a1663d3c751 +Subproject commit b60b6ac3b3f596360ddaa4b495858322e141695a From ecd4d6a8f1e5a1582c507c26f527de9012a9e36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 27 Jan 2024 09:42:48 +0100 Subject: [PATCH 029/163] Updating submodules. --- src/Lombiq.OSOCE.Web/Recipes/Lombiq.OSOCE.Tests.recipe.json | 1 + src/Modules/Lombiq.HelpfulExtensions | 2 +- src/Themes/Lombiq.BaseTheme | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Lombiq.OSOCE.Web/Recipes/Lombiq.OSOCE.Tests.recipe.json b/src/Lombiq.OSOCE.Web/Recipes/Lombiq.OSOCE.Tests.recipe.json index 377c12d3f..26cfa9db6 100644 --- a/src/Lombiq.OSOCE.Web/Recipes/Lombiq.OSOCE.Tests.recipe.json +++ b/src/Lombiq.OSOCE.Web/Recipes/Lombiq.OSOCE.Tests.recipe.json @@ -28,6 +28,7 @@ // https://github.com/Lombiq/Helpful-Extensions/issues/120. // "Lombiq.HelpfulExtensions.ShapeTracing", "Lombiq.HelpfulExtensions.Widgets", + "Lombiq.HelpfulExtensions.ResourceManagement", "Lombiq.HelpfulLibraries.Samples", "Lombiq.Hosting.BuildVersionDisplay", "Lombiq.Hosting.Tenants.Admin.Login", diff --git a/src/Modules/Lombiq.HelpfulExtensions b/src/Modules/Lombiq.HelpfulExtensions index 857e19da5..f170b6cbb 160000 --- a/src/Modules/Lombiq.HelpfulExtensions +++ b/src/Modules/Lombiq.HelpfulExtensions @@ -1 +1 @@ -Subproject commit 857e19da57eb6de0e24e410e0d3f20805823f534 +Subproject commit f170b6cbbb2bd1f7c1bd3b04540e83f26f1bc9c6 diff --git a/src/Themes/Lombiq.BaseTheme b/src/Themes/Lombiq.BaseTheme index b60b6ac3b..7eb2dffba 160000 --- a/src/Themes/Lombiq.BaseTheme +++ b/src/Themes/Lombiq.BaseTheme @@ -1 +1 @@ -Subproject commit b60b6ac3b3f596360ddaa4b495858322e141695a +Subproject commit 7eb2dffba1c9f792d78b3e67912a0f80581bc6f3 From 2647ddd8c942f01af3d941d2d23855886d1e7b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 27 Jan 2024 09:43:54 +0100 Subject: [PATCH 030/163] Updating submodules. --- src/Modules/Lombiq.TrainingDemo | 2 +- src/Utilities/Lombiq.NodeJs.Extensions | 2 +- tools/Lombiq.GitHub.Actions | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Modules/Lombiq.TrainingDemo b/src/Modules/Lombiq.TrainingDemo index 3763d3fe6..a41ef0035 160000 --- a/src/Modules/Lombiq.TrainingDemo +++ b/src/Modules/Lombiq.TrainingDemo @@ -1 +1 @@ -Subproject commit 3763d3fe608a4843699d87ece54cf16c838a2009 +Subproject commit a41ef0035578716ca787c39fe765d2ba15e06ead diff --git a/src/Utilities/Lombiq.NodeJs.Extensions b/src/Utilities/Lombiq.NodeJs.Extensions index 1847f740b..2ea164f8e 160000 --- a/src/Utilities/Lombiq.NodeJs.Extensions +++ b/src/Utilities/Lombiq.NodeJs.Extensions @@ -1 +1 @@ -Subproject commit 1847f740bdfcde73ce5b3a7db45aad7f60b2b9d4 +Subproject commit 2ea164f8e7e3c32a63dd7a54d497fe350c7193ea diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index f742dea72..9269a5393 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit f742dea72b4a065251d64179c96aa7b100014a14 +Subproject commit 9269a5393d8174a8cc6303c5889a8705823d8e1a From 39bd2618f49dab3afc201d05e14706fbfc226154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 27 Jan 2024 09:45:45 +0100 Subject: [PATCH 031/163] Updating submodules. --- src/Modules/Lombiq.HelpfulExtensions | 2 +- src/Themes/Lombiq.Hosting.MediaTheme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Modules/Lombiq.HelpfulExtensions b/src/Modules/Lombiq.HelpfulExtensions index f170b6cbb..d0f85aa05 160000 --- a/src/Modules/Lombiq.HelpfulExtensions +++ b/src/Modules/Lombiq.HelpfulExtensions @@ -1 +1 @@ -Subproject commit f170b6cbbb2bd1f7c1bd3b04540e83f26f1bc9c6 +Subproject commit d0f85aa05350c6169ac3255d864e8f71eeb2ee60 diff --git a/src/Themes/Lombiq.Hosting.MediaTheme b/src/Themes/Lombiq.Hosting.MediaTheme index e7fc9a9a3..61cb2b11b 160000 --- a/src/Themes/Lombiq.Hosting.MediaTheme +++ b/src/Themes/Lombiq.Hosting.MediaTheme @@ -1 +1 @@ -Subproject commit e7fc9a9a34d9e7941addb6b4e324836cc7822f57 +Subproject commit 61cb2b11b65dac68d9f2e92dfb44b93aaea3f632 From 9b58886df101114a2ebf1fcc7e29e6037eefd647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 27 Jan 2024 09:48:43 +0100 Subject: [PATCH 032/163] Post merge fix. --- src/Themes/Lombiq.Hosting.MediaTheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Themes/Lombiq.Hosting.MediaTheme b/src/Themes/Lombiq.Hosting.MediaTheme index 61cb2b11b..4edb11561 160000 --- a/src/Themes/Lombiq.Hosting.MediaTheme +++ b/src/Themes/Lombiq.Hosting.MediaTheme @@ -1 +1 @@ -Subproject commit 61cb2b11b65dac68d9f2e92dfb44b93aaea3f632 +Subproject commit 4edb11561dba8698221d4d086ba9a8358a0cea90 From 4285d8380ce189f6d6be094dce030c39b55f2876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 27 Jan 2024 09:52:50 +0100 Subject: [PATCH 033/163] REmoving using. --- src/Themes/Lombiq.BaseTheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Themes/Lombiq.BaseTheme b/src/Themes/Lombiq.BaseTheme index 7eb2dffba..85741fcd4 160000 --- a/src/Themes/Lombiq.BaseTheme +++ b/src/Themes/Lombiq.BaseTheme @@ -1 +1 @@ -Subproject commit 7eb2dffba1c9f792d78b3e67912a0f80581bc6f3 +Subproject commit 85741fcd499e0538a70c2db9be0859e681be4c07 From 56a39308e909c21c56d4a73b092be192d0d73743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 27 Jan 2024 16:49:41 +0100 Subject: [PATCH 034/163] Resolving jQuery not being registered prior to its user script. --- src/Modules/Lombiq.HelpfulExtensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Lombiq.HelpfulExtensions b/src/Modules/Lombiq.HelpfulExtensions index d0f85aa05..98d268a41 160000 --- a/src/Modules/Lombiq.HelpfulExtensions +++ b/src/Modules/Lombiq.HelpfulExtensions @@ -1 +1 @@ -Subproject commit d0f85aa05350c6169ac3255d864e8f71eeb2ee60 +Subproject commit 98d268a4157956da7b275948978f487c0e28a56c From 528059eb38dc61940a0395542601024c5f7f4ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 27 Jan 2024 16:50:47 +0100 Subject: [PATCH 035/163] Updating submodules. --- tools/Lombiq.GitHub.Actions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index 9269a5393..d37e7457d 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit 9269a5393d8174a8cc6303c5889a8705823d8e1a +Subproject commit d37e7457df9c21d80408815bddde04304e075531 From 85035a773224f0c4bd9f70fe48a2cc0473cb6088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sun, 28 Jan 2024 18:33:52 +0100 Subject: [PATCH 036/163] Fixing Tests. --- Directory.Build.props | 4 ++-- src/Modules/Lombiq.HelpfulExtensions | 2 +- .../Tests/ModuleTests/BehaviorPrivacyTests.cs | 12 +++++++++++- .../Tests/ModuleTests/BehaviorUIKitShowcaseTests.cs | 5 ++++- .../Tests/ThemeTests/BlogBaseThemeTests.cs | 6 ++++++ 5 files changed, 24 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 4e7f8e09b..961ef70db 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -30,9 +30,9 @@ --> - + diff --git a/src/Modules/Lombiq.HelpfulExtensions b/src/Modules/Lombiq.HelpfulExtensions index 98d268a41..646c2233d 160000 --- a/src/Modules/Lombiq.HelpfulExtensions +++ b/src/Modules/Lombiq.HelpfulExtensions @@ -1 +1 @@ -Subproject commit 98d268a4157956da7b275948978f487c0e28a56c +Subproject commit 646c2233d9873f17f83d4f762c6469a6073d5d40 diff --git a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorPrivacyTests.cs b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorPrivacyTests.cs index 18bfd61f0..b6dd7e0cf 100644 --- a/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorPrivacyTests.cs +++ b/test/Lombiq.OSOCE.Tests.UI/Tests/ModuleTests/BehaviorPrivacyTests.cs @@ -1,5 +1,8 @@ using Lombiq.Privacy.Tests.UI.Extensions; using Lombiq.Tests.UI.Extensions; +using Shouldly; +using System; +using System.Linq; using System.Threading.Tasks; using Xunit; using Xunit.Abstractions; @@ -30,7 +33,14 @@ await ExecuteTestAfterSetupAsync( context => context.TestConsentBannerWithThemeAsync("TheBlogTheme")); // Then should work with Razor-based theme await ExecuteTestAfterSetupAsync( - context => context.TestConsentBannerWithThemeAsync("TheTheme")); + context => context.TestConsentBannerWithThemeAsync("TheTheme"), + configuration => configuration.HtmlValidationConfiguration.AssertHtmlValidationResultAsync = + async validationResult => + { + var errors = (await validationResult.GetErrorsAsync()) + .Where(error => !error.ContainsOrdinalIgnoreCase("Prefer to use the native