issues Search Results · repo:microsoft/vs-threading language:C#
Filter by
408 results
(65 ms)408 results
inmicrosoft/vs-threading (press backspace or delete to remove)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
public static class Example
{
// ...
zjgeary
- Opened 6 days ago
- #1427
Look at the diff below, created by dotnet format
var content = await response.Content.ReadAsStringAsync();
- AssertSuccess(response, content);
+ await AssertSuccessAsync(response, ...
Tobbeman
- Opened 19 days ago
- #1422
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more. br View
this repository on the Mend.io Web Portal.
Open
These updates have all been created ...
renovate[bot]
- Opened on Feb 4
- #1389
Bug description
await SwitchToMainThreadAsync() does not switch to main thread
Repro steps
class MyApp: System.Windows.Application // WPF app class
{
readonly JoinableTaskFactory tasks = new(new JoinableTaskContext()); ...
lostmsu
- 3
- Opened on Feb 2
- #1384
Bug description
The VSTHRD003 is triggered when using a combination of Task.Run and Task.WhenAny in a * top-level statements * (programs
without Main methods) console app
Repro steps
This * top-level ...
analyzers
NinjaCross
- Opened on Jan 14
- #1370
Bug description
A couple tests fail with:
Message:
System.InvalidOperationException : Code fix is attempting to provide a fix for a non-local analyzer diagnostic
Stack Trace:
DefaultVerifier.False(Boolean ...
analyzers
bug
AArnott
- Opened on Jan 12
- #1364
Bug description
An async method containing a synchronous local function doesn t trigger VSTHRD110 if that local function calls unawaited
task methods.
Repro steps
async Task DoOperationAsync() ...
analyzers
bug
PaulKlein
- 1
- Opened on Dec 24, 2024
- #1363
Is your feature request related to a problem? Please describe.
SemaphoreSlim and AsyncSemaphore have been banned via analyzers with the replacement preference being ReentrantSemaphore
due to it being ...
robert-at-pieces
- 3
- Opened on Dec 19, 2024
- #1362
https://github.com/microsoft/vs-threading/releases does not contain any info about 17.12.x versions. Could you please
make it public?
MartyIX
- 2
- Opened on Dec 17, 2024
- #1361

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.