Commit d814270
fix(rtc): corrigir nome de schema XSD para eventos 211130 e 212110
Dois typos no Validador.cs impediam a localizacao dos schemas:
- ServicoNFe.RecepcaoEventoImobilizacaoDeItem retornava
"e211130_v1.00.xsd " (com espaco no final), provocando FileNotFoundException
ao tentar carregar o schema fisico.
- ServicoNFe.RecepcaoEventoManifestacaoSobrePedidoDeTransferenciaDeCredito
DeIbsEmOperacoesDeSucessao retornava "e212110.00.xsd" - faltava "_v1"
antes do "_00.xsd". Padrao oficial e e212110_v1.00.xsd.
Ambos os bugs estavam mascarados ate a chegada dos schemas correspondentes
(commit anterior nesta branch); com os arquivos agora presentes em
NFe.AppTeste/Schemas/, a validacao desses dois eventos exige os nomes
corretos.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 11f57af commit d814270
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments