Cezary Piątek
Cezary Piątek
To keep naming consistency everything inside RazorGenerator.Mvc.Core should have namespaces starting with "RazorGenerator.Mvc.Core"
Ok, I would like to get back to the topic. @pranavkm please confirm (or correct) the following task which should I do to in order to solved Issue #155 :...
Can I get the info how the nuget packages are generated in CI? How the `nuget pack` is invoked? I would like to verify it locally at my laptop. By...
@ronaldbarendse I've tried this approach but as the result I've got RazorGenerator.Mvc.nupkg that contains empty library in the lib folder (RazorGenerator.Mvc project has no code, only *pp files) . I...
I have the same problem. After upgrading to RazorGenerator 1.10 and regenerating my helpers everything seems to be broken. In previous version of RazorGenerator views with directive Generator: MvcHelper was...
Thank you very much for link to older releases. I downgraded to version 1.9 and everything works fine. As I said in #71 I was able to reproduce that issue...
Ok, now I understand the problem. I didn't run my application before because of failed UT. So I need to find a way to fix my approach to UT. Thanks...
Let me see if I got this right - a RazorGenerator.Mvc.Core.nuspec file without reference to WebActivatorEx and RazorGeneratorMvcStart.cs.pp file will be an acceptable solution?
I'm getting `System.InvalidOperationException : Sequence contains no elements` while trying to invoking `use await instead` code fix. Here's the repro example: ```cs using System; using System.Threading; using System.Threading.Tasks; namespace TestAsyncAnalyzers...
Hi, The `MappingGenerator.OnBuildGenerator` assembly is not added to project dependencies. You need to copy the attribute definition directly to your source code. Please follow this guideline to set up OnBuildGenerator...