Tolerate different build version for CLI and nuget #371
Annotations
8 warnings
On validate main:
test/Fluxzy.Tests/TlsFingerPrintTests.cs#L34
Theory method 'Validate' on test class 'TlsFingerPrintTests' does not use parameter 'clientName'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
On validate main:
test/Fluxzy.Tests/ImpersonateTests.cs#L53
Theory method 'CheckBlock' on test class 'ImpersonateTests' has InlineData duplicate(s). Remove redundant attribute(s) from the theory method. (https://xunit.net/xunit.analyzers/rules/xUnit1025)
|
On validate main:
test/Fluxzy.Tests/TlsFingerPrintTests.cs#L59
Theory method 'ConnectOnly' on test class 'TlsFingerPrintTests' does not use parameter 'clientName'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
On validate main:
test/Fluxzy.Tests/UnitTests/Rules/MockedResponseContentTests.cs#L28
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
On validate main:
test/Fluxzy.Tests/TlsFingerPrintTests.cs#L34
Theory method 'Validate' on test class 'TlsFingerPrintTests' does not use parameter 'clientName'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
On validate main:
test/Fluxzy.Tests/ImpersonateTests.cs#L53
Theory method 'CheckBlock' on test class 'ImpersonateTests' has InlineData duplicate(s). Remove redundant attribute(s) from the theory method. (https://xunit.net/xunit.analyzers/rules/xUnit1025)
|
On validate main:
test/Fluxzy.Tests/TlsFingerPrintTests.cs#L59
Theory method 'ConnectOnly' on test class 'TlsFingerPrintTests' does not use parameter 'clientName'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
On validate main:
test/Fluxzy.Tests/UnitTests/Rules/MockedResponseContentTests.cs#L28
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Loading