velddev / Cleverbot.Net

Asynchronous cleverbot.com wrapper for .NET
MIT License
5 stars 7 forks source link

No longer working #9

Closed Straafe closed 6 years ago

Straafe commented 7 years ago

"Type or namespace "CleverbotSession" cannot be found "

Even after installing "Install-Package Cleverbot"

Just doesn't seem to work.

velddev commented 6 years ago

Let me check on this

DynamicField commented 6 years ago

Have you added an using statement to your code ?

velddev commented 6 years ago

No, he was right. The project weirdly enough didn't function the way it should've. should be fixed and posted on Nuget

DynamicField commented 6 years ago

Ah wait, did you use this on a .NET framework (classic, for example : 4.5) solution or a .NET standard one ?

velddev commented 6 years ago

No, I tested it with dotnet core 2.0, didn't unpack. which was weird, I'm guessing the version on Nuget was still the .Framework version. should be resolved now though