Skip to content

ci(commits): fix lib #1951

ci(commits): fix lib

ci(commits): fix lib #1951

Triggered via push May 24, 2024 00:11
Status Success
Total duration 23s
Artifacts

dotnet.yml

on: push
nightly-release
0s
nightly-release
master-release
0s
master-release
nightly-sentry
0s
nightly-sentry
Fit to window
Zoom out
Zoom in

Annotations

644 warnings
Access to disposed captured variable: SoundSwitch/Framework/Audio/Play/PlaySoundJob.cs#L49
Captured variable is disposed in the outer scope
Possible 'null' assignment to non-nullable entity: SoundSwitch/Framework/Updater/ApplicationInfo.cs#L8
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: SoundSwitch/UI/Component/TrayIcon.cs#L70
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: SoundSwitch/UI/Forms/About.cs#L40
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: SoundSwitch/UI/Forms/Settings.cs#L389
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: SoundSwitch/UI/Component/IconTextComboBox.cs#L76
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: SoundSwitch/Framework/ApplicationPath.cs#L32
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: SoundSwitch/Framework/AutoStart.cs#L38
Possible 'null' assignment to non-nullable entity
Use of obsolete symbol: SoundSwitch/Framework/Audio/CachedSoundFileNotExistsException.cs#L45
SYSLIB0051: Constructor 'System.ArgumentException.ArgumentException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.'
Use of obsolete symbol: SoundSwitch.Audio.Manager/AudioSwitcher.cs#L337
CS0618: Property 'SoundSwitch.Common.Framework.Audio.Device.DeviceInfo.Name' is obsolete: 'Use NameClean'
Use of obsolete symbol: SoundSwitch/Program.cs#L44
SYSLIB0032: Class 'System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute' is obsolete: 'Recovery from corrupted process state exceptions is not supported; HandleProcessCorruptedStateExceptionsAttribute is ignored.'
Use of obsolete symbol: SoundSwitch.Common/Framework/Audio/Device/DeviceInfo.cs#L39
CS0618: Property 'SoundSwitch.Common.Framework.Audio.Device.DeviceInfo.Name' is obsolete: 'Use NameClean'
Use of obsolete symbol: SoundSwitch/Framework/Configuration/ISoundSwitchConfiguration.cs#L68
CS0618: Class 'SoundSwitch.Framework.Profile.ProfileSetting' is obsolete: 'Use Profile'
Use of obsolete symbol: SoundSwitch.Common/Framework/Audio/Device/DeviceInfo.cs#L61
CS0618: Property 'SoundSwitch.Common.Framework.Audio.Device.DeviceInfo.Name' is obsolete: 'Use NameClean'
Use of obsolete symbol: SoundSwitch.Common/Framework/Audio/Device/DeviceInfo.cs#L35
CS0618: Property 'SoundSwitch.Common.Framework.Audio.Device.DeviceInfo.Name' is obsolete: 'Use NameClean'
Use of obsolete symbol: SoundSwitch.Common/Framework/Audio/Device/DeviceInfo.cs#L50
CS0618: Property 'SoundSwitch.Common.Framework.Audio.Device.DeviceInfo.Name' is obsolete: 'Use NameClean'
Use of obsolete symbol: SoundSwitch.Common/Framework/Icon/IconExtractor.cs#L35
SYSLIB0051: Constructor 'System.Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.'
Use of obsolete symbol: SoundSwitch/Framework/Configuration/SoundSwitchConfiguration.cs#L70
CS0618: Property 'SoundSwitch.Framework.Configuration.SoundSwitchConfiguration.AutoAddNewConnectedDevices' is obsolete: 'Feature has been removed'
Use of obsolete symbol: SoundSwitch/Framework/Profile/ProfileManager.cs#L562
CS0618: Class 'SoundSwitch.Framework.Profile.ProfileSetting' is obsolete: 'Use Profile'
Use of obsolete symbol: SoundSwitch/Framework/ApplicationPath.cs#L43
SYSLIB0044: Property 'System.Reflection.AssemblyName.CodeBase' is obsolete: 'AssemblyName.CodeBase and AssemblyName.EscapedCodeBase are obsolete. Using them for loading an assembly is not supported.'
Dereference of a possibly null reference.: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L113
Dereference of a possibly null reference
Dereference of a possibly null reference.: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L182
Dereference of a possibly null reference
Dereference of a possibly null reference.: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L87
Dereference of a possibly null reference
Non-nullable member is uninitialized.: SoundSwitch.UI.Menu/Component/IconMenuItem.cs#L84
Non-nullable field '_label' is uninitialized. Consider declaring the field as nullable.
Non-nullable member is uninitialized.: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L35
Non-nullable members 'ItemClicked', 'SelectionChanged' are uninitialized. Consider declaring the members as nullable.
Cannot convert null literal to non-nullable reference type.: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L63
Cannot convert null literal to non-nullable reference type
Cannot convert null literal to non-nullable reference type.: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L62
Cannot convert null literal to non-nullable reference type
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.: SoundSwitch/UI/Component/TrayIcon.cs#L79
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.: SoundSwitch/Framework/NotificationManager/NotificationManager.cs#L103
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.: SoundSwitch/UI/Component/HotKeyTextBox.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.: SoundSwitch/Framework/Profile/Hotkey/ProfileHotkeyManager.cs#L40
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.: SoundSwitch/Util/Timer/DebounceDispatcher.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context
Co-variant array conversion: SoundSwitch/UI/Component/TrayIcon.cs#L324
Co-variant array conversion from ToolStripMenuItem\[\] to ToolStripItem\[\] can cause run-time exception on write operation
Co-variant array conversion: SoundSwitch/UI/Component/TrayIcon.cs#L336
Co-variant array conversion from ToolStripDeviceItem\[\] to ToolStripItem\[\] can cause run-time exception on write operation
Co-variant array conversion: SoundSwitch/Framework/DeviceCyclerManager/DeviceCycler/ADeviceCycler.cs#L43
Co-variant array conversion from DeviceFullInfo\[\] to DeviceInfo\[\] can cause run-time exception on write operation
Co-variant array conversion: SoundSwitch/UI/Component/TrayIcon.cs#L343
Co-variant array conversion from ToolStripDeviceItem\[\] to ToolStripItem\[\] can cause run-time exception on write operation
Conditional access qualifier expression is not null according to nullable reference types' annotations: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L144
Conditional access qualifier expression is never null according to nullable reference types' annotations
Conditional access qualifier expression is not null according to nullable reference types' annotations: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L154
Conditional access qualifier expression is never null according to nullable reference types' annotations
Duplicate resource name: SoundSwitch/Localization/SettingsStrings.es.resx#L582
Duplicate resource 'devices.autoAddNewDevice'
Duplicate resource name: SoundSwitch/Localization/SettingsStrings.zh-Hans.resx#L513
Duplicate resource 'devices.autoAddNewDevice'
Duplicate resource name: SoundSwitch/Localization/SettingsStrings.it-IT.resx#L489
Duplicate resource 'devices.AutoAddNewDevice'
Duplicate resource name: SoundSwitch/Localization/SettingsStrings.es.resx#L492
Duplicate resource 'devices.AutoAddNewDevice'
Duplicate resource name: SoundSwitch/Localization/SettingsStrings.ja-JP.resx#L492
Duplicate resource 'devices.AutoAddNewDevice'
Duplicate resource name: SoundSwitch/Localization/SettingsStrings.fr.resx#L480
Duplicate resource 'devices.AutoAddNewDevice'
Duplicate resource name: SoundSwitch/Localization/SettingsStrings.it-IT.resx#L537
Duplicate resource 'devices.autoAddNewDevice'
Duplicate resource name: SoundSwitch/Localization/SettingsStrings.fr.resx#L555
Duplicate resource 'devices.autoAddNewDevice'
Duplicate resource name: SoundSwitch/Localization/SettingsStrings.zh-Hans.resx#L489
Duplicate resource 'devices.AutoAddNewDevice'
Duplicate resource name: SoundSwitch/Localization/SettingsStrings.ja-JP.resx#L549
Duplicate resource 'devices.autoAddNewDevice'
Underlying type of enum is 'int': SoundSwitch/Framework/WinApi/Interop.cs#L8
'int' is default enum governing type
Usage of <inheritdoc /> is invalid: SoundSwitch/Framework/Audio/Lister/CachedAudioDeviceLister.cs#L39
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: SoundSwitch/Framework/Audio/Lister/CachedAudioDeviceLister.cs#L36
Usage of is invalid: No base candidate to inherit from
Invalid XML documentation comment: SoundSwitch/Model/IAppModel.cs#L47
Cannot resolve symbol 'SelectedRecordingDevicesList'
Invalid XML documentation comment: SoundSwitch/Util/Timer/DebounceDispatcher.cs#L78
Parameter 'delay' has no matching param tag in the XML comment for SoundSwitch.Util.Timer.DebounceDispatcher.Throttle (but other parameters do)
Invalid XML documentation comment: SoundSwitch/Model/IAppModel.cs#L42
Cannot resolve symbol 'IAudioDevice'
Invalid XML documentation comment: SoundSwitch/UI/Component/ListView/ListViewExtended.cs#L38
Parameter 'Msg' has no matching param tag in the XML comment for SoundSwitch.UI.Component.ListView.ListViewExtended.SendMessage (but other parameters do)
Invalid XML documentation comment: SoundSwitch/Model/IAppModel.cs#L47
Cannot resolve symbol 'IAudioDevice'
Invalid XML documentation comment: SoundSwitch.UI.Menu/Util/Timer/DebounceDispatcher.cs#L78
Parameter 'delay' has no matching param tag in the XML comment for SoundSwitch.UI.Menu.Util.Timer.DebounceDispatcher.Throttle (but other parameters do)
Invalid XML documentation comment: SoundSwitch/Model/IAppModel.cs#L42
Cannot resolve symbol 'SelectedPlaybackDevicesList'
Element is localizable: SoundSwitch/UI/Forms/Settings.cs#L872
Localizable string: 'Zip Archive (\*.zip)\|\*.zip'
Member initialized value ignored: SoundSwitch.Common/Framework/Audio/Device/DeviceInfo.cs#L22
Property initializer value ignored during initialization
Return value of [MustUseReturnValue] annotated method is not used: SoundSwitch.Tests/FileDownloaderTests.cs#L23
Return value of method is not used. Fewer bytes can be read than requested
Non-readonly type member referenced in 'GetHashCode()': SoundSwitch/Framework/Profile/Profile.cs#L142
Non-readonly property referenced in 'GetHashCode()'
Non-accessed field (private accessibility): SoundSwitch/Framework/Profile/ProfileManager.cs#L32
Field '_activeDeviceLister' is assigned but its value is never used
Non-accessed positional property (private accessibility): SoundSwitch/Framework/NotificationManager/MMNotificationClient.cs#L16
Positional property 'SoundSwitch.Framework.NotificationManager.MMNotificationClient.DeviceRole.Role' is never accessed (except in implicit Equals/ToString implementations)
Non-accessed positional property (private accessibility): SoundSwitch/Framework/NotificationManager/MMNotificationClient.cs#L16
Positional property 'SoundSwitch.Framework.NotificationManager.MMNotificationClient.DeviceRole.Flow' is never accessed (except in implicit Equals/ToString implementations)
Resource is not declared in base culture: SoundSwitch/Localization/SettingsStrings.th.resx#L83
Resource is not declared in Default Culture
Resource is not declared in base culture: SoundSwitch/Localization/SettingsStrings.th.resx#L89
Resource is not declared in Default Culture
Resource is not declared in base culture: SoundSwitch/Localization/SettingsStrings.ar.resx#L89
Resource is not declared in Default Culture
Resource is not declared in base culture: SoundSwitch/Localization/SettingsStrings.ar.resx#L95
Resource is not declared in Default Culture
Return value must be disposed but the method or function is not annotated with [MustDisposeResource]: SoundSwitch.Common/Framework/Audio/Collection/DeviceCollection.cs#L38
Return value must be disposed but method 'GetEnumerator' is not annotated with \[MustDisposeResource\]
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L253
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L159
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L531
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L525
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L459
Resource is not overridden in Chinese (Traditional), Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L132
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L406
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L552
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L477
Resource is not overridden in Arabic, Bulgarian, Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L174
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L250
Resource is not overridden in Arabic, Bulgarian, Chinese (Traditional), Croatian, Czech, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L168
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L456
Resource is not overridden in Chinese (Traditional), Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L222
Resource is not overridden in Arabic, Bulgarian, Chinese (Traditional), Czech, Finnish (Finland), German, Greek (Greece), Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Serbian, Slovenian, Thai, Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L207
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L370
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L313
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L436
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L198
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L183
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L504
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Finnish (Finland), Greek (Greece), Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Serbian, Slovenian, Thai, Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L228
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/UpdateDownloadStrings.resx#L103
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L244
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L465
Resource is not overridden in Chinese (Traditional), Czech, Danish, Finnish (Finland), Greek (Greece), Norwegian Bokmål, Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L483
Resource is not overridden in Arabic, Bulgarian, Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L343
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L129
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L522
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L337
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L376
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L247
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L561
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), French, German, Greek (Greece), Hebrew, Hungarian, Italian (Italy), Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L334
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L385
Resource is not overridden in Danish, Dutch, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L141
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L430
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L519
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Finnish (Finland), Greek (Greece), Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Serbian, Slovenian, Thai, Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L540
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L340
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L433
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L156
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L266
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L231
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L403
Resource is not overridden in Danish, Dutch, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L189
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L162
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L367
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L192
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L138
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L427
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L319
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L269
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L183
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L325
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L290
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L150
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L346
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L492
Resource is not overridden in Chinese (Traditional), Czech, Danish, Finnish (Finland), Greek (Greece), Hungarian, Norwegian Bokmål, Thai, Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L453
Resource is not overridden in Chinese (Traditional), Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L486
Resource is not overridden in Arabic, Bulgarian, Chinese (Traditional), Czech, Danish, Finnish (Finland), Greek (Greece), Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Serbian, Thai, Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L195
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/UpdateDownloadStrings.resx#L115
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L278
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L129
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L397
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L412
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L210
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L120
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L558
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L225
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L177
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L189
Resource is not overridden in Chinese (Traditional), Finnish (Finland), Greek (Greece), Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L489
Resource is not overridden in Arabic, Bulgarian, Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L480
Resource is not overridden in Chinese (Traditional), Danish, Finnish (Finland), Greek (Greece), Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L450
Resource is not overridden in Chinese (Traditional), Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L204
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L400
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L135
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L555
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L447
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L394
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L352
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L355
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/UpdateDownloadStrings.resx#L106
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L358
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L126
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/UpdateDownloadStrings.resx#L100
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L241
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L304
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L564
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Italian (Italy), Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L409
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L147
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L153
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L322
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L174
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L501
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Finnish (Finland), Greek (Greece), Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Serbian, Slovenian, Thai, Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L379
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L171
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L534
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L421
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L168
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L156
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L144
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L159
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L567
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Italian (Italy), Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L468
Resource is not overridden in Chinese (Traditional), Czech, Danish, Finnish (Finland), Greek (Greece), Norwegian Bokmål, Polish (Poland), Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L275
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L272
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L213
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L516
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Finnish (Finland), Greek (Greece), Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Serbian, Slovenian, Thai, Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L120
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L165
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L307
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L471
Resource is not overridden in Chinese (Traditional), Czech, Danish, Finnish (Finland), Greek (Greece), Norwegian Bokmål, Polish (Poland), Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L507
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Finnish (Finland), Greek (Greece), Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Serbian, Slovenian, Thai, Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L180
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L462
Resource is not overridden in Chinese (Traditional), Danish, Dutch, Finnish (Finland), Greek (Greece), Hungarian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L510
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Finnish (Finland), Greek (Greece), Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Serbian, Slovenian, Thai, Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L256
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L186
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L498
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Finnish (Finland), Greek (Greece), Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Serbian, Slovenian, Thai, Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L331
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L424
Resource is not overridden in Danish, Dutch, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L165
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L171
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L177
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L262
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L349
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L388
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L284
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L180
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L147
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L238
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L316
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L287
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L162
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L281
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/UpdateDownloadStrings.resx#L121
Resource is not overridden in Chinese (Traditional), Finnish (Finland), Greek (Greece), Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L201
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L513
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Finnish (Finland), Greek (Greece), Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Serbian, Slovenian, Thai, Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L543
Resource is not overridden in Arabic, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, Finnish (Finland), Greek (Greece), Hungarian, Norwegian Bokmål, Russian (Russia), Thai, Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L153
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L123
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L135
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L415
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L216
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L186
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L418
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L537
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L138
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L144
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L310
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L123
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L474
Resource is not overridden in Chinese (Traditional), Danish, Finnish (Finland), Greek (Greece), Hungarian, Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L298
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L373
Resource is not overridden in Danish, Dutch, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L382
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L441
Resource is not overridden in Danish, Dutch, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L495
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L259
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L549
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/UpdateDownloadStrings.resx#L112
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L132
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L546
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L150
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L364
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L361
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/UpdateDownloadStrings.resx#L118
Resource is not overridden in Chinese (Traditional), Finnish (Finland), Greek (Greece), Turkish
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L126
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/UpdateDownloadStrings.resx#L109
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L444
Resource is not overridden in Danish, Dutch, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L391
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L328
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L528
Resource is not overridden in Arabic, Bulgarian, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch, Finnish (Finland), German, Greek (Greece), Hebrew, Hungarian, Korean, Norwegian Bokmål, Polish (Poland), Portuguese, Portuguese (Brazil), Russian (Russia), Serbian, Slovenian, Swedish (Sweden), Thai, Turkish, Ukrainian
Resource is not overridden in specific culture: SoundSwitch/Localization/TrayIconStrings.resx#L141
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L219
Resource is not overridden in Finnish (Finland), Greek (Greece)
Resource is not overridden in specific culture: SoundSwitch/Localization/SettingsStrings.resx#L301
Resource is not overridden in Danish, Finnish (Finland), Greek (Greece)
Cannot resolve symbol in text argument: SoundSwitch/Framework/WinApi/Keyboard/Helpers.cs#L347
Cannot resolve symbol 'The argument is parsed is more than the expected range'
Possible 'System.NullReferenceException': SoundSwitch/UI/Forms/Settings.cs#L575
Possible 'System.NullReferenceException'
Possible 'System.NullReferenceException': SoundSwitch/UI/Forms/Settings.cs#L704
Possible 'System.NullReferenceException'
Possible 'System.NullReferenceException': SoundSwitch/UI/Component/TrayIcon.cs#L127
Possible 'System.NullReferenceException'
Possible unintended reference comparison: SoundSwitch/Framework/Profile/Hotkey/ProfileHotkeyManager.cs#L60
Possible unintended reference comparison. To get a value comparison, use 'Equals' method.
Possible unintended reference comparison: SoundSwitch/Framework/Profile/Hotkey/ProfileHotkeyManager.cs#L21
Possible unintended reference comparison. To get a value comparison, use 'Equals' method.
Possible unintended reference comparison: SoundSwitch/Framework/Profile/Hotkey/ProfileHotkeyManager.cs#L116
Possible unintended reference comparison. To get a value comparison, use 'Equals' method.
Private field can be converted into local variable: SoundSwitch/UI/Component/TrayIcon.cs#L79
The field is always assigned before being used and can be converted into a local variable
Private field can be converted into local variable: SoundSwitch.Audio.Manager/WindowMonitor.cs#L56
The field is always assigned before being used and can be converted into a local variable
Assignment is not used: SoundSwitch/Framework/WinApi/Keyboard/Helpers.cs#L125
Value assigned is not used in any execution path
Assignment is not used: SoundSwitch/Framework/WinApi/Keyboard/Helpers.cs#L38
Value assigned is not used in any execution path
Assignment is not used: SoundSwitch/Framework/Minidump/MemoryDumper.cs#L148
Value assigned is not used in any execution path
Redundant member initializer: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L22
Initializing field by default value is redundant
Redundant member initializer: SoundSwitch/Framework/Profile/Profile.cs#L17
Initializing field by default value is redundant
Redundant member initializer: SoundSwitch/Framework/Profile/Trigger/Trigger.cs#L21
Initializing property by default value is redundant
Redundant member initializer: SoundSwitch.UI.Menu/Form/QuickMenu.cs#L23
Initializing field by default value is redundant
Redundant member initializer: SoundSwitch.Common/Framework/Audio/Device/DeviceFullInfo.cs#L24
Initializing property by default value is redundant
Redundant member initializer: SoundSwitch/Framework/Profile/Profile.cs#L40
Initializing property by default value is redundant
Redundant member initializer: SoundSwitch.Common/Framework/Audio/Device/DeviceFullInfo.cs#L15
Initializing field by default value is redundant
Redundant member initializer: SoundSwitch/Framework/Profile/Profile.cs#L38
Initializing property by default value is redundant
Redundant using directive: SoundSwitch.Audio.Manager/Interop/Client/ClientException/ErrorConst.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: SoundSwitch.Audio.Manager/Interop/Client/PolicyClient.cs#L1
Using directive is not required by the code and can be safely removed
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L182
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L221
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L194
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L197
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L212
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L134
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L164
Cannot resolve type 'MemoryStream'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L131
Cannot resolve type 'Icon'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L167
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L185
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L209
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L224
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L191
Cannot resolve type 'Icon'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L215
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L206
Cannot resolve type 'Icon'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L188
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L125
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L218
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L146
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L173
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L155
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L170
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L200
Cannot resolve type 'Icon'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L152
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L203
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L161
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L149
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L179
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L158
Cannot resolve type 'Icon'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L122
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L176
Cannot resolve type 'Icon'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L137
Cannot resolve type 'Icon'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L128
Cannot resolve type 'Icon'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L140
Cannot resolve type 'Bitmap'
Cannot resolve symbol: SoundSwitch/Properties/Resources.resx#L143
Cannot resolve type 'Icon'
Suspicious type conversion or check: SoundSwitch.Audio.Manager/Interop/Client/PolicyClient.cs#L23
Suspicious cast: there is no type in the solution which is inherited from both 'SoundSwitch.Audio.Manager.Interop.Client.PolicyClient._PolicyConfigClient' and 'SoundSwitch.Audio.Manager.Interop.Interface.Policy.IPolicyConfigVista'
Suspicious type conversion or check: SoundSwitch.Audio.Manager/Interop/Client/PolicyClient.cs#L21
Suspicious cast: there is no type in the solution which is inherited from both 'SoundSwitch.Audio.Manager.Interop.Client.PolicyClient._PolicyConfigClient' and 'SoundSwitch.Audio.Manager.Interop.Interface.Policy.IPolicyConfigX'
Suspicious type conversion or check: SoundSwitch.Audio.Manager/Interop/Client/PolicyClient.cs#L22
Suspicious cast: there is no type in the solution which is inherited from both 'SoundSwitch.Audio.Manager.Interop.Client.PolicyClient._PolicyConfigClient' and 'SoundSwitch.Audio.Manager.Interop.Interface.Policy.IPolicyConfig'
Get-only auto-property is never assigned: SoundSwitch/Framework/Profile/Trigger/TriggerFactory.cs#L71
Get-only auto-property 'Label' is never assigned
Get-only auto-property is never assigned: SoundSwitch/Framework/Profile/Trigger/TriggerFactory.cs#L70
Get-only auto-property 'TypeEnum' is never assigned
Get-only auto-property is never assigned: SoundSwitch/Localization/Factory/Lang/Langs.cs#L10
Get-only auto-property 'IsRightToLeft' is never assigned
Get-only auto-property is never assigned: SoundSwitch/Framework/Updater/Job/CheckForUpdateRecurringJob.cs#L38
Get-only auto-property 'MaxRuntime' is never assigned
Get-only auto-property is never assigned: SoundSwitch/Framework/Updater/Job/CheckForUpdateOnceJob.cs#L32
Get-only auto-property 'MaxRuntime' is never assigned
Auto-property accessor is never used (non-private accessibility): SoundSwitch/Model/Events.cs#L81
Auto-property accessor 'PrevSound.get' is never used
Auto-property accessor is never used (non-private accessibility): SoundSwitch/Model/Events.cs#L45
Auto-property accessor 'SeletedDevicesList.get' is never used
Auto-property accessor is never used (non-private accessibility): SoundSwitch/Model/Events.cs#L46
Auto-property accessor 'Type.get' is never used
Auto-property accessor is never used (non-private accessibility): SoundSwitch/Model/Events.cs#L63
Auto-property accessor 'PrevBannerPosition.get' is never used
Auto-property accessor is never used (non-private accessibility): SoundSwitch/Model/Events.cs#L66
Auto-property accessor 'PrevTtl.get' is never used
Auto-property accessor is never used (non-private accessibility): SoundSwitch/Model/Events.cs#L51
Auto-property accessor 'PrevSettings.get' is never used
Type member is never used (private accessibility): SoundSwitch/Program.cs#L176
Method 'Application_ThreadException' is never used
Unused parameter (private accessibility): SoundSwitch/Program.cs#L104
Parameter 'sender' is never used
Unused parameter (private accessibility): SoundSwitch/Program.cs#L202
Parameter 'state' is never used
Unused parameter (private accessibility): SoundSwitch/Model/AppModel.cs#L404
Parameter 'sender' is never used
Unused parameter (private accessibility): SoundSwitch/Program.cs#L176
Parameter 'sender' is never used
Unused local variable: SoundSwitch/Framework/WinApi/WindowsAPIAdapter.cs#L295
Local variable 'windowClass' is never used
Unused local variable: SoundSwitch/Framework/WinApi/WindowsAPIAdapter.cs#L295
Local variable 'windowText' is never used
Unused local variable: SoundSwitch/Framework/Audio/CachedSound.cs#L69
Local variable 'e' is never used
Unused local variable: SoundSwitch/UI/Forms/Settings.cs#L598
Local variable 'exception' is never used
Virtual member call in constructor: SoundSwitch/UI/Forms/About.cs#L31
Virtual member call in constructor