fix(controls): Support ExpandDirection and clicking anywhere on header to expand (Expander.xaml) #1664
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/Appearance/ApplicationAccentColorManager.cs#L55
Constant fields should appear before non-constant fields (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1203.md)
|
|
Build:
src/Wpf.Ui/Interop/PInvoke.cs#L12
Partial elements should be documented (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1601.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.
|
Loading