Why does my docker configuration in ASP.NET not work?
I have a problem when I try to start my .NET6 application in docker. It tells me that there is no suitable 'main' function ; But when I start it without docker (with Kestrel server), it works perfectly. Here is…