VisualMelon

Results 435 comments of VisualMelon

Only errors that seem to be generated now are related to missing fonts

I'll try to take another look at this next weekend

@Jonarw is this ready for another review? (should have time later today if so)

That should work: which OxyPlot.Avalonia package are you targetting and have you tried forcing a restore from the command line with `dotnet restore`? (VS certainly used to mess up sometimes...

Not sure what's going on there... the code-behind shouldn't be necessary: I've just installed the same template, created the project, added the nuget reference and defined a PlotView in sample...

OK. If you are targeting Avalonia 11, you should use the 2.1.0-Avalonia11 nuget version of OxyPlot.Avalonia

The link 404s for me. Double check that a restore has been run: VS can get confused sometimes, and running `dotnet restore` manually can resolve that.

https://github.com/LyubomiRadev/PieChart/blob/master/AvaloniaApplication1/AvaloniaApplication1.csproj#L21C5-L21C68 This should be referencing version `2.1.0-Avalonia11` because you are using Avalonia 11 (per https://github.com/LyubomiRadev/PieChart/blob/master/Directory.Build.props#L4 )

The line in the csproj is wrong: it should be ``

You've commented out the style inclue: https://github.com/LyubomiRadev/PieChart/blob/master/AvaloniaApplication1/App.axaml#L9C8-L9C110 Without the styles, the `PlotView` won't have a visual presence.