Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 #662
Annotations
10 warnings
|
|
test/json-ld.net.tests/ExtendedFunctionalityTests.cs#L16
Theory method 'ExtendedFunctionalityTestPasses' on test class 'ExtendedFunctionalityTests' does not use parameter 'id'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
test/json-ld.net.tests/ConformanceTests.cs#L16
Theory method 'ConformanceTestPasses' on test class 'ConformanceTests' does not use parameter 'id'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
test/json-ld.net.tests/ExtendedFunctionalityTests.cs#L37
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
test/json-ld.net.tests/ConformanceTests.cs#L37
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
test/json-ld.net.tests/ExtendedFunctionalityTests.cs#L16
Theory method 'ExtendedFunctionalityTestPasses' on test class 'ExtendedFunctionalityTests' does not use parameter 'id'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
test/json-ld.net.tests/ConformanceTests.cs#L16
Theory method 'ConformanceTestPasses' on test class 'ConformanceTests' does not use parameter 'id'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
test/json-ld.net.tests/ExtendedFunctionalityTests.cs#L37
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
test/json-ld.net.tests/ConformanceTests.cs#L37
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
This job succeeded
Loading