dotnet / wpf

WPF is a .NET Core UI framework for building Windows desktop applications.
MIT License
7.05k stars 1.17k forks source link

XpsDocumentWriter.Write(Visual visual) not working in .NET 6 #9241

Open vsfeedback opened 3 months ago

vsfeedback commented 3 months ago

This issue has been moved from a ticket on Developer Community.


[severity:I'm unable to use this version] The XpsDocumentWriter.Write(Visual visual) function is not working in .NET 6 or .NET 8. It is working in .NET Framework 4.8. No error is throw it just not working.


Original Comments

Feedback Bot on 6/13/2024, 10:27 AM:

(private comment, text removed)


Original Solutions

(no solutions)

himgoyalmicro commented 3 months ago

Can you please provide the minimal repro sample app?