tosunthex / CoinGecko

CoinGecko .Net Standard api wrapper
111 stars 46 forks source link

Ticker.cs The type or namespace name 'Market' could not be found #2

Closed GonzoKK closed 5 years ago

GonzoKK commented 5 years ago

Fixed by adding using CoinGecko.Entities.Response.Exchanges;

image

tosunthex commented 5 years ago

Hi @GonzoKK

Market.cs files must be inside of the Shared folder so you don't need to add using for that. For file you can check the reposity. But thanks for the issue Market.cs file inside of the Exchanges directory is dublicated file and i will delete that.

https://github.com/tosunthex/CoinGecko/blob/master/CoinGecko/Entities/Response/Shared/Market.cs