Skip to content

Commit

Permalink
Update Src/VTEX/VTEXWrapper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Nov 4, 2024
1 parent 11dc7a4 commit 35b9812
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions Src/VTEX/VTEXWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,18 @@
// </copyright>
// <summary></summary>
namespace VTEX

Check failure on line 13 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / build

{ expected

Check failure on line 13 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / build

{ expected

Check failure on line 13 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / build

{ expected

Check failure on line 13 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

{ expected

Check failure on line 13 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

{ expected

Check failure on line 13 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

{ expected

Check failure on line 13 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / build

{ expected

Check failure on line 13 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / build

{ expected

Check failure on line 13 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / build

{ expected

Check failure on line 13 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

{ expected

Check failure on line 13 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

{ expected

Check failure on line 13 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

{ expected
{
// ***********************************************************************
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Threading.Tasks;
using CrispyWaffle.Extensions;
using CrispyWaffle.Log;
using CrispyWaffle.Telemetry;
using CrispyWaffle.Utilities;
using Enums;
using GoodPractices;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using CrispyWaffle.Extensions;
using CrispyWaffle.Log;

/// <summary>
/// Class Wrapper. This class cannot be inherited.
Expand Down Expand Up @@ -86,7 +79,7 @@ private static string InternalUserAgent
var assembly = System
.Reflection.Assembly.GetAssembly(typeof(VTEXWrapper))
.GetName();
_internalUserAgent = $@"{assembly.Name}/{assembly.Version}";
_internalUserAgent = $"{assembly.Name}/{assembly.Version}";
return _internalUserAgent;
}
}
Expand Down Expand Up @@ -557,7 +550,7 @@ ref requiresAuthentication
/// <param name="port">The port.</param>
/// <param name="requiresAuthentication">if set to <c>true</c> [requires authentication].</param>
/// <returns>System.String.</returns>
ref string endpoint,
private string GetHostData(
ref string endpoint,
ref Dictionary<string, string> queryString,
RequestEndpoint restEndpoint,
Expand Down

0 comments on commit 35b9812

Please sign in to comment.