GitAuto: [FEATURE] Refactor to use HttpClientFactory
for HTTP client management
#355
4 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 4
Complexity increasing per file
==============================
- Src/VTEX/Startup.cs 1
Complexity decreasing per file
==============================
+ Src/VTEX.Health/VtexHealthClient.cs -2
See the complete overview on Codacy
Annotations
Check warning on line 37 in Src/VTEX.Health/VtexHealthClient.cs
codacy-production / Codacy Static Code Analysis
Src/VTEX.Health/VtexHealthClient.cs#L37
This class can't be instantiated; make its constructor 'public'.
Check warning on line 78 in Src/VTEX.Health/VtexHealthClient.cs
codacy-production / Codacy Static Code Analysis
Src/VTEX.Health/VtexHealthClient.cs#L78
Remove this useless assignment to local variable 'responseContent'.
Check warning on line 84 in Src/VTEX.Health/VtexHealthClient.cs
codacy-production / Codacy Static Code Analysis
Src/VTEX.Health/VtexHealthClient.cs#L84
Remove this useless assignment to local variable 'response'.
Check notice on line 60 in Src/VTEX/VTEXWrapper.cs
codacy-production / Codacy Static Code Analysis
Src/VTEX/VTEXWrapper.cs#L60
Remove unassigned field '_accountName', or set its value.