Skip to content

Commit

Permalink
Update Src/VTEX/VTEXContext.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Dec 11, 2024
1 parent 26523ab commit 152d2f6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Src/VTEX/VTEXContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,17 @@
// </copyright>
// <summary></summary>
// ***********************************************************************
namespace VTEX
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics.Contracts;
using System.Globalization;

Check warning

Code scanning / Sonarcsharp (reported by Codacy)

Remove this unnecessary 'using'. Warning

Remove this unnecessary 'using'.
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using CrispyWaffle.Extensions;
using CrispyWaffle.Log;
using CrispyWaffle.Serialization;
{
using System;

Check failure on line 26 in Src/VTEX/VTEXContext.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Identifier expected
using System.Collections.Generic;

Check failure on line 27 in Src/VTEX/VTEXContext.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Identifier expected
Expand All @@ -24,7 +34,7 @@ namespace VTEX
using CrispyWaffle.Extensions;

Check failure on line 34 in Src/VTEX/VTEXContext.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Identifier expected
using CrispyWaffle.Log;

Check failure on line 35 in Src/VTEX/VTEXContext.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Identifier expected
using CrispyWaffle.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json;
using VTEX.DataEntities;
using VTEX.Enums;
using VTEX.Extensions;
Expand Down

0 comments on commit 152d2f6

Please sign in to comment.