Morgan SOULLEZ

Results 32 comments of Morgan SOULLEZ

> It's really hard for me to make any determination here without having a binlog. If you can update the build step's `msbuildArguments` to include `/bl` and then publish the...

> @Seuleuzeuh the issue is being caused because the `_GetAndroidPackageName` task is not executing. Can you try replacing the XamarinAndroid task with: > > ```yaml > - bash: | >...

@dansiegel based on your "hack" proposed in [this comment](https://github.com/dansiegel/Mobile.BuildTools/issues/282#issuecomment-887798684), i 've able to fix my build (partially). The Target _MBTGatherManifests was not launch because the target _GetAndroidPackageName was not listed...

> Finally i think it's due to using a mac agent (i've don't try to use a windows one cause of some script in my yaml that are not compatible,...

It's in local build from VS ? Or with a CI Platforms (AzureDevOps, AppCenter , ...) ? EDIT : i read your other issue, i assume it's form DevOps so....

I've forked and added an MAUI sample in the main branch codebase (i'f you want that in a PR tell me). The secret generation does not work in WinUI. I'll...

I encounter the same problem on Android 11, API 30. @ronpf did you find a workaround ?

I did not find a way to unsubscribe of the event used. I've forked this repo to maintain it : [https://github.com/Seuleuzeuh/WPFTabTipMixedhardware](https://github.com/Seuleuzeuh/WPFTabTipMixedhardware). In this version you will find an "IsEnabled" property...

Hi @rodrigoaraujo02. Why did you mean by IsEnable ? IsEnable of the TextBox ? This repo is not maintain, [i've forked it](https://github.com/Seuleuzeuh/WPFTabTipMixedhardware) and maintain it since 1 year. I've made...