File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 <PackageIcon >images\dotnetprojects.png</PackageIcon >
3030 <PackageTags >svg wpf svg-icons svg-to-png svg-to-xaml svgimage svgimage-control</PackageTags >
3131 <PackageReadmeFile >Readme.md</PackageReadmeFile >
32- <!-- < EnablePackageValidation>false</EnablePackageValidation> -- >
32+ <EnablePackageValidation >false</EnablePackageValidation >
3333 <!-- NOTE: Detect breaking changes from a previous version -->
3434 <PackageValidationBaselineVersion >5.1.0</PackageValidationBaselineVersion >
3535 </PropertyGroup >
Original file line number Diff line number Diff line change 44 using System . Text . RegularExpressions ;
55 using System . Diagnostics ;
66
7- [ DebuggerDisplay ( "{Text}" ) ]
87 /// <summary>
98 /// The leaf of the Text tree
109 /// </summary>
10+ [ DebuggerDisplay ( "{Text}" ) ]
1111 public class TextString : ITextChild
1212 {
1313 private static readonly Regex _trimmedWhitespace = new Regex ( @"\s+" , RegexOptions . Compiled | RegexOptions . Singleline ) ;
You can’t perform that action at this time.
0 commit comments