Reporter | Adam Hill (adamhill) |
---|---|
Created | Jan 1, 2013 12:37:40 AM |
Updated | Apr 26, 2018 12:40:55 PM |
Resolved | Apr 26, 2018 12:40:55 PM |
Subsystem | Refactorings |
Assignee | Alisa Afonina (alisa.afonina) |
Priority | Normal |
State | Fixed |
Type | Bug |
Fix version | Unidentified prior version |
Affected versions | 7.1.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
This was in a WPF project.
I did a simple Move files to a different folder. A normal apostrophe was changed to a "smart apostrophe" in a XAML file in the word "driver's" and broke the build.
Here is the exact element that was changed:
<TextBlock Grid.ColumnSpan="2"
Width="300"
Margin="0,10"
HorizontalAlignment="Center"
FontSize="16"
TextAlignment="Center"
TextWrapping="Wrap">
Would you like to mark in your driver's log that you are beginning your day?
</TextBlock>
I did a simple Move files to a different folder. A normal apostrophe was changed to a "smart apostrophe" in a XAML file in the word "driver's" and broke the build.
Here is the exact element that was changed:
<TextBlock Grid.ColumnSpan="2"
Width="300"
Margin="0,10"
HorizontalAlignment="Center"
FontSize="16"
TextAlignment="Center"
TextWrapping="Wrap">
Would you like to mark in your driver's log that you are beginning your day?
</TextBlock>