Skip to content

Introduce Event aggregator #1591

Introduce Event aggregator

Introduce Event aggregator #1591

Triggered via pull request December 30, 2024 10:53
Status Failure
Total duration 5m 4s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 1 warning
test: Sdk/Speckle.Connectors.Common/Operations/SendOperation.cs#L45
Cannot implicitly convert type 'System.Threading.Tasks.ValueTask<Speckle.Sdk.Serialisation.V2.Send.SerializeProcessResults>' to 'System.Threading.Tasks.Task'
test: Sdk/Speckle.Connectors.Common/Operations/SendOperation.cs#L45
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
test: Sdk/Speckle.Connectors.Common/Operations/SendOperation.cs#L44
Cannot infer the type of implicitly-typed deconstruction variable 'rootObjId'.
test: Sdk/Speckle.Connectors.Common/Operations/SendOperation.cs#L44
Cannot infer the type of implicitly-typed deconstruction variable 'convertedReferences'.
test: Sdk/Speckle.Connectors.Common/Operations/SendOperation.cs#L45
ValueTask instances returned from method calls should be directly awaited, returned, or passed as an argument to another method call. Other usage, such as storing an instance into a local or a field, is likely an indication of a bug, as ValueTask instances must only ever be consumed once. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
test
Process completed with exit code 1.
build: Sdk/Speckle.Connectors.Common/Operations/SendOperation.cs#L45
Cannot implicitly convert type 'System.Threading.Tasks.ValueTask<Speckle.Sdk.Serialisation.V2.Send.SerializeProcessResults>' to 'System.Threading.Tasks.Task'
build: Sdk/Speckle.Connectors.Common/Operations/SendOperation.cs#L45
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
build: Sdk/Speckle.Connectors.Common/Operations/SendOperation.cs#L44
Cannot infer the type of implicitly-typed deconstruction variable 'rootObjId'.
build: Sdk/Speckle.Connectors.Common/Operations/SendOperation.cs#L44
Cannot infer the type of implicitly-typed deconstruction variable 'convertedReferences'.
build: Sdk/Speckle.Connectors.Common/Operations/SendOperation.cs#L45
ValueTask instances returned from method calls should be directly awaited, returned, or passed as an argument to another method call. Other usage, such as storing an instance into a local or a field, is likely an indication of a bug, as ValueTask instances must only ever be consumed once. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
build: Sdk/Speckle.Connectors.Common/Operations/SendOperation.cs#L45
Cannot implicitly convert type 'System.Threading.Tasks.ValueTask<Speckle.Sdk.Serialisation.V2.Send.SerializeProcessResults>' to 'System.Threading.Tasks.Task'
build: Sdk/Speckle.Connectors.Common/Operations/SendOperation.cs#L45
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
build: Sdk/Speckle.Connectors.Common/Operations/SendOperation.cs#L44
Cannot infer the type of implicitly-typed deconstruction variable 'rootObjId'.
build: Sdk/Speckle.Connectors.Common/Operations/SendOperation.cs#L44
Cannot infer the type of implicitly-typed deconstruction variable 'convertedReferences'.
build: Sdk/Speckle.Connectors.Common/Operations/SendOperation.cs#L45
ValueTask instances returned from method calls should be directly awaited, returned, or passed as an argument to another method call. Other usage, such as storing an instance into a local or a field, is likely an indication of a bug, as ValueTask instances must only ever be consumed once. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636