DiscogsClient
DiscogsClient copied to clipboard
CS0118: "DiscogsClient" is a namespace but is used like a type
CS0118: "DiscogsClient" is a namespace but is used like a type
I am getting this error on var discogsClient = new DiscogsClient(token);
var discogsClient = new DiscogsClient.DiscogsClient(token);