WilkoSki
WilkoSki
Hi Daniel, When do you plan to formally release the feature?
Needs to be reflected in the documentation
I can confirm the issue is present in Xamarin.Essentials v1.7.1 too. This only seems to affect Android 11, earlier versions behave as expected.
Any movement on this? I agree with @jcoutch we are seeing too many job load exceptions and it just creates unnecessary noise.
It could be down to the command line parser using a WinApi call. I'll look at the MSDN docs. Sent from my iPhone > On 1 Dec 2014, at 19:05,...
The problem is caused by the ConsoleModeCommand class using Console.In to return a TextReader then calling the ReadLine method. By default the this is limited to a 255 char line...