Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Code cleanup

Code cleanup #3

GitHub Actions / Tests failed Jan 23, 2024 in 1s

Tests ❌

Tests failed

❌ artifacts/runneradmin_fv-az1489-457_2024-01-23_04_57_55.trx

5 tests were completed in 3s with 4 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DbUp.SqlCe.Tests.DatabaseSupportTests 3✅ 1s
DbUp.SqlCe.Tests.NoPublicApiChanges 1✅ 1s
DbUp.SqlCe.Tests.SqlCeSupportTests 1❌ 334ms

✅ DbUp.SqlCe.Tests.DatabaseSupportTests

✅ VerifyBasicSupport
✅ VerifyJournalCreationIfNameChanged
✅ VerifyVariableSubstitutions

✅ DbUp.SqlCe.Tests.NoPublicApiChanges

✅ Run

❌ DbUp.SqlCe.Tests.SqlCeSupportTests

❌ CanUseSqlCe4
	System.Data.SqlServerCe.SqlCeException : Unable to load the native components of SQL Server Compact corresponding to the ADO.NET provider of version 8876. Install the correct version of SQL Server Compact. Refer to KB article 974247 for more details.

Annotations

Check failure on line 19 in src/Tests/SqlCeSupportTests.cs

See this annotation in the file changed.

@github-actions github-actions / Tests

DbUp.SqlCe.Tests.SqlCeSupportTests ► CanUseSqlCe4

Failed test found in:
  artifacts/runneradmin_fv-az1489-457_2024-01-23_04_57_55.trx
Error:
  System.Data.SqlServerCe.SqlCeException : Unable to load the native components of SQL Server Compact corresponding to the ADO.NET provider of version 8876. Install the correct version of SQL Server Compact. Refer to KB article 974247 for more details.
Raw output
System.Data.SqlServerCe.SqlCeException : Unable to load the native components of SQL Server Compact corresponding to the ADO.NET provider of version 8876. Install the correct version of SQL Server Compact. Refer to KB article 974247 for more details.
   at System.Data.SqlServerCe.NativeMethods.LoadNativeBinaries()
   at System.Data.SqlServerCe.SqlCeEngine..ctor()
   at System.Data.SqlServerCe.SqlCeEngine..ctor(String connectionString)
   at DbUp.SqlCe.Tests.SqlCeSupportTests.CanUseSqlCe4() in D:\a\dbup-sqlce\dbup-sqlce\src\Tests\SqlCeSupportTests.cs:line 19