mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
[Wox.Plugin] Enable analyzer and fix warnings (#16547)
This commit is contained in:
committed by
GitHub
parent
9cf39654d9
commit
ec3ea5c4ae
@@ -18,7 +18,7 @@ namespace Wox.Plugin
|
||||
{
|
||||
if (obj == null)
|
||||
{
|
||||
throw new NullReferenceException();
|
||||
throw new ArgumentNullException(nameof(obj));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user