David-Desmaisons / DiscogsClient

Discogs API C# Client
MIT License
42 stars 16 forks source link

CS0118: "DiscogsClient" is a namespace but is used like a type #19

Open idezigns opened 3 years ago

idezigns commented 3 years ago

CS0118: "DiscogsClient" is a namespace but is used like a type

I am getting this error on var discogsClient = new DiscogsClient(token);

foxi69 commented 2 years ago

var discogsClient = new DiscogsClient.DiscogsClient(token);