Skip to content

Merge branch 'feat/e2e-stability' into main #96

Merge branch 'feat/e2e-stability' into main

Merge branch 'feat/e2e-stability' into main #96

Triggered via push September 8, 2025 14:52
Status Failure
Total duration 1m 21s
Artifacts

cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build: Abies/Html/Elements.cs#L486
Dereference of a possibly null reference.
build: Abies/Html/Elements.cs#L185
Dereference of a possibly null reference.
build: Abies/Html/Elements.cs#L100
Dereference of a possibly null reference.
build: Abies/Html/Events.cs#L264
Possible null reference argument for parameter 'Id' in 'Handler.Handler(string Name, string CommandId, Message? Command, string Id, Func<object?, Message>? WithData = null, Type? DataType = null)'.
build: Abies/Html/Events.cs#L261
Possible null reference argument for parameter 'Id' in 'Handler.Handler(string Name, string CommandId, Message? Command, string Id, Func<object?, Message>? WithData = null, Type? DataType = null)'.
build: Abies/Url.cs#L75
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Abies/Url.cs#L75
Non-nullable property 'Scheme' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Abies/Url.cs#L97
Cannot convert null literal to non-nullable reference type.
build: Abies/Url.cs#L96
Cannot convert null literal to non-nullable reference type.
build
Abies.Conduit.AppHost is an Aspire AppHost project but necessary dependencies aren't present. Are you missing an Aspire.Hosting.AppHost PackageReference?
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/