beto-rodriguez / LiveCharts2

Simple, flexible, interactive & powerful charts, maps and gauges for .Net, LiveCharts2 can now practically run everywhere Maui, Uno Platform, Blazor-wasm, WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.
https://livecharts.dev
MIT License
4.38k stars 572 forks source link

(Docs) APIBrowser > LiveChartsCore.SkiaSharpView.WinUI | Duplicate Entries #1670

Open core2lord opened 4 weeks ago

core2lord commented 4 weeks ago

Describe the bug When browsing the API documentation, under "LiveChartsCore.SkiaSharpView.WinUI", appears to be a duplicate for each entry (except the "GlobalStaticResources" section doesn't seem to have a duplicate). Both entries are highlighted when selecting either.

To Reproduce Clicking on any entry in the WinUI API Browser (except the "GlobalStaticResources" section)

Expected behavior A single entry for each category.

Screenshots LiveCharts2 APIBrowser WinUI_Duplicates

Desktop (please complete the following information):

beto-rodriguez commented 4 weeks ago

I think this is because Uno and WinUI share the same namespace. As a workaround probably you should use the Uno.WinUI section, the API is the same.

core2lord commented 4 weeks ago

okie dokie, will do thank you. I debated making a bug report about it but wanted to bring it to your attention somehow and wasn't sure how else to go about that.