Commit 1063149
committed
refactor: padronização de código, performance e correções
- Padronização de nomes de variáveis/parâmetros para inglês, mantendo
termos do glossário (Ticker, Cesta, Cotação, Pregão, Aporte, Custódia,
Resíduo, Distribuição, etc.)
- Performance: substituição de LINQ por loops explícitos em trechos
críticos (CotacaoAppService, ExecutarCompraProgramadaService,
ExecutarRebalanceamentoService, CestaAppService, ClienteAppService,
CestaRepository, VendaRebalanceamentoRepository, MotorController,
CotacaoRepository) para evitar gargalos com grandes volumes
- Teste: inclusão de ILogger no construtor de ExecutarCompraProgramadaServiceTests
- ClientesController: correção de avisos CS8602 (checagem de request nulo)
- Add gitignore1 parent 26ff5b9 commit 1063149
File tree
639 files changed
+9823
-28864
lines changed- cotacoes
- src
- ApiGateway
- bin/Debug/net9.0
- obj
- Debug/net9.0
- refint
- ref
- staticwebassets
- Services
- Admin.Service
- bin/Debug/net9.0
- obj
- Debug/net9.0
- refint
- ref
- staticwebassets
- Clientes.Service
- bin/Debug/net9.0
- obj
- Debug/net9.0
- refint
- ref
- staticwebassets
- Cotacao.Application
- bin/Debug/net9.0
- obj
- Debug/net9.0
- refint
- ref
- Cotacao.Domain
- bin/Debug/net9.0
- obj
- Debug/net9.0
- refint
- ref
- Cotacao.Infrastructure
- bin/Debug/net9.0
- obj
- Debug/net9.0
- refint
- ref
- Cotacao.Service
- bin/Debug/net9.0
- obj
- Debug/net9.0
- refint
- ref
- staticwebassets
- MotorCompra.Service
- bin/Debug/net9.0
- cs
- de
- es
- fr
- it
- ja
- ko
- pl
- pt-BR
- runtimes
- linux-arm64/native
- linux-x64/native
- osx-arm64/native
- osx-x64/native
- win-x64/native
- win-x86/native
- ru
- tr
- zh-Hans
- zh-Hant
- obj
- Debug/net9.0
- refint
- ref
- staticwebassets
- MotorCompra.Worker
- bin/Debug/net9.0
- runtimes/win/lib/net9.0
- obj
- Debug/net9.0
- refint
- ref
- Rebalanceamento.Service
- bin/Debug/net9.0
- runtimes
- linux-arm64/native
- linux-x64/native
- osx-arm64/native
- osx-x64/native
- win-x64/native
- win-x86/native
- obj
- Debug/net9.0
- refint
- ref
- staticwebassets
- tests/CompraProgramada.Tests
- TestResults
- 2f4a12c9-1994-4caf-be07-5ab9eb70a037
- 95db2889-5939-4dfb-8a2b-c4f135fc08c6
- bin/Debug/net9.0
- runtimes/win/lib/net6.0
- obj
- Debug/net9.0
- refint
- ref
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
639 files changed
+9823
-28864
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
File renamed without changes.
Binary file not shown.
This file was deleted.
Binary file not shown.
Binary file not shown.
Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
0 commit comments