We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a99a4 commit beb6769Copy full SHA for beb6769
src/LCT.APICommunications/JfrogAqlApiCommunication.cs
@@ -6,14 +6,12 @@
6
7
using LCT.APICommunications.Interfaces;
8
using LCT.APICommunications.Model;
9
-using LCT.Common;
10
using System;
11
using System.Collections.Generic;
12
using System.Net.Http;
13
using System.Net.Http.Headers;
14
using System.Text;
15
using System.Threading.Tasks;
16
-using static Microsoft.ApplicationInsights.MetricDimensionNames.TelemetryContext;
17
18
namespace LCT.APICommunications
19
{
0 commit comments