Michel Zehnder

Results 64 comments of Michel Zehnder

Oh yeah, async/await feature so that you can do `QueueWorkItem(async () => await xxx())`

I often use it to limit concurrency, yes. But I also need to use other api's in the worker threads sometimes - and they happen to be more and more...

> Do you use the WorkItemGroups to limit concurrency or use the STP directly ? Both. We use STP in a few projects

Have you found a solution for this? I think I am experiencing something similar

Maybe this could be made configurable with a switch or seomthing. I'd rather have errors on columns that should be non-null than having invalid business data in there from the...

> With the change done in #3053 we can avoid the breaking change and easily fix this ticket. @Kissaki would you like to give it a go? Or maybe @MichelZ?...

> I have merged your other PR so you can rebase! If you want to also handle `string` (by surrounding with `"`) and `char` (by surround with `'`) that's awesome....

also, @SebastianSchuetze the [Wiki](https://github.com/MethodsAndPractices/vsteam/wiki) has a 404 docs link

> Will get it fixed , now you could execute this script manually. Yep, I did that of course once I noticed. I'd like to get it fixed though, as...