Skip to content

Improve versioning in actions file #47

Improve versioning in actions file

Improve versioning in actions file #47

Triggered via push November 19, 2024 07:29
Status Failure
Total duration 2m 34s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
build (Release)
The process 'C:\hostedtoolcache\windows\advinst\22.2\x86\bin\x86\advancedinstaller.com' failed with exit code 3758162020
build (Release)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release): App.xaml.cs#L26
Possible null reference argument for parameter 'exception' in 'void App.CreateDump(Exception exception)'.
build (Release): MainWindowViewModel.cs#L244
Non-nullable field '_selectedLanguage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Release): MainWindowViewModel.cs#L244
Non-nullable field '_borderColour' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Release): MainWindowViewModel.cs#L244
Non-nullable field 'cultureInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Release): Managers/MaiTouchSensorButtonStateManager.cs#L53
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Release): Extensions/VisualTreeHelperExtensions.cs#L20
Possible null reference argument for parameter 'parent' in 'List<Image> VisualTreeHelperExtensions.FindVisualChildren<Image>(DependencyObject parent)'.
build (Release): Managers/MaiTouchComConnector.cs#L45
Possible null reference argument for parameter 'obj' in 'void Action<string>.Invoke(string obj)'.
build (Release): Managers/MaiTouchComConnector.cs#L53
Possible null reference argument for parameter 'obj' in 'void Action<string>.Invoke(string obj)'.
build (Release): Managers/MaiTouchComConnector.cs#L73
Possible null reference argument for parameter 'obj' in 'void Action<string>.Invoke(string obj)'.
build (Release): MainWindow.xaml.cs#L212
Dereference of a possibly null reference.