Skip to content

Bump Testably.Abstractions from 3.1.2 to 3.2.1 #259

Bump Testably.Abstractions from 3.1.2 to 3.2.1

Bump Testably.Abstractions from 3.1.2 to 3.2.1 #259

Triggered via pull request May 20, 2024 06:53
Status Success
Total duration 4m 28s
Artifacts

test.yml

on: pull_request
Matrix: Build & Test
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Build & Test (ubuntu-latest): src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L17
Possible null reference argument for parameter 'source' in 'IEnumerable<object> Enumerable.Cast<object>(IEnumerable source)'.
Build & Test (ubuntu-latest): src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L23
Cannot convert null literal to non-nullable reference type.
Build & Test (ubuntu-latest): src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L23
Cannot convert null literal to non-nullable reference type.
Build & Test (ubuntu-latest): src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L36
Possible null reference argument for parameter 'source' in 'IEnumerable<object> Enumerable.Cast<object>(IEnumerable source)'.
Build & Test (ubuntu-latest): src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L42
Cannot convert null literal to non-nullable reference type.
Build & Test (ubuntu-latest): src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L42
Cannot convert null literal to non-nullable reference type.
Build & Test (ubuntu-latest): src/CommonUtilities.TestingUtilities/Collections/INonModifyingEnumerableTestSuite.cs#L371
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
Build & Test (ubuntu-latest): src/CommonUtilities.TestingUtilities/Collections/INonModifyingEnumerableTestSuite.cs#L372
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
Build & Test (ubuntu-latest): 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 (ubuntu-latest): 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 (windows-latest): src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L23
Cannot convert null literal to non-nullable reference type.
Build & Test (windows-latest): src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L23
Cannot convert null literal to non-nullable reference type.
Build & Test (windows-latest): src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L42
Cannot convert null literal to non-nullable reference type.
Build & Test (windows-latest): src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L42
Cannot convert null literal to non-nullable reference type.
Build & Test (windows-latest): 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 (windows-latest): 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 (windows-latest): src/CommonUtilities/test/Collections/FrugalListTestBase.cs#L44
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build & Test (windows-latest): 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 (windows-latest): 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 (windows-latest): src/CommonUtilities/test/Collections/FrugalListTestBase.cs#L52
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)