Fix C# compilation errors in GitHub Actions CI/CD pipeline #6
Annotations
7 errors, 10 warnings, and 1 notice
|
|
|
MainWindow.xaml.cs#L1516
The type or namespace name 'PSRemotingTransportException' could not be found (are you missing a using directive or an assembly reference?)
|
|
MainWindow.xaml.cs#L1491
Cannot implicitly convert type 'System.TimeSpan' to 'int'
|
|
MainWindow.xaml.cs#L1490
Cannot implicitly convert type 'System.TimeSpan' to 'int'
|
|
MainWindow.xaml.cs#L1516
The type or namespace name 'PSRemotingTransportException' could not be found (are you missing a using directive or an assembly reference?)
|
|
MainWindow.xaml.cs#L1491
Cannot implicitly convert type 'System.TimeSpan' to 'int'
|
|
MainWindow.xaml.cs#L1490
Cannot implicitly convert type 'System.TimeSpan' to 'int'
|
|
MainWindow.xaml.cs#L1559
Non-nullable field '_sourcePattern' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
MainWindow.xaml.cs#L1696
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
|
|
MainWindow.xaml.cs#L1549
Cannot convert null literal to non-nullable reference type.
|
|
MainWindow.xaml.cs#L1547
Nullability of reference types in type of 'event PropertyChangedEventHandler MainWindow.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
MainWindow.xaml.cs#L1576
Cannot convert null literal to non-nullable reference type.
|
|
MainWindow.xaml.cs#L1601
Cannot convert null literal to non-nullable reference type.
|
|
MainWindow.xaml.cs#L1647
Cannot convert null literal to non-nullable reference type.
|
|
MainWindow.xaml.cs#L1599
Nullability of reference types in type of 'event PropertyChangedEventHandler SqlScript.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
MainWindow.xaml.cs#L1645
Nullability of reference types in type of 'event PropertyChangedEventHandler WindowsService.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
MainWindow.xaml.cs#L1574
Nullability of reference types in type of 'event PropertyChangedEventHandler FileReplaceRule.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
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