Skip to content

Added the function to ask questions to ChatGPT in case of errors. #62

Added the function to ask questions to ChatGPT in case of errors.

Added the function to ask questions to ChatGPT in case of errors. #62

Triggered via push November 19, 2023 12:25
Status Success
Total duration 2m 46s
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#L906
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#L907
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#L23
Non-nullable field 'command' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: msbuild-gui/SingleBuild.xaml.cs#L52
Dereference of a possibly null reference.
build: msbuild-gui/SingleBuild.xaml.cs#L52
Possible null reference argument for parameter 'oldValue' in 'string string.Replace(string oldValue, string? newValue)'.