Update Pipeline api #43
Annotations
10 warnings
Build & Test in Release Mode:
src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L23
Cannot convert null literal to non-nullable reference type.
|
Build & Test in Release Mode:
src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L23
Cannot convert null literal to non-nullable reference type.
|
Build & Test in Release Mode:
src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L42
Cannot convert null literal to non-nullable reference type.
|
Build & Test in Release Mode:
src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L42
Cannot convert null literal to non-nullable reference type.
|
Build & Test in Release Mode:
src/CommonUtilities.TestingUtilities/Collections/IReadOnlyListTestSuite.cs#L43
Theory method 'From_IEnumerable' on test class 'IReadOnlyListTestSuite' does not use parameter '__'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
Build & Test in Release Mode:
src/CommonUtilities/test/Extensions/EncodingExtensionsTest.cs#L252
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build & Test in Release Mode:
src/CommonUtilities/test/Collections/ReadOnlyFrugalListTestBase.cs#L41
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build & Test in Release Mode:
src/CommonUtilities/test/Collections/ReadOnlyFrugalListTestBase.cs#L40
Do not use Assert.NotNull() on value type 'ReadOnlyFrugalList<T>'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
Build & Test in Release Mode:
src/CommonUtilities/test/Collections/ReadOnlyFrugalListTestBase.cs#L60
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build & Test in Release Mode:
src/CommonUtilities/test/Collections/ReadOnlyFrugalListTestBase.cs#L66
Theory method 'Ctor_ModificationsGetNotReflectedWhenOriginalListChanges' on test class 'ReadOnlyFrugalListTestBase' does not use parameter '__'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
Loading