Skip to content

Adjusted the way error messages are displayed #56

Adjusted the way error messages are displayed

Adjusted the way error messages are displayed #56

Triggered via push November 18, 2023 17:29
Status Success
Total duration 2m 3s
Artifacts

build-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: GuillaumeFalourd/setup-windows10-sdk-action@v1.5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: msbuild-gui/MainWindow.xaml.cs#L890
Nullability of reference types in type of 'event PropertyChangedEventHandler ResourceService.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: msbuild-gui/MainWindow.xaml.cs#L891
Cannot convert null literal to non-nullable reference type.
build: msbuild-gui/VersionWindow.xaml.cs#L18
Dereference of a possibly null reference.
build: msbuild-gui/App.xaml.cs#L29
Cannot convert null literal to non-nullable reference type.
build: msbuild-gui/App.xaml.cs#L33
Possible null reference argument for parameter 'e' in 'void App.HandleException(Exception e)'.
build: msbuild-gui/App.xaml.cs#L34
Possible null reference argument for parameter 'e' in 'void App.HandleException(Exception e)'.
build: msbuild-gui/InputWindow.xaml.cs#L31
Nullable value type may be null.
build: msbuild-gui/Console.xaml.cs#L22
Non-nullable field 'command' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: msbuild-gui/Console.xaml.cs#L194
Converting null literal or possible null value to non-nullable type.
build: msbuild-gui/MainWindow.xaml.cs#L890
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.