@davidfowl@Dave_DotNet I work on a platform built on in process azure functions, the out of process functions still don’t have a test framework! I agree that it should be a simple thing to update but the hosting model change makes it a large bit of work
@runfaster2000 Is it possible to use a containerised dotnet app in a Docker Compose scenario when the app image is built via dotnet publish?
I'm guessing the lack of Dockerfile means no?