Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
CkTools/Src/CkTools.Abstraction/Extensions/IDictionary`Extensions.cs#L149
XML comment has syntactically incorrect cref attribute 'default'
|
build:
CkTools/Src/CkTools.Abstraction/Extensions/IDictionary`Extensions.cs#L149
Identifier expected; 'default' is a keyword. See also error CS1041.
|
build:
CkTools/Src/CkTools.Abstraction/Extensions/ConcurrentDictionary`Extensions.cs#L6
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
build:
CkTools/Src/CkTools.Abstraction/Extensions/IDictionaryExtensions.cs#L20
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
build:
CkTools/Src/CkTools.Abstraction/Extensions/IDictionaryExtensions.cs#L46
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
|
build:
CkTools/Src/CkTools.Abstraction/Extensions/IDictionary`Extensions.cs#L16
Possible null reference assignment.
|
build:
CkTools/Src/CkTools.Abstraction/Extensions/IDictionary`Extensions.cs#L155
Possible null reference assignment.
|
build:
CkTools/Src/CkTools.Abstraction/Comparer/EqualComparer.cs#L20
Nullability of type of parameter 'x' doesn't match overridden member (possibly because of nullability attributes).
|
build:
CkTools/Src/CkTools.Abstraction/Comparer/EqualComparer.cs#L20
Nullability of type of parameter 'y' doesn't match overridden member (possibly because of nullability attributes).
|
build:
CkTools/Src/CkTools.Abstraction/Comparer/HashCodeComparer.cs#L20
Nullability of type of parameter 'x' doesn't match overridden member (possibly because of nullability attributes).
|