Skip to content

Update main.yml

Update main.yml #288

Triggered via push May 12, 2025 22:07
Status Success
Total duration 2m 46s
Artifacts

main.yml

on: push
build-and-release
2m 36s
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/ViewModels/Models/ProcessInfo.cs#L20
Nullability of reference types in type of 'event PropertyChangedEventHandler ProcessInfo.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-and-release: vrcosc-magicchatbox/ViewModels/Models/MediaSessionInfo.cs#L68
Nullability of reference types in type of 'event PropertyChangedEventHandler MediaSessionInfo.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-and-release: vrcosc-magicchatbox/Classes/DataAndSecurity/OSCController.cs#L21
Cannot convert null literal to non-nullable reference type.
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.