Skip to content

Merge pull request #1172 from lepoco/bugfix/update-docs #23

Merge pull request #1172 from lepoco/bugfix/update-docs

Merge pull request #1172 from lepoco/bugfix/update-docs #23

Triggered via push July 26, 2024 12:05
Status Success
Total duration 3m 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
deploy: src/Wpf.Ui.Tray/Interop/Shell32.cs#L18
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
deploy: src/Wpf.Ui.Tray/Interop/Shell32.cs#L18
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
deploy: src/Wpf.Ui.Tray/Interop/User32.cs#L18
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
deploy: src/Wpf.Ui.Tray/Interop/User32.cs#L18
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
deploy: src/Wpf.Ui.Tray/NotifyIconService.cs#L15
Type 'NotifyIconService' owns disposable field(s) 'internalNotifyIconManager' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
deploy: src/Wpf.Ui.Tray/NotifyIconService.cs#L15
Type 'NotifyIconService' owns disposable field(s) 'internalNotifyIconManager' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
deploy: src/Wpf.Ui/Controls/Arc/Arc.cs#L56
'Arc.StrokeStartLineCapProperty' hides inherited member 'Shape.StrokeStartLineCapProperty'. Use the new keyword if hiding was intended.