fix(bloco1): System.InvalidCastException : Unable to cast object of type 'Registro1923' to type 'Registro1922'.
estava tentando adicionar registro do tipo 1923 para a lista do registro do tipo 1922
fix(bloco1): registro 1391 'Object of type 'System.String' cannot be converted to type System.Nullable`1[System.Double]'
propriedades Nullable do registro estão gerando essa exception
fix(bloco1): registro 1320 'System.Int32' cannot be converted to type 'System.Nullable'
quando havia valor no campo NrInterv que é nullable do tipo long gerava essa exeption
Check list:
[ ] Marque se alterações na Wiki do projeto serão necessárias.
[x] Marque se os testes foram adicionados e/ou atualizados após as alterações.
Descrição:
fix(bloco1): System.InvalidCastException : Unable to cast object of type 'Registro1923' to type 'Registro1922'. estava tentando adicionar registro do tipo 1923 para a lista do registro do tipo 1922
fix(bloco1): registro 1391 'Object of type 'System.String' cannot be converted to type System.Nullable`1[System.Double]' propriedades Nullable do registro estão gerando essa exception
fix(bloco1): registro 1320 'System.Int32' cannot be converted to type 'System.Nullable' quando havia valor no campo NrInterv que é nullable do tipo long gerava essa exeption
Check list: