You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a look at the following snippet from linqpad. Why is profanity detected when the ContainsProfanity returns false? Seems to be a bug.
vartext="I am swearing by God's name";varfilter=newProfanityFilter.ProfanityFilter();filter.ContainsProfanity(text).Dump();//returns falsefilter.DetectAllProfanities(text,true).Dump()//returns god
The text was updated successfully, but these errors were encountered:
Have a look at the following snippet from linqpad. Why is profanity detected when the ContainsProfanity returns false? Seems to be a bug.
The text was updated successfully, but these errors were encountered: