Don't include millisecond in json test - #452 #684
Annotations
10 warnings
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
tests/Tests.Jeebs/Extensions/StringExtensions/ToTitleCase_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)
|
The logs for this run have expired and are no longer available.
Loading