Currently, different single-file form factors handle dump generation inconsistently:
Regular single-file apps only support full dumps and show an error message if other dump types are requested
NativeAOT apps now support custom createdump paths via DOTNET_DbgCreateDumpToolPath
We should standardize the behavior across all single-file form factors to provide a consistent developer experience.
Follow up issue created out of #122989