Will this work in dot net 6 in a docker container?
Do you have any patterns/examples now that startup.cs is removed?
based on my testing it seems to be failing on string text = new StreamReader(Request.Body).ReadToEnd(); call.
I don't currently have access to the docker logs in prd so I am not exactly sure what is failing.
Thanks