Mahdi Hosseini

Results 184 comments of Mahdi Hosseini

You can Exclude Files using: `true ` I did not test new version, Its mechanism may have changed Use `IncludeNativeLibrariesForSelfExtract` or `IncludeAllContentForSelfExtract` and see if it makes a difference `false...

@sudharsan-narayanan i tested your project and i can say that issue is from your library! you can see there is some error with your library ![Screenshot 2024-05-08 193229](https://github.com/microsoft/WindowsAppSDK/assets/9213496/6fb4e173-a805-4571-a8fe-9c9604728bb2) i created...

@michael-hawker i found out that if enum is A, B, C... everythings works fine like this: public enum NavigationViewPaneDisplayMode { Auto, Left, Top, LeftCompact, LeftMinimal } but if enum is...

i found a solution: ``` ``` but anyway this issue should be fixed

I tried to keep only the first 4 items and delete the rest, but it seems that the data is not stored in order. I expected the new servers to...

Hi @dzhukovsky Thank you for your request. Sorry for the late reply, I tested your project but I didn't have enough time to review it. I'm a little busy these...

UWP app can not be opened by exe! If you mean winui app or wasdk app you need to change your app from packaged to unpackaged so you can run...

@Jay-o-Way i reverted last commit (ContentPresenter) now everything is working fine

> > > > Does this solve #704? > > > > > > > > > No. we need to disable horizontal scroll > > > > > >...

> Hold on, I see a little misunderstanding here. The issue in 704 was: When scrolling (vertically) across a page, coming over a code example gives an unwanted horizontal scrolling....