Release v10 #26
release.yml
on: pull_request
Annotations
18 errors and 20 warnings
test / Build & Test (ubuntu-latest):
src/CommonUtilities/src/ThrowHelper.cs#L18
'NotNullAttribute' is inaccessible due to its protection level
|
test / Build & Test (ubuntu-latest):
src/CommonUtilities/src/ThrowHelper.cs#L39
'NotNullAttribute' is inaccessible due to its protection level
|
test / Build & Test (ubuntu-latest):
src/CommonUtilities/src/ThrowHelper.cs#L50
'DoesNotReturnAttribute' is inaccessible due to its protection level
|
test / Build & Test (ubuntu-latest):
src/CommonUtilities/src/ThrowHelper.cs#L58
'DoesNotReturnAttribute' is inaccessible due to its protection level
|
test / Build & Test (ubuntu-latest):
src/CommonUtilities.FileSystem/src/Extensions/PathExtensions.cs#L153
Type 'PathExtensions' already defines a member called 'IsAnyDirectorySeparator' with the same parameter types
|
test / Build & Test (ubuntu-latest):
src/CommonUtilities.FileSystem/src/Extensions/PathExtensions.cs#L153
Type 'PathExtensions' already defines a member called 'IsAnyDirectorySeparator' with the same parameter types
|
test / Build & Test (ubuntu-latest):
src/CommonUtilities.FileSystem/src/Extensions/PathExtensions.cs#L153
Type 'PathExtensions' already defines a member called 'IsAnyDirectorySeparator' with the same parameter types
|
test / Build & Test (ubuntu-latest):
src/CommonUtilities.FileSystem/src/Extensions/PathExtensions.cs#L153
Type 'PathExtensions' already defines a member called 'IsAnyDirectorySeparator' with the same parameter types
|
test / Build & Test (ubuntu-latest)
Process completed with exit code 1.
|
test / Build & Test (windows-latest):
src/CommonUtilities/src/ThrowHelper.cs#L18
'NotNullAttribute' is inaccessible due to its protection level
|
test / Build & Test (windows-latest):
src/CommonUtilities/src/ThrowHelper.cs#L39
'NotNullAttribute' is inaccessible due to its protection level
|
test / Build & Test (windows-latest):
src/CommonUtilities/src/ThrowHelper.cs#L50
'DoesNotReturnAttribute' is inaccessible due to its protection level
|
test / Build & Test (windows-latest):
src/CommonUtilities/src/ThrowHelper.cs#L58
'DoesNotReturnAttribute' is inaccessible due to its protection level
|
test / Build & Test (windows-latest):
src/CommonUtilities.FileSystem/src/Extensions/PathExtensions.cs#L153
Type 'PathExtensions' already defines a member called 'IsAnyDirectorySeparator' with the same parameter types
|
test / Build & Test (windows-latest):
src/CommonUtilities.FileSystem/src/Extensions/PathExtensions.cs#L153
Type 'PathExtensions' already defines a member called 'IsAnyDirectorySeparator' with the same parameter types
|
test / Build & Test (windows-latest):
src/CommonUtilities.FileSystem/src/Extensions/PathExtensions.cs#L153
Type 'PathExtensions' already defines a member called 'IsAnyDirectorySeparator' with the same parameter types
|
test / Build & Test (windows-latest):
src/CommonUtilities.FileSystem/src/Extensions/PathExtensions.cs#L153
Type 'PathExtensions' already defines a member called 'IsAnyDirectorySeparator' with the same parameter types
|
test / Build & Test (windows-latest)
Process completed with exit code 1.
|
test / 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)'.
|
test / Build & Test (ubuntu-latest):
src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L23
Cannot convert null literal to non-nullable reference type.
|
test / Build & Test (ubuntu-latest):
src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L23
Cannot convert null literal to non-nullable reference type.
|
test / 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)'.
|
test / Build & Test (ubuntu-latest):
src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L42
Cannot convert null literal to non-nullable reference type.
|
test / Build & Test (ubuntu-latest):
src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L42
Cannot convert null literal to non-nullable reference type.
|
test / 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.
|
test / 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.
|
test / 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)
|
test / Build & Test (ubuntu-latest):
src/CommonUtilities.TestingUtilities/Collections/ICollectionTestSuite.cs#L258
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
test / Build & Test (windows-latest):
src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L23
Cannot convert null literal to non-nullable reference type.
|
test / Build & Test (windows-latest):
src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L23
Cannot convert null literal to non-nullable reference type.
|
test / Build & Test (windows-latest):
src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L42
Cannot convert null literal to non-nullable reference type.
|
test / Build & Test (windows-latest):
src/CommonUtilities.TestingUtilities/CollectionAsserts.cs#L42
Cannot convert null literal to non-nullable reference type.
|
test / 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)
|
test / Build & Test (windows-latest):
src/CommonUtilities.TestingUtilities/Collections/ICollectionTestSuite.cs#L258
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
test / Build & Test (windows-latest):
src/CommonUtilities.TestingUtilities/Collections/ICollectionTestSuite.cs#L308
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
test / Build & Test (windows-latest):
src/CommonUtilities.TestingUtilities/Collections/ICollectionTestSuite.cs#L329
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
test / Build & Test (windows-latest):
src/CommonUtilities.TestingUtilities/Collections/ICollectionTestSuite.cs#L363
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
test / Build & Test (windows-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.
|