Skip to content

Merge pull request #119 from BoiHanny/Lyrikidionisos-TOS-patch-1 #292

Merge pull request #119 from BoiHanny/Lyrikidionisos-TOS-patch-1

Merge pull request #119 from BoiHanny/Lyrikidionisos-TOS-patch-1 #292

Triggered via push June 10, 2025 12:32
Status Failure
Total duration 1m 22s
Artifacts

main.yml

on: push
build-and-release
1m 17s
build-and-release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build-and-release
Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"}
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#L11
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build-and-release: vrcosc-magicchatbox/Classes/XamlCommunication/RelayCommand.cs#L31
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-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/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/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.
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.