Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitAuto: [FEATURE] Refactor to use HttpClientFactory for HTTP client management #355

Closed

Merge branch 'main' into gitauto/issue-231-df25476e-1d99-44af-94b4-5e…

fb855f0
Select commit
Loading
Failed to load commit list.
Closed

GitAuto: [FEATURE] Refactor to use HttpClientFactory for HTTP client management #355

Merge branch 'main' into gitauto/issue-231-df25476e-1d99-44af-94b4-5e…
fb855f0
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Nov 12, 2024 in 0s

3 issues found. Autofix available.

Annotations

Check notice on line 70 in Src/VTEX/VTEXWrapper.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Src/VTEX/VTEXWrapper.cs#L14-L70

Complex Method

Check notice on line 10 in Src/VTEX/Startup.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Src/VTEX/Startup.cs#L10

A closing brace should not be preceded by a blank line. (SA1508)

Check notice on line 154 in Src/VTEX/VTEXWrapper.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Src/VTEX/VTEXWrapper.cs#L154

An opening brace should not be followed by a blank line. (SA1505)