Skip to content

Updated IntelliChatModule and related classes #20

Updated IntelliChatModule and related classes

Updated IntelliChatModule and related classes #20

Triggered via push February 26, 2024 23:10
Status Failure
Total duration 2m 30s
Artifacts

main.yml

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

Annotations

10 errors and 11 warnings
build-and-release: vrcosc-magicchatbox/ViewModels/ViewModel.cs#L4203
'IntelliChatWritingStyle' does not contain a definition for 'Casual'
build-and-release: vrcosc-magicchatbox/Classes/Modules/IntelliChatModule.cs#L256
'IntelliChatModule.ModerationCheckAsync(string)': not all code paths return a value
build-and-release: vrcosc-magicchatbox/Classes/Modules/IntelliChatModule.cs#L293
The name 'PerformModerationCheckAsync' does not exist in the current context
build-and-release: vrcosc-magicchatbox/Classes/Modules/IntelliChatModule.cs#L362
The name 'PerformModerationCheckAsync' does not exist in the current context
build-and-release: vrcosc-magicchatbox/Classes/Modules/IntelliChatModule.cs#L437
The name 'PerformModerationCheckAsync' does not exist in the current context
build-and-release: vrcosc-magicchatbox/Classes/Modules/IntelliChatModule.cs#L485
The name 'PerformModerationCheckAsync' does not exist in the current context
build-and-release: vrcosc-magicchatbox/ViewModels/ViewModel.cs#L4203
'IntelliChatWritingStyle' does not contain a definition for 'Casual'
build-and-release: vrcosc-magicchatbox/Classes/Modules/IntelliChatModule.cs#L256
'IntelliChatModule.ModerationCheckAsync(string)': not all code paths return a value
build-and-release: vrcosc-magicchatbox/Classes/Modules/IntelliChatModule.cs#L293
The name 'PerformModerationCheckAsync' does not exist in the current context
build-and-release: vrcosc-magicchatbox/Classes/Modules/IntelliChatModule.cs#L362
The name 'PerformModerationCheckAsync' does not exist in the current context
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. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-release: MagicChatboxV2/UIVM/Windows/CustomErrorDialog.xaml.cs#L25
Non-nullable field 'autoCloseTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-release: MagicChatboxV2/Services/WeatherService.cs#L66
Non-nullable property 'Weather' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-release: MagicChatboxV2/Services/WeatherService.cs#L69
Non-nullable property 'Main' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-release: MagicChatboxV2/Services/WeatherService.cs#L72
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-release: MagicChatboxV2/Services/WeatherService.cs#L80
Non-nullable property 'Main' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-release: MagicChatboxV2/Services/WeatherService.cs#L83
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-release: MagicChatboxV2/Services/WeatherService.cs#L86
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-release: MagicChatboxV2/Services/WeatherService.cs#L53
Possible null reference return.
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.