Fix C# build errors: TimeSpan conversion, missing using statements, and nullable reference types #7
Annotations
10 warnings and 1 notice
|
MainWindow.xaml.cs#L202
Dereference of a possibly null reference.
|
|
MainWindow.xaml.cs#L190
Non-nullable field '_cancellationTokenSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
MainWindow.xaml.cs#L1664
Non-nullable property 'DbConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MainWindow.xaml.cs#L1663
Non-nullable property 'IisSiteName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MainWindow.xaml.cs#L1661
Non-nullable property 'SourceDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MainWindow.xaml.cs#L1660
Non-nullable property 'TargetDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MainWindow.xaml.cs#L1659
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MainWindow.xaml.cs#L1658
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MainWindow.xaml.cs#L1657
Non-nullable property 'ServerAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MainWindow.xaml.cs#L1697
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
|
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
The logs for this run have expired and are no longer available.
Loading