Skip to content

telemetry: add OpenTelemetry logging (server) and optional browser OT… #102

telemetry: add OpenTelemetry logging (server) and optional browser OT…

telemetry: add OpenTelemetry logging (server) and optional browser OT… #102

Triggered via push September 8, 2025 15:49
Status Success
Total duration 1m 42s
Artifacts

cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build: Abies/Html/Elements.cs#L486
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/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#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/Elements.cs#L100
Dereference of a possibly null reference.
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#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/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/Html/Elements.cs#L100
Dereference of a possibly null reference.
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/