Fixing DateTime format serialisation test - #487 #681
Annotations
11 warnings
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/.
|
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)
|
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)
|
The logs for this run have expired and are no longer available.
Loading