[Wox.Plugin] Enable analyzer and fix warnings (#16547)

This commit is contained in:
CleanCodeDeveloper
2022-03-08 17:46:36 +01:00
committed by GitHub
parent 9cf39654d9
commit ec3ea5c4ae
4 changed files with 7 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ namespace Wox.Plugin
{
if (obj == null)
{
throw new NullReferenceException();
throw new ArgumentNullException(nameof(obj));
}
else
{