David Wengier

Results 346 comments of David Wengier

> Are you asking what would happen if you pre-processed the directives before even before the C# compiler sees them? I think you would end up with separate documents (one...

> My guess is that this only really helps if the set of preprocessor directives is reduced to a smaller set than what's possible in `.cs` files I admit I...

@bcheung4589 Apologies that the tooling is frustrating you, but the reason we ask for more information is because the we have multiple tests and manual test runs that do verify...

Actually it wasn't on the radar @bcheung4589 so thank you for reporting it! I'll reopen this, and modify the title a bit to represent the issue.

To summarize the issue, given a QuickGrid component with a property column defined as something like `` we are not formatting the attribute value, seemingly at all. Putting the same...

The fix here is to deal with workspace pull diagnostics, and return `null` for any documents that have been removed from the project since the previous workspace pull diagnostics request.

Thanks for the report @Kokujou. Could you let us know what version of the C# extension you're using, and whehter you have the C# Dev Kit installed too? The red...

@syrle-foronda this issue is a little vague and reports a few different things. Could you be specific about which issue you saw still persisting?

@syrle-foronda We recently added some more logging for formatting that should help us track this down. Could I trouble you to grab some extra logs of the formatting operation, and...