Merge 1.2.0 to main #7
Merged
Annotations
10 warnings
|
GoDaddy.Tests/GoDaddyEnrollment.cs#L317
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
|
|
GoDaddy.Tests/GoDaddyEnrollment.cs#L316
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
|
|
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)
|
|
GoDaddy.Tests/FakeGoDaddyClient.cs#L231
Do not use Assert.NotNull() on value type 'int'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
|
GoDaddy.Tests/FakeGoDaddyClient.cs#L206
Do not use Assert.NotNull() on value type 'int'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
|
GoDaddy.Tests/FakeGoDaddyClient.cs#L182
Do not use Assert.NotNull() on value type 'int'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
|
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)
|
|
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)
|
|
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)
|
|
GoDaddy/Client/GoDaddyClient.cs#L36
The field 'GoDaddyAuthenticator._baseUrl' is never used
|
The logs for this run have expired and are no longer available.
Loading