Skip to content

Updating packages

Updating packages #672

Triggered via push January 14, 2024 08:32
Status Success
Total duration 1m 30s
Artifacts

test.yml

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

Annotations

10 warnings
restore-build-test: tests/Tests.Jeebs/Collections/EnumeratedList/Deserialise_Tests.cs#L9
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)
restore-build-test: tests/Tests.Jeebs/Collections/EnumeratedList/Constructor_Tests.cs#L21
Null should not be used for type parameter 'input' of type 'System.Collections.Generic.List<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/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)