This PR treats unhandled exceptions when parameter keywordBlackList of FilterKeywords is null or contains null.
1) Fixes #69 by adding a null-treating guard clause into FilterKeywords(keywordBlackList) + xunit test;
2) Also adds another null-treating guard in the same method for parameter null case + xunit test.
This PR treats unhandled exceptions when parameter
keywordBlackList
ofFilterKeywords
is null or contains null.1) Fixes #69 by adding a null-treating guard clause into
FilterKeywords(keywordBlackList)
+ xunit test; 2) Also adds another null-treating guard in the same method for parameter null case + xunit test.