Skip to content

Refactor IntelliChat and Whisper modules #280

Refactor IntelliChat and Whisper modules

Refactor IntelliChat and Whisper modules #280

Triggered via push March 22, 2025 02:46
Status Success
Total duration 2m 48s
Artifacts

main.yml

on: push
build-and-release
2m 40s
build-and-release
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
build-and-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-and-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-and-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-and-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-and-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-and-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-and-release: vrcosc-magicchatbox/Classes/XamlCommunication/RelayCommand.cs#L26
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-and-release: vrcosc-magicchatbox/Classes/DataAndSecurity/OSCController.cs#L21
Cannot convert null literal to non-nullable reference type.
build-and-release: vrcosc-magicchatbox/UI/Dialogs/ApplicationError.xaml#L336
'ApplicationError.Close' hides inherited member 'Window.Close()'. Use the new keyword if hiding was intended.
build-and-release: vrcosc-magicchatbox/Classes/DataAndSecurity/HotkeyManagement.cs#L203
Cannot convert null literal to non-nullable reference type.
build-and-release: MagicChatboxAPI/Services/AllowedForUsingService.cs#L283
Non-nullable property 'reason' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-release: MagicChatboxAPI/Services/AllowedForUsingService.cs#L92
Cannot convert null literal to non-nullable reference type.
build-and-release: MagicChatboxAPI/Enums/VRChatUserCheckResult.cs#L24
Non-nullable property 'ErrorMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-release: MagicChatboxAPI/Services/AllowedForUsingService.cs#L48
Non-nullable event 'BanDetected' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build-and-release: MagicChatboxAPI/Services/AllowedForUsingService.cs#L48
Non-nullable field '_allUserIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-release: MagicChatboxAPI/Services/AllowedForUsingService.cs#L48
Non-nullable field '_timer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.