Try building msi from github action #42
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/setup-msbuild@v1.0.2. 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/setup-msbuild@v1.0.2. 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):
Extensions/VisualTreeHelperExtensions.cs#L20
Possible null reference argument for parameter 'parent' in 'List<Image> VisualTreeHelperExtensions.FindVisualChildren<Image>(DependencyObject parent)'.
|
build (Release):
App.xaml.cs#L26
Possible null reference argument for parameter 'exception' in 'void App.CreateDump(Exception exception)'.
|
build (Release):
MainWindowViewModel.cs#L224
Non-nullable property 'LbAutoPortConnecting' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Release):
MainWindowViewModel.cs#L224
Non-nullable property 'LbAutoSensorPositioning' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Release):
MainWindowViewModel.cs#L224
Non-nullable property 'LbButtonState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Release):
MainWindowViewModel.cs#L224
Non-nullable property 'LbConnectionState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Release):
MainWindowViewModel.cs#L224
Non-nullable property 'LbConnectionStateNotConnected' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Release):
MainWindowViewModel.cs#L224
Non-nullable property 'LbConnectToPort' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Release):
MainWindowViewModel.cs#L224
Non-nullable property 'LbDebugMode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Release):
MainWindowViewModel.cs#L224
Non-nullable property 'LbExitWithSinmai' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|