Eli-Black-Work

Results 82 comments of Eli-Black-Work

Personally, I think our team would prefer an analyzer that does the opposite of AsyncFixer01: Warn whenever someone directly returns a task instead of awaiting it 🙂 Perhaps it's a...

We tried specifying `refreshUrl`, too, but weren't able to get it to work.

I'd like to see a way to mark generators as `required`. This would allow us to have variations of the `/skipGenerators` flag: * `/skipGenerators=optional` * `/skipGenerators=required` * `/skipGenerators=all` `/skipGenerators` could...

@CyrusNajmabadi We're seeing somewhat similar behaviour. Should we file traces via the VS feedback tool or by some other means? 🙂

@CyrusNajmabadi Thanks 🙂 Do you mean traces generated by passing `/reportanalyzer` to MSBuild or traces generated via the VS feedback tool?

In our case, we'd like to be able to enable warnings in generated code for _non_-testing scenarios 🙂

Hi @jaredpar 🙂 I know this isn't your department, but I figured it might be worth asking: I reported this same bug three months ago: https://developercommunity.visualstudio.com/t/MetadataCommandExtractMetadata-Could/10077182 . Do you have...

Ah, thanks, @jaredpar! Sorry for the confusion 🙂