Skip to content

Fix VRChat not connecting to desktopclient, and thus OSC ChatBox noti… #55

Fix VRChat not connecting to desktopclient, and thus OSC ChatBox noti…

Fix VRChat not connecting to desktopclient, and thus OSC ChatBox noti… #55

Re-run triggered August 12, 2024 21:09
Status Success
Total duration 3m 30s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

27 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
build: VXMusicDesktop/Core/ObservableObject.cs#L15
Cannot convert null literal to non-nullable reference type.
build: VXMusicDesktop/Core/RelayCommand.cs#L28
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build: VXMusicDesktop/Core/RelayCommand.cs#L33
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
build: VXMusicDesktop/Core/RelayCommand.cs#L16
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build: VXMusicDesktop/Core/RelayCommand.cs#L22
Cannot convert null literal to non-nullable reference type.
build: VXMusicDesktop/MVVM/ViewModel/ConnectionsViewModel.cs#L18
Nullability of reference types in type of 'event PropertyChangedEventHandler ConnectionsViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: VXMusicDesktop/App.xaml.cs#L49
Possible null reference assignment.
build: VXMusicDesktop/App.xaml.cs#L65
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build: VXMusicDesktop/App.xaml.cs#L65
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
build
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
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
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
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: VXAutoUpdater/MainWindow.xaml.cs#L13
The using directive for 'System.Windows.Input' appeared previously in this namespace
build: VXAutoUpdater/Theme/ColourSchemeManager.cs#L15
Non-nullable event 'ThemeChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: VXAutoUpdater/Theme/ColourSchemeManager.cs#L16
Non-nullable event 'MenuOptionChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: VXAutoUpdater/Theme/ColourSchemeManager.cs#L50
Non-nullable property 'PrimaryColour' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VXAutoUpdater/Theme/ColourSchemeManager.cs#L51
Non-nullable property 'SecondaryColour' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VXAutoUpdater/Theme/ColourSchemeManager.cs#L52
Non-nullable property 'Accent1Colour' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VXAutoUpdater/Theme/ColourSchemeManager.cs#L53
Non-nullable property 'Accent2Colour' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VXAutoUpdater/Theme/ColourSchemeManager.cs#L54
Non-nullable property 'TextBasic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VXAutoUpdater/Theme/ColourSchemeManager.cs#L55
Non-nullable property 'EnabledGreen' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VXAutoUpdater/Theme/ColourSchemeManager.cs#L56
Non-nullable property 'DisabledRed' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
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/