Skip to content

Implemented a TwilioClient. (#189) #91

Implemented a TwilioClient. (#189)

Implemented a TwilioClient. (#189) #91

Triggered via push March 27, 2024 01:46
Status Success
Total duration 49s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: tests/Logitar.Data.UnitTests/ColumnIdTests.cs#L29
Null should not be used for type parameter 'name' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: tests/Logitar.Data.UnitTests/ComparisonOperatorTests.cs#L17
Null should not be used for type parameter 'operator' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: tests/Logitar.Data.UnitTests/LikeOperatorTests.cs#L17
Null should not be used for type parameter 'pattern' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: tests/Logitar.Data.UnitTests/CommandTests.cs#L17
Null should not be used for type parameter 'text' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: tests/Logitar.Data.UnitTests/QueryTests.cs#L17
Null should not be used for type parameter 'text' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: tests/Logitar.Data.UnitTests/ParameterTests.cs#L17
Null should not be used for type parameter 'name' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: tests/Logitar.Data.UnitTests/TableIdTests.cs#L32
Null should not be used for type parameter 'table' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: tests/Logitar.Data.UnitTests/ConditionGroupTests.cs#L28
Null should not be used for type parameter 'operator' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: tests/Logitar.Data.UnitTests/TableIdTests.cs#L53
Null should not be used for type parameter 'alias' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: tests/Logitar.Data.PostgreSQL.UnitTests/LikeOperatorTests.cs#L17
Null should not be used for type parameter 'pattern' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)