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 4ec3328 commit 02dc94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/VTEX/VTEXContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// <summary></summary>
// ***********************************************************************
namespace VTEX

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

{ expected
{
public async Task<TDataEntity> SearchDataEntityAsync<TDataEntity>(

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

) expected

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

; expected

Check warning

Code scanning / Sonarcsharp (reported by Codacy)

Refactor this method to use all type parameters in the parameter list to enable type inference. Warning

Refactor this method to use all type parameters in the parameter list to enable type inference.

Check warning

Code scanning / Sonarcsharp (reported by Codacy)

Remove the 'Async' suffix to the name of this method. Warning

Remove the 'Async' suffix to the name of this method.
using System;

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

A using clause must precede all other elements defined in the namespace except extern alias declarations
using System.Collections.Generic;

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

A using clause must precede all other elements defined in the namespace except extern alias declarations
using System.ComponentModel;

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

A using clause must precede all other elements defined in the namespace except extern alias declarations
Expand Down

0 comments on commit 02dc94b

Please sign in to comment.