I would like to see the result of a class that is generated from Razor using the Razor Tooling in ASP.NET Core MVC 1.1.0.
It seems that there is no intermediate stage of the file and there is no way to output the class as plain text. The created file is a DLL that is stored in the directory you specify, so the class is already in compiled form. I tried using Telerik JustDecompile , but it says "JustDecompile only supports valid CLR assemblies." and he will not check the conclusion.
Can I see the source of the generated class?
source
share