feat: Add HandleCustomerAuthInput type for .NET #765
Annotations
10 warnings
Test:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L59
Do not use Assert.NotNull() on value type 'RegisteredService'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
Test:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L69
Do not use Assert.NotNull() on value type 'RegisteredService'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
Test:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L73
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Test:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L121
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Test:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L142
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Test:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L184
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Test:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L233
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Test:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L215
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)
|
Test:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L173
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)
|
Test:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L216
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)
|
Loading