From 86734a711df860dc0815ce923414d1a728da24ad Mon Sep 17 00:00:00 2001 From: Billy Leung <82518709+bleunguts@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:48:27 +0000 Subject: [PATCH] Removed unnecessary dependencies from Shell --- Shell/AppBootstrapper.cs | 2 -- Shell/GatewayApiClient.cs | 2 -- Shell/Screens/TradingSignals/TableBuilders.cs | 3 +-- Shell/Shell.csproj | 3 +-- 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Shell/AppBootstrapper.cs b/Shell/AppBootstrapper.cs index ce04754..324bfae 100644 --- a/Shell/AppBootstrapper.cs +++ b/Shell/AppBootstrapper.cs @@ -4,8 +4,6 @@ using Microsoft.Extensions.Options; using ProjectX.Core; using ProjectX.Core.Services; -using ProjectX.MarketData; -using ProjectX.MarketData.Cache; using System; using System.Collections.Generic; using System.ComponentModel.Composition; diff --git a/Shell/GatewayApiClient.cs b/Shell/GatewayApiClient.cs index dbb1969..e71f942 100644 --- a/Shell/GatewayApiClient.cs +++ b/Shell/GatewayApiClient.cs @@ -1,11 +1,9 @@ using Caliburn.Micro; -using MatthiWare.FinancialModelingPrep.Core.Http; using Microsoft.AspNetCore.Http.Extensions; using Microsoft.AspNetCore.SignalR.Client; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Newtonsoft.Json; -using Newtonsoft.Json.Linq; using ProjectX.Core; using ProjectX.Core.Requests; using ProjectX.Core.Services; diff --git a/Shell/Screens/TradingSignals/TableBuilders.cs b/Shell/Screens/TradingSignals/TableBuilders.cs index 0a22b4c..334741c 100644 --- a/Shell/Screens/TradingSignals/TableBuilders.cs +++ b/Shell/Screens/TradingSignals/TableBuilders.cs @@ -1,5 +1,4 @@ -using MatthiWare.FinancialModelingPrep.Model; -using ProjectX.Core.Strategy; +using ProjectX.Core.Strategy; using System; using System.Collections.Generic; using System.Data; diff --git a/Shell/Shell.csproj b/Shell/Shell.csproj index 81e95c3..dc571ea 100644 --- a/Shell/Shell.csproj +++ b/Shell/Shell.csproj @@ -33,13 +33,12 @@ + - -