Skip to content

Merge branch 'development' of github.com:lepoco/wpfui into development #154

Merge branch 'development' of github.com:lepoco/wpfui into development

Merge branch 'development' of github.com:lepoco/wpfui into development #154

Triggered via push October 9, 2023 18:40
Status Success
Total duration 4m 30s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Wpf.Ui.ToastNotifications/Toast.cs#L10
Missing XML comment for publicly visible type or member 'Toast'
build: src/Wpf.Ui.ToastNotifications/Toast.cs#L12
Missing XML comment for publicly visible type or member 'Toast.Show()'
build: src/Wpf.Ui/Controls/PasswordBox/PasswordBox.cs#L189
Nullability of type of parameter 'parameter' doesn't match overridden member (possibly because of nullability attributes).
build: src/Wpf.Ui/Converters/RightSplitThicknessConverter.cs#L16
Possible null reference return.
build: src/Wpf.Ui/Converters/RightSplitCornerRadiusConverter.cs#L16
Possible null reference return.
build: src/Wpf.Ui/Converters/LeftSplitThicknessConverter.cs#L16
Possible null reference return.
build: src/Wpf.Ui/Converters/LeftSplitCornerRadiusConverter.cs#L16
Possible null reference return.
build: src/Wpf.Ui/Converters/IconSourceElementConverter.cs#L15
Possible null reference argument for parameter 'value' in 'object IconSourceElementConverter.ConvertToIconElement(object value)'.
build: src/Wpf.Ui/Interop/Shell32.cs#L116
Non-nullable field 'szTip' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Wpf.Ui/Interop/Shell32.cs#L128
Non-nullable field 'szInfo' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.