nickhodge / SharpSimpleNLG

C# version of SimpleNLG
Other
42 stars 9 forks source link

Avoid public extension methods for common types #1

Closed AndriySvyryd closed 8 years ago

AndriySvyryd commented 8 years ago

Extension methods like isAndObject and ToPerson appear in Intellisense for all objects when the SimpleNLG namespace is imported.

nickhodge commented 8 years ago

1.1.0 fixes this. Thanks for the recommendation Andriy