Home
Options

`Util.RawHtml()` signature changed in LP8

The LINQPad.Reference package defines Util.RawHtml(XElement) as returning an object. However, in LP8, it returns a LINQPad.Util.IMetaObject. This is creating a MissingMethodException when attempting to call Util.RawHtml() from a custom data context driver.

Specifically:

Unhandled error in method 'PreprocessObjectToWrite': 
Method not found: 'System.Object LINQPad.Util.RawHtml(System.Xml.Linq.XElement)'.
   at LinqToDB.LINQPad.ValueFormatter..cctor()

Joe - could we please get an updated LINQPad.Reference package with the correct RawHtml method?

Thanks,
Stuart

Comments

Sign In or Register to comment.