Skip to content

fix(controls): Support ExpandDirection and clicking anywhere on header to expand (Expander.xaml) #1121

fix(controls): Support ExpandDirection and clicking anywhere on header to expand (Expander.xaml)

fix(controls): Support ExpandDirection and clicking anywhere on header to expand (Expander.xaml) #1121

Triggered via pull request March 2, 2026 20:27
Status Success
Total duration 2m 32s
Artifacts

wpf-ui-pr-validator.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Wpf.Ui/Converters/CornerRadiusSplitConverter.cs#L8
Using directives must be placed outside of a namespace declaration (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0065)
build: src/Wpf.Ui/Interop/PInvoke.cs#L12
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
build: src/Wpf.Ui/Controls/NavigationView/NavigationView.Navigation.cs#L358
Possible null reference assignment.
build: src/Wpf.Ui/Controls/EffectThicknessDecorator.cs#L186
Non-nullable event 'Opened' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Wpf.Ui/Controls/EffectThicknessDecorator.cs#L180
Non-nullable event 'Opened' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Wpf.Ui/Controls/EffectThicknessDecorator.cs#L174
Non-nullable event 'Opened' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Wpf.Ui/Converters/ClipConverter.cs#L26
Possible null reference return.
build: src/Wpf.Ui/Converters/ClipConverter.cs#L17
Possible null reference return.