You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was successfully using the workaround suggested in Issue 1286 to improve performance with OxyPlot 2.0.
Once I upgraded to 2.2.0, I now have the following errors when I try to build:
CS0115 'SampleTypeLineSeriesBase.RenderLine(IRenderContext, OxyRect, IList)': no suitable method found to override
CS1061 'IRenderContext' does not contain a definition for 'DrawClippedLine' and no accessible extension method 'DrawClippedLine' accepting a first argument of type 'IRenderContext' could be found (are you missing a using directive or an assembly reference?)
I looked for something about breaking changes, but haven't found anything.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I was successfully using the workaround suggested in Issue 1286 to improve performance with OxyPlot 2.0.
Once I upgraded to 2.2.0, I now have the following errors when I try to build:
I looked for something about breaking changes, but haven't found anything.
Is this workaround no longer needed?
Beta Was this translation helpful? Give feedback.
All reactions