DiscogsClient icon indicating copy to clipboard operation
DiscogsClient copied to clipboard

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

Open idezigns opened this issue 5 years ago • 1 comments

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

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

idezigns avatar Feb 27 '21 23:02 idezigns

var discogsClient = new DiscogsClient.DiscogsClient(token);

foxi69 avatar Oct 06 '22 12:10 foxi69