Skip to content

feat(409): Add special handler for 409 HTTP errors when downloading certificates from GoDaddy #105

feat(409): Add special handler for 409 HTTP errors when downloading certificates from GoDaddy

feat(409): Add special handler for 409 HTTP errors when downloading certificates from GoDaddy #105

Triggered via pull request September 2, 2025 16:21
@irbyirby
synchronize #6
conflict-62981
Status Success
Total duration 47s
Artifacts

tests.yml

on: pull_request
Build and Test dotnet project
42s
Build and Test dotnet project
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Test dotnet project: GoDaddy.Tests/FakeGoDaddyClient.cs#L206
Do not use Assert.NotNull() on value type 'int'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
Build and Test dotnet project: GoDaddy.Tests/FakeGoDaddyClient.cs#L182
Do not use Assert.NotNull() on value type 'int'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
Build and Test dotnet project: GoDaddy.Tests/GoDaddyCAPlugin.cs#L234
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build and Test dotnet project: GoDaddy.Tests/GoDaddyCAPlugin.cs#L183
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build and Test dotnet project: GoDaddy.Tests/GoDaddyCAPlugin.cs#L97
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build and Test dotnet project: GoDaddy.Tests/GoDaddyCAPlugin.cs#L136
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build and Test dotnet project: GoDaddy.Tests/GoDaddyEnrollment.cs#L89
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build and Test dotnet project: GoDaddy.Tests/GoDaddyEnrollment.cs#L163
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build and Test dotnet project: GoDaddy.Tests/GoDaddyEnrollment.cs#L237
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build and Test dotnet project: GoDaddy/Client/GoDaddyClient.cs#L36
The field 'GoDaddyAuthenticator._baseUrl' is never used