dotnet / razor

Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
https://asp.net
MIT License
475 stars 184 forks source link

Stop reporting telemetry for bad requests #10508

Open davidwengier opened 1 week ago

davidwengier commented 1 week ago

FIxes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2046969

Rather than reporting telemtery, this PR just doesn't. I think we tried in the past to collect cabs for this, and didn't get any, and we haven't had any obvious reports from users of issues this causes.

Left the debug assert and the log message, because one of us might get lucky and run into it, or maybe a user will report something.