Skip to content

Alfred Myers

late open (source | data | docs) convert

  • About
  • GitHub
  • Twitter
  • Instagram
  • Facebook
  • Flickr
  • 500px
  • SoundCloud

Tag: mono.android

warning CS0618: ‘Html.FromHtml(string)’ is obsolete: ‘deprecated’

warning CS0618: ‘Html.FromHtml(string)’ is obsolete: ‘deprecated’

Recently, while supporting a team updating their dependencies on Xamarin.Android I found some code similar to the following:

Starting with API level 24, Html.FromHtml(string) is deprecated and Html.FromHtml(string, FromHtmlOptions) should be used instead.

Here’s how the code looks after updated:

Posted on 2018-02-062025-04-21Categories C#Tags CS0618, mono.android, xamarin
Proudly powered by WordPress