Dai
Dai
I'm using Extension version 1.11.0 (dated 2017-08-19) with Visual Studio 2017 15.7.5 and I cannot reproduce this issue. I have the `GeneratePrettyNames`, `TrimLeadingUnderscores` and `ClassSuffix` directives set in a single...
What kind of project are you using it for? Can you post your project files? (`*.csproj`, etc). Are you using the exact same `*.csproj` in both VS2017 and VS2019?
@salarcode My apologies for not responding sooner - I'm reopening this issue so to remind me to look into it and fix it. ..but if you closed this issue because...
@jeffwiegner When you say you have a "shared library/project" - do you mean an "Visual Studio Shared Project" (with the diamond icon, like this: https://dev.to/rionmonster/sharing-is-caring-using-shared-projects-in-aspnet-e17 ) - or just a...
Thanks for the report. What version of the RazorGenerator extension and library/NuGet-package are you using?
> what are the odds of getting a plugin for Rider? I'm not familiar with Rider - I understand it's based on their IntelliJ IDE, so I'm assuming extensions would...
Yes and no. You can use RazorGenerator to generate compiled views that you can use in an ASP.NET Core project that runs on the .NET Framework 4.x (which is what...
Please open your `*.csproj` file in notepad and copy all elements that refer to the `*.cshtm` and and any other related files. I think you may have set an incorrect...
Update: My boss told me I'll soon be working again on our project which uses RazorGenerator heavily, so I'll be able to dive deep into this once again (I'll have...
> Update: My boss told me I'll soon be working again on our project which uses RazorGenerator heavily, so I'll be able to dive deep into this once again (I'll...