feat(controls): Add an “Add Button” and a “Close Button” to the tab control. Additionally, drag-and-drop functionality has been enabled. #1101
Annotations
10 warnings
|
build:
src/Wpf.Ui/Controls/SymbolFilled.cs#L20
Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)
|
|
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.
|