-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Labels
BUGunexpected behaviorunexpected behavior
Description
System.MissingMethodException: "Method not found: 'Void Avalonia.Controls.Image.set_Source(Avalonia.Media.Imaging.IBitmap)'." occured when I try to run application on Avalonia 10.0 instead 9.11.
Are there any plans to make the library compatible with the latest version of Avalonia?
The problem in AvaPlotBackend.cs.
public override void SetImagePlot(bool lowQuality)
{
view.Find<Ava.Controls.Image>("imagePlot").Source = BmpImageFromBmp(plt.GetBitmap(true, lowQuality));
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BUGunexpected behaviorunexpected behavior