Skip to content

1.2.9.9

1.2.9.9 #89

Triggered via pull request December 6, 2024 10:40
@taublasttaublast
opened #145
2-A
Status Success
Total duration 4m 26s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Engine/Features/Effects/ShaderDoubleTexturesEffect.cs#L205
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
build: src/Engine/Draw/Layout/SkiaLayout.Maui.cs#L57
XML comment has badly formed XML -- 'End tag was not expected at this location.'
build: src/Engine/Draw/Base/SkiaControl.Shared.cs#L588
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
build: src/Engine/Controls/PlayFrames/SkiaGif.cs#L195
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
build: src/Engine/Features/Effects/ShaderDoubleTexturesEffect.cs#L364
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
build: src/Engine/Controls/PlayFrames/SkiaLottie.cs#L282
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
build: src/Engine/HotReload.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Engine/HotReload.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Engine/Draw/Base/SkiaControl.Shared.cs#L1401
The member 'SkiaControl.ClipFrom' does not hide an accessible member. The new keyword is not required.
build: src/Engine/Internals/Models/Rectangle.cs#L5
'DrawingRect' overrides Object.Equals(object o) but does not override Object.GetHashCode()