Closed GonzoKK closed 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
Fixed by adding
using CoinGecko.Entities.Response.Exchanges;