Dai
Dai
Do you have a `` property in any of your `.csproj`, `.props`, or `.targets` files? What happens if you do a command-line build (outside of Visual Studio) on your dev...
I'm also able to accept, merge and publish PRs too.
@monkey-ldb I've scheduled time in my calendar next week to review and test the PR and publish the updates.
I’m working on this today. I needed to get my VS2019 install updated. My apologies.
I now have RazorGenerator's **Custom Tool** working in VS2019 - phew. The VSIX is also compatible with VS2015 and VS2017. Caveats: * The code in RazorGenerator to load the "v1"...
I saw these SO postings asking similar questions (as the error is being raised by the Razor editor within Visual Studio instead of RazorGenerator): * https://stackoverflow.com/questions/32012051/where-to-configure-razor-page-language-version-to-c-sharp-6 * https://stackoverflow.com/questions/27968963/c-sharp-6-0-features-not-working-with-visual-studio-2015/31548221#31548221 They suggest...
I added support for `#\r\n`-style (Perl-style) comments in directives (both Razor File and Global Directives) using a regex to remove them before parsing the input - ideally comments could be...
@NikitaEgorov thank you for the bug report - I'll look into reproducing this for .NET Core projects and seeing how the VS Extension can be updated to accommodate this. I'm...
What version of Visual Studio and what project type are you running? Using the Razor editor inside a normal Class Library project will give you these warnings, but running the...
Good stuff, thanks! I'll be able to review this and merge it sometime next week as I'm busy for the rest of this week with family engagements. Thank you for...