Skip to content

Added ability to retrieve configuration file paths #59

Added ability to retrieve configuration file paths

Added ability to retrieve configuration file paths #59

Triggered via push November 19, 2023 02:21
Status Success
Total duration 2m 47s
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/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/InputWindow.xaml.cs#L31
Nullable value type may be null.
build: msbuild-gui/MainWindow.xaml.cs#L51
Non-nullable field 'Language' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.