I have created C# ASP.NET Core Web API - it shows default controller only (weather forecast) rest of the controller is not found

29 Views Asked by At

I created simple project in C#.

File -> New -> Project -> C# ASP.NET Core Web API.

I can not see the new controller - please help me.

enter image description here

I want to see new controllers in Swagger when I add a new controller.

0

There are 0 best solutions below