Skip to content

add elements, attributes and events from html for i think 100% coverage #27

add elements, attributes and events from html for i think 100% coverage

add elements, attributes and events from html for i think 100% coverage #27

Triggered via push April 16, 2025 13:01
Status Success
Total duration 1m 0s
Artifacts

cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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#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#L47
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#L43
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#L27
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#L38
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#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#L62
This call site is reachable on all platforms. 'Operations.Diff(Node, Node)' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Abies.Benchmarks/DomDiffingBenchmarks.cs#L34
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
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/