twilio-labs / NgrokExtensions

Visual Studio integration with ngrok
MIT License
48 stars 26 forks source link

Azure Functions V2 #33

Open Chrissteven81 opened 5 years ago

Chrissteven81 commented 5 years ago

Tools => Start ngrok Tunnel fails to find the Azure Functions V2 Project(because it does not have a filename that ends with funproj)

I am creating a branch and pushing it to it to test and will do a pull request soon

Solution: include AzureFunctionsVersion in PortPropertyNames and continue like you would normaly. you can inspect the value for "V2" but it is not really needed and may limit functionality when V3 is released.

ericfowler303 commented 5 years ago

I'm seeing a similar issue, so only a change to recognize the Azure Function v2 project would be in this declaration: https://github.com/dprothero/NgrokExtensions/blob/master/src/NgrokExtensionsSolution/NgrokExtensions/StartTunnel.cs#L25