Auto: Updating standardized files #25
Annotations
7 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/MBW.Utilities.ManagedSqlite.Core.Tests/AlterTable_Tests.cs#L73
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
build:
src/MBW.Utilities.ManagedSqlite.Sql.Tests/SqlCreateStatements.cs#L35
Theory method 'CreateStatementsTests' on test class 'SqlCreateStatements' does not use parameter 'fileName'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
build:
src/MBW.Utilities.ManagedSqlite.Sql.Tests/SqlCreateStatements.cs#L35
Theory method 'CreateStatementsTests' on test class 'SqlCreateStatements' does not use parameter 'tableName'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
build:
src/MBW.Utilities.ManagedSqlite.Core.Tests/AlterTable_Tests.cs#L73
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
build:
src/MBW.Utilities.ManagedSqlite.Sql.Tests/SqlCreateStatements.cs#L35
Theory method 'CreateStatementsTests' on test class 'SqlCreateStatements' does not use parameter 'fileName'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
build:
src/MBW.Utilities.ManagedSqlite.Sql.Tests/SqlCreateStatements.cs#L35
Theory method 'CreateStatementsTests' on test class 'SqlCreateStatements' does not use parameter 'tableName'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|