testje #101
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3, microsoft/vs-intellicode@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, microsoft/vs-intellicode@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build with dotnet:
DeveImageOptimizerWPF/LogViewerData/PropertyChangedBase.cs#L8
Nullability of reference types in type of 'event PropertyChangedEventHandler PropertyChangedBase.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Build with dotnet:
DeveImageOptimizerWPF/State/MainWindowState/WindowState.cs#L10
Nullability of reference types in type of 'event PropertyChangedEventHandler WindowState.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Build with dotnet:
DeveImageOptimizerWPF/State/UserSettings/UserSettingsData.cs#L38
Nullability of reference types in type of 'event PropertyChangedEventHandler UserSettingsData.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Build with dotnet:
DeveImageOptimizerWPF/Converters/SwitchBindingExtension.cs#L10
Non-nullable property 'ValueIfTrue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
DeveImageOptimizerWPF/Converters/SwitchBindingExtension.cs#L10
Non-nullable property 'ValueIfFalse' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
DeveImageOptimizerWPF/Converters/SwitchBindingExtension.cs#L15
Non-nullable property 'ValueIfTrue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
DeveImageOptimizerWPF/Converters/SwitchBindingExtension.cs#L15
Non-nullable property 'ValueIfFalse' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
DeveImageOptimizerWPF/Converters/StringToImageSourceConverter.cs#L16
Possible null reference return.
|
Build with dotnet:
DeveImageOptimizerWPF/Converters/StringToImageSourceConverter.cs#L30
Possible null reference return.
|
Build with dotnet:
DeveImageOptimizerWPF/LogViewerData/CollapsibleLogEntry.cs#L7
Non-nullable property 'Contents' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading