Skip to content

Support for Avalonia 0.10 #571

@apkrymov

Description

@apkrymov

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));
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    BUGunexpected behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions