Skip to content

Qodana

Qodana #1

Re-run triggered April 22, 2024 11:49
Status Success
Total duration 2m 35s
Artifacts

code_quality.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 603 warnings
Unexpected element error: Songify Slim/Views/HistoryWindow.xaml#L23
Element is not expected here because the content property is not defined for WindowCommands
Unexpected element error: Songify Slim/Views/Window_Botresponse.xaml#L29
Element is not expected here because the content property is not defined for MetroTabControl
Unexpected element error: Songify Slim/Views/HistoryWindow.xaml#L17
Element is not expected here because the content property is not defined for WindowCommands
Unexpected element error: Songify Slim/Views/Window_Console.xaml#L14
Element is not expected here because the content property is not defined for WindowCommands
Unexpected element error: Songify Slim/Views/HistoryWindow.xaml#L18
Element is not expected here because the content property is not defined for WindowCommands
Unexpected element error: Songify Slim/Views/Window_Botresponse.xaml#L34
Element is not expected here because the content property is not defined for MetroTabControl
Unexpected element error: Songify Slim/Views/Window_Console.xaml#L19
Element is not expected here because the content property is not defined for WindowCommands
Unexpected element error: Songify Slim/Views/HistoryWindow.xaml#L16
Element is not expected here because the content property is not defined for WindowCommands
Possible 'null' assignment to non-nullable entity: Songify Slim/Util/General/WebServer.cs#L138
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: Songify Slim/Util/Songify/WebHelper.cs#L88
Possible 'null' assignment to non-nullable entity
Avoid using 'async' lambda when delegate type returns 'void': Songify Slim/Util/Songify/Apihandler.cs#L109
Avoid using 'async' lambda when delegate type returns 'void'
Use of obsolete symbol: Songify Slim/Util/Spotify/SpotifyAPI.Web.Auth/ImplicitGrantAuth.cs#L31
CS0618: Method 'Unosquare.Labs.EmbedIO.Extensions.StringResponseAsync(this IHttpContext, string, string, Encoding, bool, CancellationToken)' is obsolete: This method will be replaced by SendStringAsync
Use of obsolete symbol: Songify Slim/Util/Spotify/SpotifyAPI.Web.Auth/AuthorizationCodeAuth.cs#L126
CS0618: Method 'Unosquare.Labs.EmbedIO.Extensions.Redirect(this IHttpContext, string, bool)' is obsolete: This method will change signature to: void Redirect(this IHttpContext @this, string location, int statusCode = (int)HttpStatusCode.Found)
Use of obsolete symbol: Songify Slim/Util/Spotify/SpotifyAPI.Web.Auth/SpotifyAuthServer.cs#L50
CS0618: Class 'Unosquare.Labs.EmbedIO.Modules.ResourceFilesModule' is obsolete: This class will be replaced by FileModule
Conditional access qualifier expression is known to be null or not null: Songify Slim/Util/Songify/TwitchHandler.cs#L643
Conditional access qualifier expression is known to be not null
Empty constructor: Songify Slim/Util/Spotify/SpotifyAPI.Web.Auth/TokenSwapWebAPIFactory.cs#L127
Empty constructor is redundant. The compiler generates the same by default.
Empty constructor: Songify Slim/Util/Spotify/SpotifyAPI.Web.Auth/TokenSwapWebAPIFactory.cs#L139
Empty constructor is redundant. The compiler generates the same by default.
Empty general catch clause: Songify Slim/Util/Spotify/SpotifyAPI.Web.Auth/TokenSwapAuth.cs#L112
Empty general catch clause suppresses any errors
String formatting method problems: Songify Slim/Util/Spotify/SpotifyAPI.Web/SpotifyWebClient.cs#L93
Format item index must be a number starting with 0 and without leading or trailing whitespaces
String formatting method problems: Songify Slim/Util/Spotify/SpotifyAPI.Web/SpotifyWebClient.cs#L160
Format item index must be a number starting with 0 and without leading or trailing whitespaces
String formatting method problems: Songify Slim/Util/Spotify/SpotifyAPI.Web/SpotifyWebClient.cs#L80
Format item index must be a number starting with 0 and without leading or trailing whitespaces
String formatting method problems: Songify Slim/Util/Spotify/SpotifyAPI.Web/SpotifyWebClient.cs#L173
Format item index must be a number starting with 0 and without leading or trailing whitespaces
Invalid XML documentation comment: Songify Slim/Util/Spotify/SpotifyAPI.Web/SpotifyWebAPI.cs#L826
Parameter 'ownerId' has no matching param tag in the XML comment for Songify_Slim.Util.Spotify.SpotifyAPI.Web.SpotifyWebAPI.FollowPlaylist (but other parameters do)
Element is localizable: Songify Slim/Views/MainWindow.xaml.cs#L579
Localizable string: 'Warning'
Element is localizable: Songify Slim/Views/MainWindow.xaml.cs#L588
Localizable string: 'Warning'
Element is localizable: Songify Slim/Views/MainWindow.xaml.cs#L587
Localizable string: 'Please move Songify to a different direc...'
Element is localizable: Songify Slim/Views/MainWindow.xaml.cs#L496
Localizable string: 'Directory doesn't exist'
Element is localizable: Songify Slim/Util/General/WebServer.cs#L201
Localizable interpolated string: 'Unknown command: {0}'
Element is localizable: Songify Slim/Views/MainWindow.xaml.cs#L496
Localizable interpolated string: 'The directory "{0}" doesn't exist....'
Element is localizable: Songify Slim/Util/General/WebServer.cs#L149
Localizable string: 'Exception: {0}'
Element is localizable: Songify Slim/Views/MainWindow.xaml.cs#L578
Localizable string: 'Please extract Songify to a directory. T...'
Possible 'System.NullReferenceException': Songify Slim/Views/MainWindow.xaml.cs#L575
Possible 'System.NullReferenceException'
Possible 'System.NullReferenceException': Songify Slim/Util/Songify/WebHelper.cs#L93
Possible 'System.NullReferenceException'
Assignment is not used: Songify Slim/Util/Songify/TwitchHandler.cs#L898
Value assigned is not used in any execution path
Redundant member initializer: Songify Slim/Util/Settings/ConfigHandler.cs#L684
Initializing property by default value is redundant
Redundant member initializer: Songify Slim/Util/General/TaskQueue.cs#L16
Initializing field by default value is redundant
Redundant member initializer: Songify Slim/Util/Settings/ConfigHandler.cs#L697
Initializing property by default value is redundant
Redundant member initializer: Songify Slim/Util/Settings/ConfigHandler.cs#L700
Initializing property by default value is redundant
Redundant using directive: Songify Slim/Util/Settings/ConfigHandler.cs#L15
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Properties/AssemblyInfo.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/UserControls/UC_AccountItem.xaml.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/MainWindow.xaml.cs#L25
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_CreateCustomReward.xaml.cs#L8
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/SettingsWindow.xaml.cs#L31
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_Queue.xaml.cs#L10
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/WebHelper.cs#L21
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/General/Logger.cs#L8
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/SettingsWindow.xaml.cs#L20
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/MainWindow.xaml.cs#L23
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/ApiClient.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_Queue.xaml.cs#L9
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/General/WebServer.cs#L15
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/UserControls/UC_PlaylistItem.xaml.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/SongFetcher.cs#L13
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Spotify/SpotifyAPI.Web/Models/SimpleQueue.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/General/GlobalObjects.cs#L12
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/SongFetcher.cs#L14
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Spotify/SpotifyAPI.Web/Models/SimpleQueue.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/MainWindow.xaml.cs#L37
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/TwitchHandler.cs#L42
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/SettingsWindow.xaml.cs#L28
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/MainWindow.xaml.cs#L28
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/General/GlobalObjects.cs#L11
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/General/TaskQueue.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/SongFetcher.cs#L16
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/MainWindow.xaml.cs#L26
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_Blacklist.xaml.cs#L8
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Settings/ConfigHandler.cs#L8
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/Apihandler.cs#L10
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/General/WebServer.cs#L17
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/HistoryWindow.xaml.cs#L10
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/UserControls/UC_BotResponses.xaml.cs#L8
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_Console.xaml.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/BooleanToVisibilityConverter.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Settings/YamlTypeConverters.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_Patchnotes.xaml.cs#L16
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_Botresponse.xaml.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/SettingsWindow.xaml.cs#L19
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/TwitchHandler.cs#L46
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/General/TaskQueue.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_Patchnotes.xaml.cs#L14
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/UserControls/UC_RewardItem.xaml.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/General/ThemeHandler.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/General/Logger.cs#L7
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/TwitchHandler.cs#L31
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_CreateCustomReward.xaml.cs#L7
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/WebHelper.cs#L17
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/App.xaml.cs#L12
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/General/WebServer.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/Apihandler.cs#L9
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_Patchnotes.xaml.cs#L12
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Spotify/SpotifyAPI.Web/Models/SimpleQueue.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/UserControls/UC_BotResponses.xaml.cs#L6
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_Blacklist.xaml.cs#L9
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/WebHelper.cs#L20
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_Botresponse.xaml.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/TwitchHandler.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/General/WebServer.cs#L16
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/MainWindow.xaml.cs#L33
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/TwitchHandler.cs#L20
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/UserControls/UC_PlaylistItem.xaml.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/SongFetcher.cs#L12
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/TwitchHandler.cs#L19
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/SettingsWindow.xaml.cs#L24
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/BooleanToVisibilityConverter.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/General/WebServer.cs#L21
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/Apihandler.cs#L11
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/SettingsWindow.xaml.cs#L23
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Settings/YamlTypeConverters.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/General/Logger.cs#L6
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/WebHelper.cs#L10
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Settings/Settings.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/UserControls/UC_BotResponses.xaml.cs#L7
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_Patchnotes.xaml.cs#L11
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/WebHelper.cs#L14
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/MainWindow.xaml.cs#L32
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_CreateCustomReward.xaml.cs#L9
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_Console.xaml.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/WebHelper.cs#L11
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/General/Logger.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/WebHelper.cs#L9
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/HistoryWindow.xaml.cs#L9
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/MainWindow.xaml.cs#L22
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_CreateCustomReward.xaml.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_Queue.xaml.cs#L8
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/UserControls/UC_RewardItem.xaml.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/App.xaml.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/General/TaskQueue.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Spotify/SpotifyAPI.Web/Models/SimpleQueue.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Songify/TwitchHandler.cs#L45
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Util/Settings/YamlTypeConverters.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_Patchnotes.xaml.cs#L18
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/Views/Window_Patchnotes.xaml.cs#L13
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/UserControls/UC_RewardItem.xaml.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: Songify Slim/App.xaml.cs#L11
Using directive is not required by the code and can be safely removed
Suspicious type conversion or check: Songify Slim/Util/General/GlobalObjects.cs#L101
Suspicious cast: there is no type in the solution which is inherited from both 'System.Collections.Generic.IEnumerable' and 'T'
Auto-property accessor is never used (non-private accessibility): Songify Slim/Util/Settings/ConfigHandler.cs#L611
Auto-property accessor 'OnlyWorkWhenLive.get' is never used
Auto-property accessor is never used (non-private accessibility): Songify Slim/Models/TrackInfo.cs#L17
Auto-property accessor 'Progress.get' is never used
Auto-property accessor is never used (non-private accessibility): Songify Slim/Models/QueueItem.cs#L5
Auto-property accessor 'Queueid.set' is never used
Auto-property accessor is never used (non-private accessibility): Songify Slim/Models/TrackInfo.cs#L15
Auto-property accessor 'DurationPercentage.get' is never used
Auto-property accessor is never used (non-private accessibility): Songify Slim/Models/TrackInfo.cs#L16
Auto-property accessor 'DurationTotal.get' is never used
Auto-property accessor is never used (non-private accessibility): Songify Slim/Models/TrackInfo.cs#L12
Auto-property accessor 'DurationMs.get' is never used
Auto-property accessor is never used (non-private accessibility): Songify Slim/Models/TrackInfo.cs#L18
Auto-property accessor 'Playlist.get' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L714
Method 'tb_ClientSecret_PasswordChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1153
Method 'BtnLogInTwitchBot_OnClick' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L784
Method 'TxtbxOutputformat2_TextChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1050
Method 'BtnWebserverStart_Click' is never used
Type member is never used (private accessibility): Songify Slim/Views/Window_Console.xaml.cs#L38
Method 'BtnAttachDetach_OnClick' is never used
Type member is never used (private accessibility): Songify Slim/UserControls/UC_BotResponses.xaml.cs#L106
Method 'tb_ArtistBlocked_TextChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1121
Method 'BtnTwitchLogout_OnClick' is never used
Type member is never used (private accessibility): Songify Slim/Views/MainWindow.xaml.cs#L880
Method 'MetroWindow_LocationChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/MainWindow.xaml.cs#L748
Method 'mi_TW_BotResponses_Click' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L338
Method 'Btn_ExportConfig_Click' is never used
Type member is never used (private accessibility): Songify Slim/Views/Window_Botresponse.xaml.cs#L78
Method 'TextBoxTrigger_TextChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1264
Method 'TextBoxTrigger_PreviewKeyDown' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1174
Method 'TextBoxRewardGoalSong_TextChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1216
Method 'TextBoxTrigger_TextChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/MainWindow.xaml.cs#L1314
Method 'BtnMenuViewConsole_Click' is never used
Type member is never used (private accessibility): Songify Slim/Views/Window_Queue.xaml.cs#L102
Method 'dgv_Queue_BeginningEdit' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L772
Method 'TxtbxCustompausetext_TextChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L359
Method 'Btn_ImportConfig_Click' is never used
Type member is never used (private accessibility): Songify Slim/Views/MainWindow.xaml.cs#L1335
Method 'Mi_TwitchCheckOnlineStatus_OnClick' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L418
Method 'BtnOutputdirectoryClick' is never used
Type member is never used (private accessibility): Songify Slim/UserControls/UC_BotResponses.xaml.cs#L212
Method 'TbNotFoundInPlaylist_TextChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1361
Method 'BtnReloadPlaylists_Click' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L442
Method 'Chbx_MessageLogging_Checked' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1337
Method 'CbxUserLevelsCommandChecked' is never used
Type member is never used (private accessibility): Songify Slim/Views/MainWindow.xaml.cs#L1343
Method 'BtnWebServerUrl_Click' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L766
Method 'txtbx_twUser_TextChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/HistoryWindow.xaml.cs#L119
Method 'LbxHistory_SelectionChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L778
Method 'TxtbxOutputformat_TextChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L748
Method 'txtbx_RewardID_TextChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/Window_Console.xaml.cs#L29
Method 'richTextBox_TextChanged' is never used
Type member is never used (private accessibility): Songify Slim/App.xaml.cs#L24
Method 'Application_DispatcherUnhandledException' is never used
Type member is never used (private accessibility): Songify Slim/Views/Window_Patchnotes.xaml.cs#L56
Method 'LbxVersions_SelectionChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/HistoryWindow.xaml.cs#L243
Method 'Btn_CpyHistoryURL_Click' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1102
Method 'BtnWebserverOpenUrl_OnClick' is never used
Type member is never used (private accessibility): Songify Slim/Views/MainWindow.xaml.cs#L455
Method 'Hyperlink_RequestNavigate' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L545
Method 'ComboBoxColorSelectionChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/Window_Console.xaml.cs#L48
Method 'BtnClearConsole_OnClick' is never used
Type member is never used (private accessibility): Songify Slim/Views/Window_Botresponse.xaml.cs#L116
Method 'TextBoxTrigger_PreviewKeyDown' is never used
Type member is never used (private accessibility): Songify Slim/Views/Window_Blacklist.xaml.cs#L326
Method 'cbx_Type_SelectionChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/Window_Blacklist.xaml.cs#L352
Method 'ListView_SongBlacklist_KeyDown' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1313
Method 'Selector_OnSelectionChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L754
Method 'txtbx_twChannel_TextChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L709
Method 'tb_ClientID_TextChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/Window_Blacklist.xaml.cs#L267
Method 'ListView_Blacklist_KeyDown' is never used
Type member is never used (private accessibility): Songify Slim/Views/Window_Blacklist.xaml.cs#L282
Method 'ListView_UserBlacklist_KeyDown' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1328
Method 'CbxUserLevelsRewardUnchecked' is never used
Type member is never used (private accessibility): Songify Slim/App.xaml.cs#L94
Method 'Application_Startup' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1346
Method 'CbxUserLevelsCommandUnchecked' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L789
Method 'CbxUserLevels_SelectionChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1088
Method 'BtnCreateNewReward_Click' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1276
Method 'cb_SpotifyPlaylist_SelectionChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L893
Method 'BtnUpdateRewards_Click' is never used
Type member is never used (private accessibility): Songify Slim/Views/MainWindow.xaml.cs#L674
Method 'MetroWindowStateChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1408
Method 'CbSpotifySongLimitPlaylist_SelectionChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L760
Method 'txtbx_twOAuth_PasswordChanged' is never used
Type member is never used (private accessibility): Songify Slim/Views/SettingsWindow.xaml.cs#L1319
Method 'CbxUserLevelsRewardChecked' is never used
Unused parameter (private accessibility): Songify Slim/App.xaml.cs#L24
Parameter 'sender' is never used
Unused parameter (private accessibility): Songify Slim/App.xaml.cs#L94
Parameter 'e' is never used
Unused parameter (private accessibility): Songify Slim/App.xaml.cs#L94
Parameter 'sender' is never used
Unused local variable: Songify Slim/Util/General/WebServer.cs#L110
Local variable 'authHeader' is never used
Unused local variable: Songify Slim/Util/Songify/WebHelper.cs#L205
Local variable 'response' is never used
Unused local variable: Songify Slim/Util/General/TaskQueue.cs#L48
Local variable 'ex' is never used
Redundant namespace alias: Songify Slim/UserControls/UC_RewardItem.xaml#L7
Namespace alias 'local' is not required by code and can be safely removed
Redundant namespace alias: Songify Slim/Views/MainWindow.xaml#L11
Namespace alias 'songifySlim' is not required by code and can be safely removed
Redundant namespace alias: Songify Slim/Views/Window_Console.xaml#L6
Namespace alias 'local' is not required by code and can be safely removed
Redundant namespace alias: Songify Slim/Views/Window_CreateCustomReward.xaml#L8
Namespace alias 'local' is not required by code and can be safely removed
Redundant namespace alias: Songify Slim/UserControls/UC_PlaylistItem.xaml#L6
Namespace alias 'local' is not required by code and can be safely removed
Redundant namespace alias: Songify Slim/UserControls/UC_AccountItem.xaml#L6
Namespace alias 'local' is not required by code and can be safely removed
Redundant namespace alias: Songify Slim/Views/Window_CreateCustomReward.xaml#L4
Namespace alias 'iconPacks' is not required by code and can be safely removed
Redundant namespace alias: Songify Slim/Views/Window_Patchnotes.xaml#L6
Namespace alias 'local' is not required by code and can be safely removed
Static resource not resolved: Songify Slim/Views/MainWindow.xaml#L30
Resource '{x:Type MahApps.Metro.Controls.Dialogs.BaseMetroDialog}' is not found
Static resource not resolved: Songify Slim/Views/Window_Queue.xaml#L21
Resource 'MahApps.Brushes.Control.Background' is not found
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.