diff --git a/CoinGecko.Net/Clients/CoinGeckoRestClientApi.cs b/CoinGecko.Net/Clients/CoinGeckoRestClientApi.cs index 17b9d9f..96e1096 100644 --- a/CoinGecko.Net/Clients/CoinGeckoRestClientApi.cs +++ b/CoinGecko.Net/Clients/CoinGeckoRestClientApi.cs @@ -6,6 +6,7 @@ using CryptoExchange.Net.Clients; using CryptoExchange.Net.Converters; using CryptoExchange.Net.Objects; +using CryptoExchange.Net.SharedApis; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; @@ -31,7 +32,7 @@ internal CoinGeckoRestClientApi(ILogger logger, HttpClient? httpClient, CoinGeck } /// - public override string FormatSymbol(string baseAsset, string quoteAsset) => throw new NotImplementedException(); + public override string FormatSymbol(string baseAsset, string quoteAsset, TradingMode tradingMode, DateTime? deliverTime = null) => throw new NotImplementedException(); #region Ping diff --git a/CoinGecko.Net/CoinGecko.Net.csproj b/CoinGecko.Net/CoinGecko.Net.csproj index 80cfcfa..3232de2 100644 --- a/CoinGecko.Net/CoinGecko.Net.csproj +++ b/CoinGecko.Net/CoinGecko.Net.csproj @@ -38,7 +38,7 @@ true - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -48,10 +48,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - all runtime; build; native; contentfiles; analyzers; buildtransitive + \ No newline at end of file diff --git a/CoinGecko.Net/CoinGecko.Net.xml b/CoinGecko.Net/CoinGecko.Net.xml index 1c6afc6..9483efe 100644 --- a/CoinGecko.Net/CoinGecko.Net.xml +++ b/CoinGecko.Net/CoinGecko.Net.xml @@ -33,7 +33,7 @@ - +