Updated default mute list, #44
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
WinBGMute/LoggingEngine.cs#L53
The variable 'ex' is declared but never used
|
build:
WinBGMute/LoggingEngine.cs#L64
The variable 'ex' is declared but never used
|
build:
WinBGMute/ForegroundProcessManager.cs#L136
The variable 'e' is declared but never used
|
build:
WinBGMute/ForegroundProcessManager.cs#L146
The variable 'e' is declared but never used
|
build:
WinBGMute/MainForm.cs#L111
The variable 'ex' is declared but never used
|
build:
WinBGMute/ForegroundProcessManager.cs#L65
Non-nullable field 'm_winEventProc' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
WinBGMute/VolumeMixer.cs#L121
Converting null literal or possible null value to non-nullable type.
|
build:
WinBGMute/VolumeMixer.cs#L122
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
|
build:
WinBGMute/ShortcutManager.cs#L41
Possible null reference argument for parameter 'pszDir' in 'void IShellLink.SetWorkingDirectory(string pszDir)'.
|
build:
WinBGMute/VolumeMixer.cs#L184
Converting null literal or possible null value to non-nullable type.
|