{"id":21028918,"url":"https://github.com/chamons/async-void-no-more","last_synced_at":"2026-06-23T12:02:49.579Z","repository":{"id":87165079,"uuid":"357944229","full_name":"chamons/async-void-no-more","owner":"chamons","description":"Tool to track down async void tests that should be async Task in C#","archived":false,"fork":false,"pushed_at":"2021-04-14T15:08:50.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T14:55:31.981Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chamons.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-14T14:59:14.000Z","updated_at":"2021-04-14T15:08:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"c82709c2-18d6-4085-bc69-5c767e7db210","html_url":"https://github.com/chamons/async-void-no-more","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chamons%2Fasync-void-no-more","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chamons%2Fasync-void-no-more/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chamons%2Fasync-void-no-more/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chamons%2Fasync-void-no-more/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chamons","download_url":"https://codeload.github.com/chamons/async-void-no-more/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243467024,"owners_count":20295309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T11:59:44.017Z","updated_at":"2026-06-23T12:02:49.522Z","avatar_url":"https://github.com/chamons.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# async-void-no-more\n\nasync-void-no-more is a simple tool to track down async void tests that should be async Task in C#.\n\n## Example\n\nThis test:\n\n```csharp\n        public void MyTest() =\u003e TestStatus(async (a, b) =\u003e await new lib.Search(a, b));\n```\n\nshould return a Task, or else exceptions thrown will be lost and sadness will ensure.\n\n## Isn't there a roslyn analyzer for this?\n\nYou'd thing, wouldn't you?!?\n\n- There apparently [used to be ASYNC0003](https://roslyn-analyzers.readthedocs.io/en/latest/analyzers-info/async/avoid-async-void-methods.html) but I couldn't find it in the latest release, and it was unconditional.  \n- [vs-threading](https://github.com/microsoft/vs-threading/blob/main/doc/analyzers/index.md) has VSTHRD100 but I was unable to get working in a reasonable time in my project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchamons%2Fasync-void-no-more","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchamons%2Fasync-void-no-more","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchamons%2Fasync-void-no-more/lists"}