Close button on windows is not working

Dani_S 4,501 Reputation points
2023-04-03T02:12:27.54+00:00

Hi,

I publish my MAUI app as follow and create executable file

dotnet publish -f net6.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None

When trying to close the close button of the app on the right corner of page is not closed.

It is not work on window 10 and above but work on server 2019 and above.

Thanks,

Developer technologies | .NET | .NET MAUI
{count} votes

1 answer

Sort by: Most helpful
  1. Rob Caplan - MSFT 6,037 Reputation points Microsoft Employee Moderator
    2023-04-04T20:39:05.22+00:00

    This is a bug tracked in the MAUI repo on github at Close button - not close the app in window. #7197.

    It sounds like you have new information on this since you first reported it. I suggest you update the existing bug with your current version information.

    The MAUI repo is the right place for MAUI bug reports. Bug reports and feature requests are off topic on Q&A (see Guidelines for posting a quality question on Microsoft Q&A.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.