Skip to content

add most elements, attributes and events from html #26

add most elements, attributes and events from html

add most elements, attributes and events from html #26

Triggered via push April 16, 2025 12:54
Status Success
Total duration 59s
Artifacts

cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build: Abies.Benchmarks/DomDiffingBenchmarks.cs#L24
This call site is reachable on all platforms. 'Attributes.href(string, int)' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Abies.Benchmarks/DomDiffingBenchmarks.cs#L28
This call site is reachable on all platforms. 'Elements.text(string, int)' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Abies.Benchmarks/DomDiffingBenchmarks.cs#L35
This call site is reachable on all platforms. 'Attributes.href(string, int)' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Abies.Benchmarks/DomDiffingBenchmarks.cs#L40
This call site is reachable on all platforms. 'Attributes.type(string, int)' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Abies.Benchmarks/DomDiffingBenchmarks.cs#L21
This call site is reachable on all platforms. 'Elements.div(Attribute[], Node[], int)' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Abies.Benchmarks/DomDiffingBenchmarks.cs#L27
This call site is reachable on all platforms. 'Elements.button(Attribute[], Node[], int)' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Abies.Benchmarks/DomDiffingBenchmarks.cs#L23
This call site is reachable on all platforms. 'Attributes.id(string, int)' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Abies.Benchmarks/DomDiffingBenchmarks.cs#L14
This call site is reachable on all platforms. 'Node' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Abies.Benchmarks/DomDiffingBenchmarks.cs#L15
This call site is reachable on all platforms. 'Node' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Abies.Benchmarks/DomDiffingBenchmarks.cs#L45
This call site is reachable on all platforms. 'Elements.a(Attribute[], Node[], int)' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
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/