Skip to content

Set Expander content height to * instead of Auto (#1186) #25

Set Expander content height to * instead of Auto (#1186)

Set Expander content height to * instead of Auto (#1186) #25

Triggered via push August 11, 2024 10:43
Status Success
Total duration 3m 48s
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/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/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/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.