Sandro Magi

Results 37 comments of Sandro Magi

Ok, I finally got time to review this. My first patch actually solved the problem but was too crude to work with the tutorial, and my later "fix" to get...

> Do you mean IntelliSense in the _.cshtml_ files becames flakey? Or do you mean the proxy types generated by the Razor Slices source generator aren't reliably shown in IntelliSense...

The issue happened again, where a new slice that I added created a new ItemGroup entry in the project file that "removed" the file. The other file properties are the...

I saw this same behaviour in RazorBlade which I linked in the initial post, and he made some change that corrected it. [Here is the link to the issue again](https://github.com/ltrzesniewski/RazorBlade/issues/16),...

I'm porting over some code for RazorSlices, so I might discover a few more issues as I go. This namespace issue becomes more problematic when the template invokes extension methods....

> Also, may I ask why you're porting from RazorSlices (which seems to be designed to be used in ASP.NET) to RazorBlade (which explicitly cannot be used with it) in...