Ryan Fogarty

Results 6 comments of Ryan Fogarty

Same issue is effecting me. Looks like the problem is here https://github.com/aloisdeniel/vsts-flutter-tasks/blob/b62ffe97a924480b02694dc6e96e812f93125ea6/tasks/build/task.json#L94 The following might fix the issue. ``` { "name": "apkTargetPlatform", "type": "pickList", "label": "Target platform architecture", "defaultValue": "All",...

Hi @jreij. My team is also facing this crash. We have managed to debug it and believe we have found the source of the problem. To start, here is how...

@jreij Thanks for the quick response. Looking forward to seeing what fix you come up with!

Hi @jreij , any updates on this? We are seeing ~300 crashes a week and would love to be able to recover from it more gracefully.

I'm also experiencing this issue with espresso 3.5.1 and firebase perf plugin 1.4.2 (firebase bom 32.4.1). Excluding protobuf / profobuf-lite does not fix it for me. **UPDATE**: I was able...

This looks like a breaking change. Could we instead make the new required field not required and default it to an empty string? This will have the same behaviour as...