I've a little problem, I'm trying use twitterizer with a f# app..this is the first time than I use NuGet, I install it and download twitterizer from NuGet Repo, It appear inside my references, so far so good, but now, when I try use it I get:
The namespace or module Twitterizer is not defined
I'm using
open Twitterizer (actually the intellisense detect twitterizer good)
in c# would be:
using Twitterizer;
I was reading a similar question: F# defining/using a type/module in another file in the same project
but in my case is a reference and not a file..I know than it is a very noob question but I can't see the mistake