Skip to content

Added the HorizontalIconAlignment property to the button. #519

Added the HorizontalIconAlignment property to the button.

Added the HorizontalIconAlignment property to the button. #519

Triggered via pull request June 10, 2024 08:40
Status Success
Total duration 2m 37s
Artifacts

wpf-ui-pr-validator.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Wpf.Ui/Controls/Arc/Arc.cs#L56
'Arc.StrokeStartLineCapProperty' hides inherited member 'Shape.StrokeStartLineCapProperty'. Use the new keyword if hiding was intended.
build: src/Wpf.Ui/Controls/Snackbar/SnackbarPresenter.cs#L53
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: src/Wpf.Ui/Markup/FontIconExtension.cs#L62
Possible null reference assignment.
build: src/Wpf.Ui/Controls/Button/Button.cs#L11
XML comment has badly formed XML -- ''ui' is an undeclared prefix. Line 575, position 14.'
build: src/Wpf.Ui/Interop/Dwmapi.cs#L28
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
build: src/Wpf.Ui/Interop/Kernel32.cs#L24
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
build: src/Wpf.Ui/Interop/Shell32.cs#L28
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
build: src/Wpf.Ui/Interop/User32.cs#L28
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
build: src/Wpf.Ui/Interop/UxTheme.cs#L24
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
build: src/Wpf.Ui/Controls/Arc/Arc.cs#L56
'Arc.StrokeStartLineCapProperty' hides inherited member 'Shape.StrokeStartLineCapProperty'. Use the new keyword if hiding was intended.