Skip to content

1.2.3

1.2.3 #3

Re-run triggered December 7, 2024 18:54
Status Success
Total duration 40s
Artifacts

csharp.yml

on: push
build-and-publish
30s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-and-publish: Foundation.Data.Doublets.Cli/MixedQueryProcessor.cs#L53
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
build-and-publish: Foundation.Data.Doublets.Cli/MixedQueryProcessor.cs#L54
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<Link<string>, string?>' (possibly because of nullability attributes).
build-and-publish: Foundation.Data.Doublets.Cli/MixedQueryProcessor.cs#L57
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
build-and-publish: Foundation.Data.Doublets.Cli/MixedQueryProcessor.cs#L58
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<Link<string>, string?>' (possibly because of nullability attributes).
build-and-publish: Foundation.Data.Doublets.Cli/MixedQueryProcessor.cs#L61
Nullability of reference types in value of type 'Dictionary<string, Link<string>>' doesn't match target type 'Dictionary<string?, Link<string>>'.
build-and-publish: Foundation.Data.Doublets.Cli/MixedQueryProcessor.cs#L62
Nullability of reference types in value of type 'Dictionary<string, Link<string>>' doesn't match target type 'Dictionary<string?, Link<string>>'.
build-and-publish: Foundation.Data.Doublets.Cli/MixedQueryProcessor.cs#L194
The type 'TLinkAddress?' cannot be used as type parameter 'TOther' in the generic type or method 'ulong.CreateTruncating<TOther>(TOther)'. Nullability of type argument 'TLinkAddress?' doesn't match constraint type 'System.Numerics.INumberBase<TLinkAddress?>'.
build-and-publish: Foundation.Data.Doublets.Cli/MixedQueryProcessor.cs#L53
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
build-and-publish: Foundation.Data.Doublets.Cli/MixedQueryProcessor.cs#L54
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<Link<string>, string?>' (possibly because of nullability attributes).
build-and-publish: Foundation.Data.Doublets.Cli/MixedQueryProcessor.cs#L57
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.