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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [becheran/mlc](https://redirect.github.com/becheran/mlc) | action | minor | `v0.21.0` -> `v0.22.0` | --- ### Release...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.CodeAnalysis.Analyzers](https://redirect.github.com/dotnet/roslyn) | `3.11.0` -> `4.14.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis.Analyzers/4.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.CodeAnalysis.Analyzers/4.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Microsoft.CodeAnalysis](https://redirect.github.com/dotnet/roslyn) | `4.13.0` -> `4.14.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis/4.14.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.CodeAnalysis/4.13.0/4.14.0?slim=true) | | [Microsoft.CodeAnalysis.CSharp](https://redirect.github.com/dotnet/roslyn) |...

dependencies

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Microsoft.VisualStudio.Interop](https://aka.ms/vsextensibility) | `17.13.40008` -> `17.14.40260` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.VisualStudio.Interop/17.14.40260?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.VisualStudio.Interop/17.13.40008/17.14.40260?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.VisualStudio.Shell.15.0](https://aka.ms/vsextensibility) |...

dependencies

The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR...

dependencies

#### Bug description A Task returning method containing a non-Task returning lambda containing a synchronous wait does not trip any of the VSTHRD analyzers #### Repro steps ```cs public static...

Fixes bug raised here: https://github.com/microsoft/vs-threading/issues/1422 The method of HasSupersetOfParameterTypes confused me as I think the check was inverted? I took the liberty to change that as well, but let me...

Look at the diff below, created by dotnet format ``` var content = await response.Content.ReadAsStringAsync(); - AssertSuccess(response, content); + await AssertSuccessAsync(response, content); return Deserialize(content); ``` The methods in question: ```c#...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.Windows.CsWin32](https://redirect.github.com/Microsoft/CsWin32) ([source](https://redirect.github.com/microsoft/CsWin32)) | `0.3.162` -> `0.3.183` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Windows.CsWin32/0.3.183?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies