icsharpcode / AvalonEdit

The WPF-based text editor component used in SharpDevelop
http://avalonedit.net/
MIT License
1.85k stars 471 forks source link

Fix Obsoletion Warnings #321

Open christophwille opened 2 years ago

christophwille commented 2 years ago

\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'

christophwille commented 2 years ago

The suggested override is not available in net40 target. Options:

jimfoye commented 1 year ago

The code has been changed and net40 target dropped, so I think this issue can be closed now.