oxyplot / oxyplot-avalonia

A cross-platform plotting library for .NET. This package targets Avalonia apps.
https://oxyplot.github.io/
MIT License
278 stars 47 forks source link

Fix Rider errors / Allow avares import #46

Closed HendrikMennen closed 2 years ago

HendrikMennen commented 2 years ago

For some reason I don't correctly understand, Rider gives an error if you try to include the style needed for this package. I experimented with it and found this Solution.

This also enables importing the styles using avares

Before

Using avares did not show an exception but still did not work. image

After

Both resm and avares work without exception image

VisualMelon commented 2 years ago

I still don't fully understand this, but nothing seems to have broken at my end, and thanks for fixing the pipeline!