Skip to content

Build and Format experiment #10

Build and Format experiment

Build and Format experiment #10

Triggered via pull request December 31, 2024 02:03
Status Success
Total duration 3m 4s
Artifacts

build-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Test: Rees.Wpf/WpfViewLoader.cs#L27
Cannot convert null literal to non-nullable reference type.
Build and Test: Rees.Wpf/ApplicationState/PersistApplicationStateAsXaml.cs#L28
Non-nullable field 'doNotUseFullFileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build and Test: Rees.Wpf/ApplicationState/PersistApplicationStateAsXaml.cs#L50
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
Build and Test: Rees.Wpf/WpfViewLoader.cs#L70
Cannot convert null literal to non-nullable reference type.
Build and Test: Rees.Wpf/WpfViewLoader.cs#L16
Non-nullable property 'TargetWindow' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: Rees.Wpf/MessageBase.cs#L8
Non-nullable property 'Sender' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: Rees.Wpf/MessageBase.cs#L8
Non-nullable property 'Target' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: Rees.Wpf/MessageBase.cs#L16
Non-nullable property 'Target' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: Rees.Wpf/RecentFiles/RecentFileV1.cs#L13
Non-nullable property 'FullFileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.