Skip to content

chore: update changelog #112

chore: update changelog

chore: update changelog #112

Triggered via push March 23, 2026 14:33
Status Success
Total duration 45s
Artifacts

tests.yml

on: push
Build and Test dotnet project
40s
Build and Test dotnet project
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Test dotnet project: GoDaddy.Tests/GoDaddyCAPluginTests.cs#L106
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
Build and Test dotnet project: GoDaddy.Tests/Fakes/FakeGoDaddyClient.cs#L231
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/Fakes/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/Fakes/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/GoDaddyCAPluginTests.cs#L243
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/GoDaddyCAPluginTests.cs#L192
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/GoDaddyCAPluginTests.cs#L145
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/GoDaddyCAPluginTests.cs#L106
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