Skip to content

Commit 46fb67e

Browse files
author
Ivan Ivon
committed
Remove CsvHelper auto-detect separator usage warning.
1 parent 8a86049 commit 46fb67e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Src/CsvLINQPadDriver/ConnectionDialog.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@
451451
<StackPanel Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="2">
452452
<CheckBox Name="UseCsvHelperSeparatorAutoDetectionCheckBox"
453453
IsChecked="{Binding UseCsvHelperSeparatorAutoDetection}"
454-
Tag="{x:Static this:ConnectionDialog.ConfirmCheck}"
455454
Content="_Use CsvHelper library separator auto-detection"
456455
ToolTip="Use CsvHelper library separator auto-detection instead of internal one"/>
457456
<CheckBox IsChecked="{Binding IgnoreBadData}" Content="Ignore b_ad data" ToolTip="Ignore malformed files" Tag="{x:Static this:ConnectionDialog.ConfirmCheck}"/>

0 commit comments

Comments
 (0)