Skip to content

Enhance AutoSuggestBox with focus/unfocus behavior and drop shadow #1217

Enhance AutoSuggestBox with focus/unfocus behavior and drop shadow

Enhance AutoSuggestBox with focus/unfocus behavior and drop shadow #1217

Triggered via pull request July 8, 2026 22:49
Status Success
Total duration 2m 34s
Artifacts

wpf-ui-pr-validator.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, microsoft/setup-msbuild@v2, nuget/setup-nuget@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: src/Wpf.Ui/Extensions/DateTimeExtensions.cs#L9
The symbol 'DateTime' is banned in this project: Don't use DateTime. Use DateTimeOffset instead. (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.BannedApiAnalyzers/BannedApiAnalyzers.Help.md)
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.