Skip to content

Frontend OTel: read meta otlp-endpoint; set endpoint in Conduit index… #108

Frontend OTel: read meta otlp-endpoint; set endpoint in Conduit index…

Frontend OTel: read meta otlp-endpoint; set endpoint in Conduit index… #108

Triggered via push September 9, 2025 20:57
Status Failure
Total duration 1m 18s
Artifacts

cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build
Process completed with exit code 1.
build: Abies.Conduit.Api/Program.cs#L62
'WebApplication' does not contain a definition for 'MapOptions' and no accessible extension method 'MapOptions' accepting a first argument of type 'WebApplication' could be found (are you missing a using directive or an assembly reference?)
build: Abies.Conduit.Api/Program.cs#L62
'WebApplication' does not contain a definition for 'MapOptions' and no accessible extension method 'MapOptions' accepting a first argument of type 'WebApplication' could be found (are you missing a using directive or an assembly reference?)
build: Abies/Html/Elements.cs#L185
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/Html/Attributes.cs#L295
Possible null reference argument for parameter 'Id' in 'Attribute.Attribute(string Id, string Name, string Value)'.
build: Abies/Html/Elements.cs#L100
Dereference of a possibly null reference.
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/