AvaloniaUI / avalonia-docs

https://docs.avaloniaui.net/docs/welcome
64 stars 213 forks source link

New Content Needed #20

Open grokys opened 1 year ago

grokys commented 1 year ago

Mega-list by @maxkatz6:

From https://github.com/AvaloniaUI/Documentation/issues/399

Must be added before 11.0 release:

Nice to have

Won't be added:

Something from the 0.10 that really should be documented. Note, there are a lot more missing documentation pages, but I want to mention here major Avalonia features that get lots of questions about.:

Existing Documents

Issues from Old Docs Repo

Issues in old repro marked with "Content request":

https://github.com/AvaloniaUI/Documentation/issues?q=is%3Aopen+is%3Aissue+label%3A%22content+request%22

emmauss commented 1 year ago

That's a lot

ivanjx commented 1 year ago

it would be great to have:

hez2010 commented 1 year ago
  • Native AOT deployment requirements (such as rd.xml etc).

Avalonia 11 has built-in NativeAOT support, so no rd.xml is needed when you use CompiledBindings everywhere.

thevortexcloud commented 10 months ago

I would also suggest documenting all the various platform specific launch options and how to use them. As far as I am aware it's not mentioned anywhere that they exist.

maxkatz6 commented 10 months ago

By launch options do you mean platform options? Like, Win32PlatformOptions.

thevortexcloud commented 10 months ago

Those are the ones. I helped someone awhile back that run into issues with Avalonia overriding things on a Mac. I ended up finding the solution by working backwards from the native interop source code to find the option to disable it.