.Net Core Mac | Failed to sign apphost fix
You have to add following line to PropertyGroup in the .csproj file of the start project: Now your project will run successfully.
You have to add following line to PropertyGroup in the .csproj file of the start project: Now your project will run successfully.
Today, I was debugging a .net core API. It was taking more than a minute to execute for a simple query which was fetching two-three related entities also. When I started going through the console for the generated SQL, I figured out that the query is split into three parts and each part was taking … Read more