Merge pull request #1165 from lepoco/development #20
Annotations
20 warnings
src/Wpf.Ui.Tray/Hicon.cs#L7
Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)
|
src/Wpf.Ui.Tray/Hicon.cs#L7
Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)
|
src/Wpf.Ui.Tray/Hicon.cs#L7
Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)
|
src/Wpf.Ui.Tray/Hicon.cs#L7
Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)
|
src/Wpf.Ui.Tray/Hicon.cs#L7
Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)
|
src/Wpf.Ui.Tray/Interop/Shell32.cs#L20
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
|
src/Wpf.Ui.Tray/Interop/Shell32.cs#L20
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
|
src/Wpf.Ui.Tray/Interop/User32.cs#L21
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
|
src/Wpf.Ui.Tray/Interop/User32.cs#L21
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
|
src/Wpf.Ui.Tray/NotifyIconService.cs#L16
Type 'NotifyIconService' owns disposable field(s) 'internalNotifyIconManager' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
|
src/Wpf.Ui/Controls/Arc/Arc.cs#L56
'Arc.StrokeStartLineCapProperty' hides inherited member 'Shape.StrokeStartLineCapProperty'. Use the new keyword if hiding was intended.
|
src/Wpf.Ui/Markup/FontIconExtension.cs#L52
Possible null reference assignment.
|
src/Wpf.Ui/Controls/Snackbar/SnackbarPresenter.cs#L80
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
src/Wpf.Ui/Controls/NavigationView/NavigationView.Properties.cs#L467
Dereference of a possibly null reference.
|
src/Wpf.Ui/Controls/NavigationView/NavigationView.Properties.cs#L474
Dereference of a possibly null reference.
|
src/Wpf.Ui/Controls/NavigationView/NavigationView.Properties.cs#L476
Dereference of a possibly null reference.
|
src/Wpf.Ui/Controls/NavigationView/NavigationView.Properties.cs#L491
Dereference of a possibly null reference.
|
src/Wpf.Ui/Controls/NavigationView/NavigationView.Properties.cs#L470
Closing brace should be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1513.md)
|
src/Wpf.Ui/Controls/NavigationView/NavigationView.Properties.cs#L480
Closing brace should be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1513.md)
|
src/Wpf.Ui/Interop/Dwmapi.cs#L28
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
|
This job succeeded
Loading