Since #4339 it is possible to use @CsvSource.value[] with text blocks. We want to deprecate @CsvSource.textBlock for removal so there's a single option: value which can be used with a text blocks or regular strings. Functionally value[] and textBlock are not identical. textBlock skips comment lines while value[] rejects these (after #5886). So enabling comments for value[] is safe provided users first upgrade to the latest v6.x.
Deliverables
Since #4339 it is possible to use
@CsvSource.value[]with text blocks. We want to deprecate@CsvSource.textBlockfor removal so there's a single option: value which can be used with a text blocks or regular strings. Functionallyvalue[]andtextBlockare not identical.textBlockskips comment lines whilevalue[]rejects these (after #5886). So enabling comments forvalue[]is safe provided users first upgrade to the latest v6.x.Deliverables
@CsvSource.value[]@CsvSource.textBlockfor removalvalue[]instead oftextBlockvalue[]instead oftextBlock(excepttextBlocktests).