Luciano Mendes
Luciano Mendes
`scrcpy-noconsole.vbs` must supports parameters because if multiples devices are connected with the PC we have to identify what device we want to connect by `--serial` parameter otherwise nothing happen when...
Thanks @rom1v
Cannot implicitly convert type 'AdvancedSharpAdbClient.Models.Framebuffer' to 'System.Drawing.Image'
Hi @wherewhere Thank you very much for your prompt reply! I have replaced: > \net8.0-windows\ by: > \net8.0-windows10.0.17763.0\ And this issue is not reproducible. Is there any plan to remove...
Cannot implicitly convert type 'AdvancedSharpAdbClient.Models.Framebuffer' to 'System.Drawing.Image'
> But System.Drawing.Common is a part of desktop extension. .net-windows does not contains it... If so, why not support the System.Drawing.Common for net8.0-windows fully instead of net8.0-windows10.0.17763.0 only if it...
Cannot implicitly convert type 'AdvancedSharpAdbClient.Models.Framebuffer' to 'System.Drawing.Image'
> https://gist.github.com/wherewhere/bcbab80a9460aad8fd14655c15c76cba Hi @wherewhere Do you have any plan to add this implementation in the next AdvancedSharpAdbClient package to make it is possible to convert the Framebuffer to System.Drawing.Image on...
Cannot implicitly convert type 'AdvancedSharpAdbClient.Models.Framebuffer' to 'System.Drawing.Image'
> No If so, could you please update the README documentation to say that this is not working when use the net8.0-windows as TargetFramework: https://github.com/SharpAdb/AdvancedSharpAdbClient#getting-a-screenshot
Hi @bgavrilMS I am targeting to **net8.0-windows** and after adding `using Microsoft.Identity.Client.Broker;` the issue is NOT reproducible. Thank you very much for the workaround!
Hi @bgavrilMS The compilation issue is NOT reproducible with the mentioned workaround, but the following runtime error is now happening: Type: Microsoft.Identity.Client.MsalClientException Message: A window handle must be configured. See...
Hi @bgavrilMS With 4.60.3 I used WithParentActivityOrWindow(form) and it worked fine. Now, in the 4.61.0 version, based in your previous comment, replacing the WithParentActivityOrWindow(form) by WithParentActivityOrWindow(form.Handle) is working fine. Once...
I have opened this issue #962 with more details