Merge pull request #66 from BoiHanny/Pre-Master #91
Annotations
18 warnings
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/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Upload Release Asset
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/
|
Create 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/
|
Create 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/
|
Create 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 Solution:
MagicChatboxV2/App.xaml.cs#L18
Cannot convert null literal to non-nullable reference type.
|
Build Solution:
MagicChatboxV2/Startup/Windows/LoadingWindowViewModel.cs#L14
Non-nullable field 'progressMessage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Solution:
MagicChatboxV2/Models/Settings.cs#L17
Non-nullable field 'settingVersion' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Solution:
MagicChatboxV2/Modules/CurrentTimeModule.cs#L86
Non-nullable event 'DataUpdated' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build Solution:
MagicChatboxV2/App.xaml.cs#L47
Dereference of a possibly null reference.
|
Build Solution:
MagicChatboxV2/Services/SettingsService.cs#L70
Possible null reference return.
|
Build Solution:
MagicChatboxV2/Services/SettingsService.cs#L90
Converting null literal or possible null value to non-nullable type.
|
Build Solution:
MagicChatboxV2/Services/SettingsService.cs#L91
The type 'T?' cannot be used as type parameter 'T' in the generic type or method 'SettingsService.SaveSettingsAsync<T>(T)'. Nullability of type argument 'T?' doesn't match constraint type 'MagicChatboxV2.Models.ISettings'.
|
Build Solution:
MagicChatboxV2/Services/SettingsService.cs#L92
Possible null reference return.
|
Build Solution:
MagicChatboxV2/Services/SettingsService.cs#L97
Possible null reference return.
|
Upload and Scan with VirusTotal
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/
|
Get VirusTotal Scan Report
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/
|
Loading