Skip to content

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

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

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

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

e2e.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
e2e
Process completed with exit code 1.
e2e: 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?)
e2e: 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?)
e2e
No files were found with the provided path: **/TestResults/*.trx Abies.Conduit.E2E/bin/**/.playwright/**. No artifacts will be uploaded.
e2e: Abies/Html/Elements.cs#L486
Dereference of a possibly null reference.
e2e: Abies/Html/Elements.cs#L185
Dereference of a possibly null reference.
e2e: Abies/Html/Elements.cs#L100
Dereference of a possibly null reference.
e2e: 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)'.
e2e: 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)'.
e2e: 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.
e2e: 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.
e2e: Abies/Url.cs#L97
Cannot convert null literal to non-nullable reference type.
e2e: Abies/Url.cs#L96
Cannot convert null literal to non-nullable reference type.
e2e
Abies.Conduit.AppHost is an Aspire AppHost project but necessary dependencies aren't present. Are you missing an Aspire.Hosting.AppHost PackageReference?