lambci / docker-lambda

Docker images and test runners that replicate the live AWS Lambda environment
MIT License
5.83k stars 431 forks source link

Wait for debugger flag for .NET Core 2.0 / 2.1 implementation #130

Closed ndobryanskyy closed 5 years ago

ndobryanskyy commented 5 years ago

Original issue

125 - issue, that requests .NET Core 2.0 / 2.1 debugging support

Changes

Side note

I've closed #127 as it had a lot of unnecessary stuff. Now this PR has only required changes, to proceed with #125.

mhart commented 5 years ago

Thanks so much for this @ndobryanskyy – it looks great!

I've already pushed images up at lambci/lambda:dotnetcore2.0 and lambci/lambda:dotnetcore2.1 with these changes – have fun debugging!