Swagger failed to load api definition in Asp.Net Core Web Api
When We Create an API in C# .Net Core we mostly see failed to load API definition error because we don’t configure the project and miss out on something that affects the program. This is due to we have not configured the swagger and API route perfectly. Here Is the Simple Step to Solve the … Read more