Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/7.0.2xx-xcode14.3] [runtime] Add support for passing on a connect timeout to sdb. #18056

Commits on Apr 13, 2023

  1. [runtime] Add support for passing on a connect timeout to sdb.

    The timeout can be given:
    
    * By setting the __XAMARIN_DEBUG_CONNECT_TIMEOUT__ environment variable for the app when launching it.
    * By passing the XamarinDebugConnectTimeout MSBuild property to 'dotnet run' or 'dotnet build /t:Run'.
    * By setting the IOSDebugConnectTimeout MSBuild property at build time.
    
    Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1778177.
    rolfbjarne authored and vs-mobiletools-engineering-service2 committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    049e990 View commit details
    Browse the repository at this point in the history