Continue parsing file when there's a conversion error#224
Continue parsing file when there's a conversion error#224mganss merged 4 commits intomganss:masterfrom
Conversation
… to target type fails. Instead, an event will be triggered, and, through this event a report can be made, with all the conversion errors caught. To this intent, an specific file containing multiple rows with errors. Also, bumped the .net framework, since version 5 is already out of support.
Codecov ReportBase: 93.71% // Head: 93.56% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #224 +/- ##
==========================================
- Coverage 93.71% 93.56% -0.16%
==========================================
Files 10 11 +1
Lines 1336 1351 +15
Branches 195 197 +2
==========================================
+ Hits 1252 1264 +12
- Misses 54 57 +3
Partials 30 30
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Increase code coverage (trial1)
|
I like this idea. OTOH there's a .NET design guideline that says:
Yet I think it's definitely a legitimate use case. So I'm leaning towards accepting this regardless. Or can you perhaps think of a different way to enable this use case? Perhaps we could always report errors through an event with args derived from |
|
Hi! |
Problem being addressed:
Description of solution: