Skip to content

Fix button template/triggers #627

Fix button template/triggers

Fix button template/triggers #627

Triggered via pull request December 22, 2024 14:33
Status Success
Total duration 3m 38s
Artifacts

wpf-ui-pr-validator.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
build
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
build
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
build
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
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/Markup/FontIconExtension.cs#L52
Possible null reference assignment.
build: src/Wpf.Ui/Controls/NavigationView/NavigationView.Properties.cs#L467
Dereference of a possibly null reference.
build: src/Wpf.Ui/Controls/NavigationView/NavigationView.Properties.cs#L474
Dereference of a possibly null reference.
build: src/Wpf.Ui/Controls/NavigationView/NavigationView.Properties.cs#L476
Dereference of a possibly null reference.
build: src/Wpf.Ui/Controls/NavigationView/NavigationView.Properties.cs#L491
Dereference of a possibly null reference.