Skip to content

chore(deps): update dependency markmpn.sql4cds.engine to 10.4.0#1480

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/markmpn.sql4cds.engine-10.x
Open

chore(deps): update dependency markmpn.sql4cds.engine to 10.4.0#1480
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/markmpn.sql4cds.engine-10.x

chore(deps): update dependency markmpn.sql4cds.engine to 10.4.0

28771b4
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / E2E Tests (e2e-full, windows-latest, PS 7.4.14) succeeded May 21, 2026 in 1s

13 passed, 1 failed and 0 skipped

Tests failed

❌ TestResults/E2E/e2e-test-results-net8.0.trx

14 tests were completed in 787s with 13 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Rnwood.Dataverse.Data.PowerShell.E2ETests.Forms.FormManipulationTests 1✅ 35s
Rnwood.Dataverse.Data.PowerShell.E2ETests.Metadata.AttributeMetadataTests 2✅ 221s
Rnwood.Dataverse.Data.PowerShell.E2ETests.Metadata.EntityKeyMetadataTests 1❌ 6s
Rnwood.Dataverse.Data.PowerShell.E2ETests.Metadata.EntityMetadataTests 1✅ 90s
Rnwood.Dataverse.Data.PowerShell.E2ETests.Metadata.OptionSetMetadataTests 2✅ 50s
Rnwood.Dataverse.Data.PowerShell.E2ETests.Metadata.RelationshipMetadataTests 1✅ 120s
Rnwood.Dataverse.Data.PowerShell.E2ETests.Plugin.DynamicPluginAssemblyTests 2✅ 202s
Rnwood.Dataverse.Data.PowerShell.E2ETests.Sitemap.SitemapTests 1✅ 51s
Rnwood.Dataverse.Data.PowerShell.E2ETests.Solution.SolutionComponentTests 2✅ 143s
Rnwood.Dataverse.Data.PowerShell.E2ETests.Sql.InvokeDataverseSqlTests 1✅ 11s

✅ Rnwood.Dataverse.Data.PowerShell.E2ETests.Forms.FormManipulationTests

✅ FormCustomizations_CanBePublished_AndCleanedUp

✅ Rnwood.Dataverse.Data.PowerShell.E2ETests.Metadata.AttributeMetadataTests

✅ CanCreateReadUpdateAndDeleteAllAttributeTypesComprehensively
✅ CanUpdateStatusCodeOptionsWithStateProperty

❌ Rnwood.Dataverse.Data.PowerShell.E2ETests.Metadata.EntityKeyMetadataTests

❌ CanCreateReadAndDeleteAlternateKeys
	System.IO.FileNotFoundException : PowerShell Core (pwsh.exe) is required for net8.0 tests but was not found. Please install PowerShell 7+ from https://aka.ms/powershell-release?tag=stable or set TESTPOWERSHELL_EXECUTABLE=powershell to use Windows PowerShell instead.

✅ Rnwood.Dataverse.Data.PowerShell.E2ETests.Metadata.EntityMetadataTests

✅ CanCreateReadUpdateAndDeleteCustomEntityWithAllFeatures

✅ Rnwood.Dataverse.Data.PowerShell.E2ETests.Metadata.OptionSetMetadataTests

✅ CanCreateReadUpdateAndDeleteGlobalOptionSetsComprehensively
✅ CanUpdateLocalOptionSetUsingEntityNameAndAttributeName

✅ Rnwood.Dataverse.Data.PowerShell.E2ETests.Metadata.RelationshipMetadataTests

✅ CanCreateReadUpdateAndDeleteOneToManyAndManyToManyRelationshipsComprehensively

✅ Rnwood.Dataverse.Data.PowerShell.E2ETests.Plugin.DynamicPluginAssemblyTests

✅ CanCreateRegisterInvokeUpdateAndReInvokeDynamicPluginAssembly
✅ CanRetrievePluginAssemblyByNameAndIdAndExportToVSProject

✅ Rnwood.Dataverse.Data.PowerShell.E2ETests.Sitemap.SitemapTests

✅ PublishByUniqueName_PreservesSitemapXml_AndMakesPublishedVersionRetrievable

✅ Rnwood.Dataverse.Data.PowerShell.E2ETests.Solution.SolutionComponentTests

✅ GetDataverseSolutionComponent_ReadsComponentsFromEnvironmentSummary
✅ SolutionCmdlets_AcceptSolutionHistoryPrecheckParameters

✅ Rnwood.Dataverse.Data.PowerShell.E2ETests.Sql.InvokeDataverseSqlTests

✅ UnsupportedSqlFunctionError_SuggestsUseTdsEndpoint

Annotations

Check failure on line 228 in Rnwood.Dataverse.Data.PowerShell.Tests/Infrastructure/PowerShellProcessRunner.cs

See this annotation in the file changed.

@github-actions github-actions / E2E Tests (e2e-full, windows-latest, PS 7.4.14)

Rnwood.Dataverse.Data.PowerShell.E2ETests.Metadata.EntityKeyMetadataTests ► CanCreateReadAndDeleteAlternateKeys

Failed test found in:
  TestResults/E2E/e2e-test-results-net8.0.trx
Error:
  System.IO.FileNotFoundException : PowerShell Core (pwsh.exe) is required for net8.0 tests but was not found. Please install PowerShell 7+ from https://aka.ms/powershell-release?tag=stable or set TESTPOWERSHELL_EXECUTABLE=powershell to use Windows PowerShell instead.
Raw output
System.IO.FileNotFoundException : PowerShell Core (pwsh.exe) is required for net8.0 tests but was not found. Please install PowerShell 7+ from https://aka.ms/powershell-release?tag=stable or set TESTPOWERSHELL_EXECUTABLE=powershell to use Windows PowerShell instead.
   at Rnwood.Dataverse.Data.PowerShell.Tests.Infrastructure.PowerShellProcessRunner.DeterminePowerShellExecutable(Nullable`1 usePowerShellCore) in D:\a\Rnwood.Dataverse.Data.PowerShell\Rnwood.Dataverse.Data.PowerShell\Rnwood.Dataverse.Data.PowerShell.Tests\Infrastructure\PowerShellProcessRunner.cs:line 228
   at Rnwood.Dataverse.Data.PowerShell.Tests.Infrastructure.PowerShellProcessRunner.Run(String script, Nullable`1 usePowerShellCore, Int32 timeoutSeconds, Boolean importModule) in D:\a\Rnwood.Dataverse.Data.PowerShell\Rnwood.Dataverse.Data.PowerShell\Rnwood.Dataverse.Data.PowerShell.Tests\Infrastructure\PowerShellProcessRunner.cs:line 100
   at Rnwood.Dataverse.Data.PowerShell.E2ETests.Infrastructure.E2ETestBase.RunScript(String script) in D:\a\Rnwood.Dataverse.Data.PowerShell\Rnwood.Dataverse.Data.PowerShell\Rnwood.Dataverse.Data.PowerShell.E2ETests\Infrastructure\E2ETestBase.cs:line 224
   at Rnwood.Dataverse.Data.PowerShell.E2ETests.Metadata.EntityKeyMetadataTests.CanCreateReadAndDeleteAlternateKeys() in D:\a\Rnwood.Dataverse.Data.PowerShell\Rnwood.Dataverse.Data.PowerShell\Rnwood.Dataverse.Data.PowerShell.E2ETests\Metadata\EntityKeyMetadataTests.cs:line 73
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)