vs-threading icon indicating copy to clipboard operation
vs-threading copied to clipboard

The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.

Results 164 vs-threading issues
Sort by recently updated
recently updated
newest added

If I understand correctly, VSTHRD003 (Avoid awaiting foreign Tasks) is redundant on a task that is known to have completed already. In the dotnet/project-system repo we have historically turned this...

analyzers

#### Bug description When I have code in a razor file using the "@code {... }" syntax, VSTHRD200 doesn't get raised. I am assuming it might be the same for...

help wanted
analyzers

This page still references the old NuPkg and directs people to the Releases page: https://microsoft.github.io/vs-threading/docs/dumpasync.html It seems it is now required to get either the "parent" package or the Threading.Only...

#### Bug description EFCore AddRange method on dbsets incorrectly warns when using the params ...[] array overload. If you create the collection in advance as a list, no issue. However...