The problem I recently was working on a codebase that was using .NET 4.7.2, where we began porting a portion of the codebase that was sitting in MVC controllers to API controllers. A part of the code that we were porting included rendering razor views. Since the code I mentioned was sitting in MVC views, […]