profanity filter is a namespace but is used like a type
SenseiDecay opened this issue · 2 comments
SenseiDecay commented
using nuget package I get this error when trying to use the filter.
ChrisPHardin commented
var filter = new ProfanityFilter.ProfanityFilter(); worked for me
mduffyBHG commented
I had to change all the namespaces to "ProfantityFilterLib" (and "ProfanityFilterLib.Interfaces") to get it to work for me