avalonia-docs icon indicating copy to clipboard operation
avalonia-docs copied to clipboard

`Avalonia.Markup` assembly is missing from API reference

Open TomEdwardsEnscape opened this issue 7 months ago • 1 comments

This assembly includes only a few types, but they are very important:

  • Binding
  • BindingBase
  • MultiBinding
  • RelativeSource

These should appear in the Avalonia.Data namespace, but do not.

TomEdwardsEnscape avatar May 19 '25 21:05 TomEdwardsEnscape

I somehow missed these projects in the documentation sources. Fixed it and now these types should be explorable. Also the MarkupExtensions are now documented. Let me know if you still miss anything.

timunie avatar May 20 '25 20:05 timunie

The new BindingBase.Delay property doesn't appear, even though the page says it's the reference for 11.3.0 and that release has the property.

TomEdwardsEnscape avatar May 21 '25 07:05 TomEdwardsEnscape

Seems like submodule wasn't pulled correctly. Now it is here: https://api-docs.avaloniaui.net/docs/T_Avalonia_Data_BindingBase

timunie avatar Jun 14 '25 21:06 timunie