David Wengier

Results 343 comments of David Wengier

Correction, it only _doesn't_ happen for an empty attribute that is not at the end of a line. I actually think this is behaving as designed, and it matches the...

This is related to, and hopefully fixed/fixable by, https://github.com/dotnet/razor/issues/7564 and https://github.com/dotnet/razor/issues/7891

Full log from an instance of this happening on my machine: [RazorLog.txt](https://github.com/dotnet/razor/files/12974585/RazorLog.txt)

It would seem the Roslyn side of this exception is tracked by this PRISM fault: https://prism.vsdata.io/failure/?eventType=Fault&failureHash=fb578b03-40b2-a3c3-8705-a482b78a0769 and this issue: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1841559

Whoops, this was fixed by https://github.com/dotnet/razor/pull/10747 in 17.12 P2

@dibarbet @mavasani Do you have any more context on this? Is this expected? It seems like FSA has something to do with this, because I get 38 errors as per...

@eMuonTau most of those issues you mentioned don't repro for me in 17.8.3, but perhaps I'm trying something different. Is all of that in a RenderFragment? This issue is about...

This is fixed with the new formatting engine.

Looks like Web Tools doesn't format the contents of `` tags, presumable deliberately, and we're not handling that case. Not 100% sure what the expectation would be here - we...

Tested with the new formatting engine, and this still mostly repros.