
Find the project directory that is closest to the same. (Perhaps on a button click, during a startup routine, or in a controller action.) Find some place in your code where you'd like to run the connectivity test. Add the TwilioConnectivityTest45AndBelow.cs you just copied to your project. Copy the TestFramework45\TwilioConnectivityTest45AndBelow.cs into your project directory. There are two possible paths to take depending on your version.NET Framework 4.5 or lower The only way to be 100% sure that your application will be able to connect is to actually test from within your application code base.įirst, determine what version of. cd into the appropriate project directory (e.g.
NET Core tests can be run without Visual Studio.
Right-click on the project you wish to run and choose "Set as StartUp Project. Open the tls_tests.sln solution in Visual Studio 2017. NET Core Framework versions testedįirst, make sure you have the version of the framework you wish to test installed.