Dai

Results 167 comments of Dai

I have the same problem, except none of my output files have a `.min` extension. I found that disabling Windows Defender anti-virus reduces the incidence-rate of these errors - but...

Peeking at the `build.yml` file I see there's a dependency on `gettext`, after installing that I'm able to run `autoreconf` but then `./configure` fails: ``` $ sudo apt install gettext...

When using RazorGenerator, the rendering of SGML boolean attributes is handled by `WriteAttributeTo` in `RazorTemplateBase`, which is a class that is added to your project (in source form) by the...

@CZEMacLeod I recently joined the RazorGenerator team and I'm still ramping up on the codebase, including solving project build issues with Visual Studio 2017. As I use .NET Core myself...

Erk, that's a problem - I don't have access to the NuGet or TeamCity accounts yet. I'll have to ask the other project owners.

@llihp What happens if you switch to Detailed or Verbose MSBuild output - do you see anything relevant in the log files? * I assume it builds okay on your...

Can you create a minimal reproduction and/or share your repo?

I don't think that should be happening. To confirm, is that a real compile-time error you see in command-line MSBuild output, or just an IntelliSense error entry in Visual Studio'...

What is the exact error message, what triggers it, and where do you see it displayed? Is this an issue with the Visual Studio Extension, or with the NuGet packages?...

I'm afraid your question is a tad too vague - please clarify: * How are you using RazorGenerator? * Which `Generator` are you using? * What kind of templates are...