Skip to content

Fixing DateTime format serialisation test - #487 #681

Fixing DateTime format serialisation test - #487

Fixing DateTime format serialisation test - #487 #681

Triggered via push June 6, 2024 14:50
Status Success
Total duration 1m 29s
Artifacts

test.yml

on: push
restore-build-test
1m 18s
restore-build-test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
restore-build-test
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/.
restore-build-test: tests/Tests.Jeebs/Config/Services/Slack/SlackConfig/IsValid_Tests.cs#L9
Null should not be used for type parameter 'webhook' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
restore-build-test: tests/Tests.Jeebs/Config/Azure/KeyVault/KeyVaultConfig/IsValid_Tests.cs#L9
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)
restore-build-test: tests/Tests.Jeebs/Config/Azure/KeyVault/KeyVaultConfig/IsValid_Tests.cs#L12
Null should not be used for type parameter 'tenantId' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
restore-build-test: tests/Tests.Jeebs/Config/Azure/KeyVault/KeyVaultConfig/IsValid_Tests.cs#L15
Null should not be used for type parameter 'clientId' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
restore-build-test: tests/Tests.Jeebs/Config/Azure/KeyVault/KeyVaultConfig/IsValid_Tests.cs#L18
Null should not be used for type parameter 'clientSecret' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
restore-build-test: tests/Tests.Jeebs/Config/Azure/DataProtection/DataProtectionConfig/IsValid_Tests.cs#L9
Null should not be used for type parameter 'cs' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
restore-build-test: tests/Tests.Jeebs/Config/Azure/DataProtection/DataProtectionConfig/IsValid_Tests.cs#L12
Null should not be used for type parameter 'container' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
restore-build-test: tests/Tests.Jeebs/Config/Azure/DataProtection/DataProtectionConfig/IsValid_Tests.cs#L15
Null should not be used for type parameter 'blob' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
restore-build-test: tests/Tests.Jeebs/Config/Azure/DataProtection/DataProtectionConfig/IsValid_Tests.cs#L18
Null should not be used for type parameter 'key' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
restore-build-test: tests/Tests.Jeebs/Extensions/StringExtensions/ToUpperFirst_Tests.cs#L11
Null should not be used for type parameter 'input' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)