I have created an ASP.NET Core WebApi project. Trying to add Integration Test Project following Integration tests in ASP.NET Core article. According to the sample project, I have added another web application for the Test project and configured like the sample project. Then I deleted the program.cs and startup.cs files. But when I build the project got the following error:
Error CS5001 Program does not contain a static 'Main' method suitable for an entry point