MVC RazorGenerator - “Type (…) already defines a member called 'Execute' with the same parameter types”
问题 I've been working on a big MVC Application and now i need to improve application's startup performance (which is bad +1min for the first load). I installed RazorGenerator nugget and the extension too, but when i compile a lot of errors appear. May this be caused by not specifying the Generator Type? Because i didn't find their documentation very helpful about this. Or maybe because i added the following directive to one of my views ( _EditHelperPage.cshtml ) because it was rendering as