AvalonEdit
AvalonEdit copied to clipboard
Fix Obsoletion Warnings
\AvalonEdit\ICSharpCode.AvalonEdit\Utils\TextFormatterFactory.cs(73,11,82,5): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush, NumberSubstitution, TextFormattingMode)' is obsolete: 'Use the PixelsPerDip override'
The suggested override is not available in net40 target. Options:
- #if it, or
- when obsoletion really happens drop the net40 target.
The code has been changed and net40 target dropped, so I think this issue can be closed now.