vs-threading
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.
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...
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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
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` |  |  | | [Microsoft.CodeAnalysis.CSharp](https://redirect.github.com/dotnet/roslyn) |...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Microsoft.VisualStudio.Interop](https://aka.ms/vsextensibility) | `17.13.40008` -> `17.14.40260` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.VisualStudio.Shell.15.0](https://aka.ms/vsextensibility) |...
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...
#### 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` | [](https://docs.renovatebot.com/merge-confidence/) |...