Skip to content

Add Coverlet PR coverage reporting and cross-database boundary tests #363

Add Coverlet PR coverage reporting and cross-database boundary tests

Add Coverlet PR coverage reporting and cross-database boundary tests #363

Triggered via pull request September 22, 2026 23:01
Status Cancelled
Total duration 2m 54s
Artifacts 12

dotnetpull.yml

on: pull_request
Matrix: test
Code coverage and PR comparison
Code coverage and PR comparison
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 102 warnings
Test (Unit)
Canceling since a higher priority waiting request for live-databases-refs/pull/189/merge exists
Test (SQLite)
Canceling since a higher priority waiting request for live-databases-refs/pull/189/merge exists
Test (MariaDB)
Canceling since a higher priority waiting request for live-databases-refs/pull/189/merge exists
Test (Firebird)
Canceling since a higher priority waiting request for live-databases-refs/pull/189/merge exists
Test (Firebird)
The operation was canceled.
Test (PostgreSQL)
Canceling since a higher priority waiting request for live-databases-refs/pull/189/merge exists
Test (PostgreSQL)
The operation was canceled.
Test (Informix)
Canceling since a higher priority waiting request for live-databases-refs/pull/189/merge exists
Test (Informix)
The operation was canceled.
Test (MySQL)
Canceling since a higher priority waiting request for live-databases-refs/pull/189/merge exists
Test (MySQL)
The operation was canceled.
Test (SQLServer)
Canceling since a higher priority waiting request for live-databases-refs/pull/189/merge exists
Test (SQLServer)
The operation was canceled.
Test (Sybase)
Canceling since a higher priority waiting request for live-databases-refs/pull/189/merge exists
Test (Sybase)
The operation was canceled.
Test (Hana)
Canceling since a higher priority waiting request for live-databases-refs/pull/189/merge exists
Test (Hana)
The operation was canceled.
Test (Db2)
Canceling since a higher priority waiting request for live-databases-refs/pull/189/merge exists
Test (Db2)
The operation was canceled.
.NET Pull Request
Canceling since a higher priority waiting request for live-databases-refs/pull/189/merge exists
Test (Oracle)
Canceling since a higher priority waiting request for live-databases-refs/pull/189/merge exists
Test (Oracle)
The operation was canceled.
Test (Unit)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (Unit): src/Migrator/Providers/TransformationProvider.cs#L1751
'ConfigureParameterWithValue' has a cyclomatic complexity of '28'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Unit): src/Migrator/Providers/CatalogDefaultValue.cs#L12
'Parse' has a cyclomatic complexity of '36'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Unit): src/Migrator/Framework/SqlScriptBatches.cs#L17
'SplitSqlServer' has a cyclomatic complexity of '29'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Unit): src/Migrator/Migrator.cs#L264
'MigrateTo' has a cyclomatic complexity of '35'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Unit): src/Migrator/Migrator.cs#L171
Use the "Count" property instead of Enumerable.Count() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1829)
Test (Unit): src/Migrator/Framework/Fluent/Operations.cs#L83
'ITransformationProvider.RemoveAllConstraints(string)' is obsolete: 'Drop all constraints separately.'
Test (Unit): src/Migrator/Migrator.cs#L256
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (Unit): src/Migrator/Framework/Fluent/FluentMigration.cs#L68
'ITransformationProvider.GetColumnByName(string, string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (Unit): src/Migrator/Framework/Fluent/FluentMigration.cs#L67
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (Unit): src/Migrator/Providers/Impl/SQLite/SQLiteTransformationProvider.cs#L960
Obsolete member 'SQLiteTransformationProvider.AddTable(string, string, string)' overrides non-obsolete member 'TransformationProvider.AddTable(string, string, string)'
Test (SQLite)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (SQLite): src/Migrator/Providers/TransformationProvider.cs#L1751
'ConfigureParameterWithValue' has a cyclomatic complexity of '28'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (SQLite): src/Migrator/Providers/CatalogDefaultValue.cs#L12
'Parse' has a cyclomatic complexity of '36'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (SQLite): src/Migrator/Framework/SqlScriptBatches.cs#L17
'SplitSqlServer' has a cyclomatic complexity of '29'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (SQLite): src/Migrator/Migrator.cs#L264
'MigrateTo' has a cyclomatic complexity of '35'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (SQLite): src/Migrator/Migrator.cs#L171
Use the "Count" property instead of Enumerable.Count() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1829)
Test (SQLite): src/Migrator/Migrator.cs#L256
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (SQLite): src/Migrator/Framework/Fluent/Operations.cs#L83
'ITransformationProvider.RemoveAllConstraints(string)' is obsolete: 'Drop all constraints separately.'
Test (SQLite): src/Migrator/Framework/Fluent/FluentMigration.cs#L68
'ITransformationProvider.GetColumnByName(string, string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (SQLite): src/Migrator/Framework/Fluent/FluentMigration.cs#L67
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (SQLite): src/Migrator/Providers/Impl/SQLite/SQLiteTransformationProvider.cs#L960
Obsolete member 'SQLiteTransformationProvider.AddTable(string, string, string)' overrides non-obsolete member 'TransformationProvider.AddTable(string, string, string)'
Test (MariaDB)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (MariaDB): src/Migrator/Providers/Impl/Oracle/OracleTransformationProvider.cs#L303
'GetColumns' has a cyclomatic complexity of '52'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (MariaDB): src/Migrator/Providers/TransformationProvider.cs#L1751
'ConfigureParameterWithValue' has a cyclomatic complexity of '28'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (MariaDB): src/Migrator/Providers/CatalogDefaultValue.cs#L12
'Parse' has a cyclomatic complexity of '36'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (MariaDB): src/Migrator/Framework/SqlScriptBatches.cs#L17
'SplitSqlServer' has a cyclomatic complexity of '29'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (MariaDB): src/Migrator/Migrator.cs#L264
'MigrateTo' has a cyclomatic complexity of '35'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (MariaDB): src/Migrator/Migrator.cs#L256
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (MariaDB): src/Migrator/Framework/Fluent/FluentMigration.cs#L68
'ITransformationProvider.GetColumnByName(string, string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (MariaDB): src/Migrator/Framework/Fluent/FluentMigration.cs#L67
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (MariaDB): src/Migrator/Framework/Fluent/Operations.cs#L83
'ITransformationProvider.RemoveAllConstraints(string)' is obsolete: 'Drop all constraints separately.'
Test (MariaDB): src/Migrator/Providers/Impl/SQLite/SQLiteTransformationProvider.cs#L960
Obsolete member 'SQLiteTransformationProvider.AddTable(string, string, string)' overrides non-obsolete member 'TransformationProvider.AddTable(string, string, string)'
Test (Firebird)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (Firebird): src/Migrator/Providers/TransformationProvider.cs#L1751
'ConfigureParameterWithValue' has a cyclomatic complexity of '28'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Firebird): src/Migrator/Providers/CatalogDefaultValue.cs#L12
'Parse' has a cyclomatic complexity of '36'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Firebird): src/Migrator/Framework/SqlScriptBatches.cs#L17
'SplitSqlServer' has a cyclomatic complexity of '29'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Firebird): src/Migrator/Migrator.cs#L264
'MigrateTo' has a cyclomatic complexity of '35'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Firebird): src/Migrator/Migrator.cs#L171
Use the "Count" property instead of Enumerable.Count() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1829)
Test (Firebird): src/Migrator/Migrator.cs#L256
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (Firebird): src/Migrator/Framework/Fluent/Operations.cs#L83
'ITransformationProvider.RemoveAllConstraints(string)' is obsolete: 'Drop all constraints separately.'
Test (Firebird): src/Migrator/Framework/Fluent/FluentMigration.cs#L68
'ITransformationProvider.GetColumnByName(string, string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (Firebird): src/Migrator/Framework/Fluent/FluentMigration.cs#L67
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (Firebird): src/Migrator/Providers/Impl/SQLite/SQLiteTransformationProvider.cs#L960
Obsolete member 'SQLiteTransformationProvider.AddTable(string, string, string)' overrides non-obsolete member 'TransformationProvider.AddTable(string, string, string)'
Test (PostgreSQL)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (PostgreSQL): src/Migrator/Providers/TransformationProvider.cs#L1751
'ConfigureParameterWithValue' has a cyclomatic complexity of '28'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (PostgreSQL): src/Migrator/Providers/CatalogDefaultValue.cs#L12
'Parse' has a cyclomatic complexity of '36'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (PostgreSQL): src/Migrator/Framework/SqlScriptBatches.cs#L17
'SplitSqlServer' has a cyclomatic complexity of '29'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (PostgreSQL): src/Migrator/Migrator.cs#L264
'MigrateTo' has a cyclomatic complexity of '35'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (PostgreSQL): src/Migrator/Migrator.cs#L171
Use the "Count" property instead of Enumerable.Count() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1829)
Test (PostgreSQL): src/Migrator/Framework/Fluent/Operations.cs#L83
'ITransformationProvider.RemoveAllConstraints(string)' is obsolete: 'Drop all constraints separately.'
Test (PostgreSQL): src/Migrator/Migrator.cs#L256
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (PostgreSQL): src/Migrator/Framework/Fluent/FluentMigration.cs#L68
'ITransformationProvider.GetColumnByName(string, string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (PostgreSQL): src/Migrator/Framework/Fluent/FluentMigration.cs#L67
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (PostgreSQL): src/Migrator/Providers/Impl/SQLite/SQLiteTransformationProvider.cs#L960
Obsolete member 'SQLiteTransformationProvider.AddTable(string, string, string)' overrides non-obsolete member 'TransformationProvider.AddTable(string, string, string)'
Test (Informix)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (Informix): src/Migrator/Providers/Impl/Oracle/OracleTransformationProvider.cs#L303
'GetColumns' has a cyclomatic complexity of '52'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Informix): src/Migrator/Providers/TransformationProvider.cs#L1751
'ConfigureParameterWithValue' has a cyclomatic complexity of '28'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Informix): src/Migrator/Providers/CatalogDefaultValue.cs#L12
'Parse' has a cyclomatic complexity of '36'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Informix): src/Migrator/Framework/SqlScriptBatches.cs#L17
'SplitSqlServer' has a cyclomatic complexity of '29'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Informix): src/Migrator/Migrator.cs#L264
'MigrateTo' has a cyclomatic complexity of '35'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Informix): src/Migrator/Migrator.cs#L256
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (Informix): src/Migrator/Framework/Fluent/Operations.cs#L83
'ITransformationProvider.RemoveAllConstraints(string)' is obsolete: 'Drop all constraints separately.'
Test (Informix): src/Migrator/Framework/Fluent/FluentMigration.cs#L68
'ITransformationProvider.GetColumnByName(string, string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (Informix): src/Migrator/Framework/Fluent/FluentMigration.cs#L67
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (Informix): src/Migrator/Providers/Impl/SQLite/SQLiteTransformationProvider.cs#L960
Obsolete member 'SQLiteTransformationProvider.AddTable(string, string, string)' overrides non-obsolete member 'TransformationProvider.AddTable(string, string, string)'
Test (MySQL)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (MySQL): src/Migrator/Providers/TransformationProvider.cs#L1751
'ConfigureParameterWithValue' has a cyclomatic complexity of '28'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (MySQL): src/Migrator/Providers/CatalogDefaultValue.cs#L12
'Parse' has a cyclomatic complexity of '36'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (MySQL): src/Migrator/Framework/SqlScriptBatches.cs#L17
'SplitSqlServer' has a cyclomatic complexity of '29'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (MySQL): src/Migrator/Migrator.cs#L264
'MigrateTo' has a cyclomatic complexity of '35'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (MySQL): src/Migrator/Migrator.cs#L171
Use the "Count" property instead of Enumerable.Count() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1829)
Test (MySQL): src/Migrator/Framework/Fluent/Operations.cs#L83
'ITransformationProvider.RemoveAllConstraints(string)' is obsolete: 'Drop all constraints separately.'
Test (MySQL): src/Migrator/Migrator.cs#L256
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (MySQL): src/Migrator/Framework/Fluent/FluentMigration.cs#L68
'ITransformationProvider.GetColumnByName(string, string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (MySQL): src/Migrator/Framework/Fluent/FluentMigration.cs#L67
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (MySQL): src/Migrator/Providers/Impl/SQLite/SQLiteTransformationProvider.cs#L960
Obsolete member 'SQLiteTransformationProvider.AddTable(string, string, string)' overrides non-obsolete member 'TransformationProvider.AddTable(string, string, string)'
Test (SQLServer)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (SQLServer): src/Migrator/Providers/Impl/Oracle/OracleTransformationProvider.cs#L303
'GetColumns' has a cyclomatic complexity of '52'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (SQLServer): src/Migrator/Providers/TransformationProvider.cs#L1751
'ConfigureParameterWithValue' has a cyclomatic complexity of '28'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (SQLServer): src/Migrator/Providers/CatalogDefaultValue.cs#L12
'Parse' has a cyclomatic complexity of '36'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (SQLServer): src/Migrator/Framework/SqlScriptBatches.cs#L17
'SplitSqlServer' has a cyclomatic complexity of '29'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (SQLServer): src/Migrator/Migrator.cs#L264
'MigrateTo' has a cyclomatic complexity of '35'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (SQLServer): src/Migrator/Framework/Fluent/FluentMigration.cs#L68
'ITransformationProvider.GetColumnByName(string, string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (SQLServer): src/Migrator/Framework/Fluent/FluentMigration.cs#L67
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (SQLServer): src/Migrator/Framework/Fluent/Operations.cs#L83
'ITransformationProvider.RemoveAllConstraints(string)' is obsolete: 'Drop all constraints separately.'
Test (SQLServer): src/Migrator/Migrator.cs#L256
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (SQLServer): src/Migrator/Providers/Impl/SQLite/SQLiteTransformationProvider.cs#L960
Obsolete member 'SQLiteTransformationProvider.AddTable(string, string, string)' overrides non-obsolete member 'TransformationProvider.AddTable(string, string, string)'
Test (Sybase)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (Hana)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (Db2)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (Oracle)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (Oracle): src/Migrator/Providers/Impl/Oracle/OracleTransformationProvider.cs#L303
'GetColumns' has a cyclomatic complexity of '52'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Oracle): src/Migrator/Providers/TransformationProvider.cs#L1751
'ConfigureParameterWithValue' has a cyclomatic complexity of '28'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Oracle): src/Migrator/Providers/CatalogDefaultValue.cs#L12
'Parse' has a cyclomatic complexity of '36'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Oracle): src/Migrator/Framework/SqlScriptBatches.cs#L17
'SplitSqlServer' has a cyclomatic complexity of '29'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Oracle): src/Migrator/Migrator.cs#L264
'MigrateTo' has a cyclomatic complexity of '35'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Test (Oracle): src/Migrator/Migrator.cs#L256
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (Oracle): src/Migrator/Framework/Fluent/FluentMigration.cs#L68
'ITransformationProvider.GetColumnByName(string, string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (Oracle): src/Migrator/Framework/Fluent/FluentMigration.cs#L67
'ITransformationProvider.GetColumns(string)' is obsolete: 'We cannot resolve the DbType or MigratorDbType exactly so the result is just a guess. Also the default value in the result is depending on DbType and therefore also a guess. Do not use this method any more. Look up the type in your migration history.'
Test (Oracle): src/Migrator/Framework/Fluent/Operations.cs#L83
'ITransformationProvider.RemoveAllConstraints(string)' is obsolete: 'Drop all constraints separately.'
Test (Oracle): src/Migrator/Providers/Impl/SQLite/SQLiteTransformationProvider.cs#L960
Obsolete member 'SQLiteTransformationProvider.AddTable(string, string, string)' overrides non-obsolete member 'TransformationProvider.AddTable(string, string, string)'

Artifacts

Produced during runtime
Name Size Digest
test-results-Db2
5.23 KB
sha256:b6fa982a08778d06299e00a9b8400d0af0a38297612f83b39ed1076451b80db9
test-results-Firebird
266 KB
sha256:fa3eaa38c84f09e3a7d9170a130dfa6d68f19bc021f1f435dbde13e18b5d2b44
test-results-Hana
6.02 KB
sha256:2997c545f2e3ba8020ca2a37237f976f29a9995470e99c054ea9d66ec1470d03
test-results-Informix
8.05 KB
sha256:d8637b2e85ebdae83849ab195be6ec871662fdb1cdeacff88b38353ac7156c02
test-results-MariaDB
389 KB
sha256:b8e4bacd0720788df62405815467516b5c75c28ef991f71d26ef818f15d4d673
test-results-MySQL
269 KB
sha256:b13348ddfa08f157d58471e5a9cc057cc1f2ac96235a419ad796850323ae890e
test-results-Oracle
4.92 KB
sha256:1632f9f6fa340106b6892a4dec14ed30946bc32482dd9fccb41e4b407d8958d0
test-results-PostgreSQL
4.79 KB
sha256:30efb4ff7bdc611da5f126a04f41e627d4da70600188e3fb4d563c2993ec4cef
test-results-SQLServer
6.58 KB
sha256:c25f651a37a76d7a9480a6be80d24fcd972b1e80dc5d42800a26edac00cb1386
test-results-SQLite
462 KB
sha256:3419c028116724c353f35b1cd7c4b4471bf66781adcffe12d61d245549713680
test-results-Sybase
3.91 KB
sha256:2762602b2c629e0d1540e0b3281b7c7e2557e207df015baac4e0cfaee8af582e
test-results-Unit
505 KB
sha256:d1ffb34530fa98a91fd22f55116724112b139522e3adbaa90a664ac57536d63d