Update MagicChatbox version to 0.8.868 #51
Annotations
17 warnings
build-and-release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/create-release@v1, actions/upload-release-asset@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-release
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-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:
MagicChatboxV2/Helpers/StartupHelper.cs#L21
Non-nullable field 'loadingWindow' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-release:
MagicChatboxV2/Helpers/StartupHelper.cs#L49
Dereference of a possibly null reference.
|
build-and-release:
MagicChatboxV2/Helpers/StartupHelper.cs#L75
Dereference of a possibly null reference.
|
build-and-release:
MagicChatboxV2/Services/SystemTrayService.cs#L22
Non-nullable field 'tbIcon' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-release:
MagicChatboxV2/Services/Modules/WeatherModule.cs#L61
Non-nullable field '_updateTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-release:
MagicChatboxV2/Services/Modules/WeatherModule.cs#L61
Non-nullable field '_currentWeather' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-release:
MagicChatboxV2/Services/Modules/WeatherModule.cs#L61
Non-nullable event 'DataUpdated' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build-and-release:
MagicChatboxV2/Services/Modules/CurrentTimeModule.cs#L51
Non-nullable event 'DataUpdated' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build-and-release:
MagicChatboxV2/Services/VRChatMonitorService.cs#L17
Nullability of reference types in type of parameter 'sender' of 'void VRChatMonitorService.CheckVRChatProcess(object sender, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
build-and-release:
MagicChatboxV2/Services/VRChatMonitorService.cs#L14
Non-nullable event 'OnVRChatStarted' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|