David Wengier

Results 344 comments of David Wengier

Saw this in Razor too with IDE0040, Remove accessibility modifiers. We enabled the rule in our repo and fixed all violations in CI: https://github.com/dotnet/razor/pull/11466 But it seems our CI didn't...

@dibarbet @MariaSolOs I thought we stamped out all of these in 17.10? Did something change/regress with misc TS files ?

The general cause is attributes that look like JavaScript events, so the JavaScript LSP server analyzes the code and reports errors (which is correct because the C# is not valid...

I don't know for sure, but I suspect there is enough metadata in a tag helper descriptor that this can probably be done entirely on the tooling side.

We definitely don't have the Razor span mapping service, and that causes a bunch of limitations in various features. As far as I know we haven't talked about how and...

I'm going to move this to the Razor repo so we can better track with the bigger issues I linked above.

I don't understand why I would want the behavior in example 2. Is there a real world example that came from? Why would renaming a parameter that happens to have...

We'll have to put something in `RazorProjectInfo` (formally known as project.razor.bin) if the info has to come from the compilation. Tag helper discovery is the only place we have access...