Eli-Black-Work

Results 82 comments of Eli-Black-Work

It's an unexpected exception 🙂 Specifically: ``` Severity Code Description Project File Line Suppression State Warning CS8785 Generator 'MyGEnerator' failed to generate source. It will not contribute to the output...

Alright, I guess we'll go with setting `dotnet_diagnostic.CS8785.severity = error` for now 🙂 I hope the team reconsiders this in the future, though 🙂 Currently, when a source generator fails...

I don't think context menus are supposed to stick to the element on which they were initially shown 🙂 For example, try right clicking on a page in Chrome and...

@sharwell I just ran into this warning, too. Is the naming of `DisposeAsyncCore()` still up for discussion? 🙂

@MartyIX Thanks, I was curious if that was the case for the .NET SDK analyzers as well 🙂

We're looking for something like this as well. We have a VS solution that starts multiple projects (websites) when the solution is run. By default, we want each website to...

I just commented on #2770, but figured I'd comment here as well: I'd be happy to supply logs, if it'd help, as we're seeing slowdowns on startup and shutdown as...

Has there been any update on this? 🙂 We're evaluating using SonarLint, but we're already using an `.editorconfig` file and would prefer for SolarLint's rules to also be put into...

@duncanp-sonar Has any of this feature already been shipped as part of the SonarLint VS extension? I'm looking to disable SonarLint for JS and TS files while in non-connected mode....