{"id":19012702,"url":"https://github.com/saikrishnav/testfxstaext","last_synced_at":"2026-02-12T07:37:06.813Z","repository":{"id":144199409,"uuid":"80696502","full_name":"saikrishnav/testfxSTAext","owner":"saikrishnav","description":"STA extension for MSTEST adapter","archived":false,"fork":false,"pushed_at":"2018-02-02T13:27:11.000Z","size":19,"stargazers_count":2,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T14:23:07.483Z","etag":null,"topics":["microsoft","mstestv2","vstest"],"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/saikrishnav.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}},"created_at":"2017-02-02T05:29:20.000Z","updated_at":"2023-09-11T19:00:01.000Z","dependencies_parsed_at":"2023-06-16T15:45:18.618Z","dependency_job_id":null,"html_url":"https://github.com/saikrishnav/testfxSTAext","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saikrishnav/testfxSTAext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saikrishnav%2FtestfxSTAext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saikrishnav%2FtestfxSTAext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saikrishnav%2FtestfxSTAext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saikrishnav%2FtestfxSTAext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saikrishnav","download_url":"https://codeload.github.com/saikrishnav/testfxSTAext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saikrishnav%2FtestfxSTAext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29361632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["microsoft","mstestv2","vstest"],"created_at":"2024-11-08T19:19:17.221Z","updated_at":"2026-02-12T07:37:06.799Z","avatar_url":"https://github.com/saikrishnav.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TestFx STA Extension\nSTA extension for MSTest framework and adapter \u003cbr/\u003e\nAdds the ability to run tests in STA thread for unit tests that depend on COM, OLE and UI components. \u003cbr/\u003e\n\u003cbr/\u003e\nUsage 1: \u003cbr/\u003e\n```C#\n[STATestClass] // Runs all tests [ test1, test2, test3 ] in this class in STA thread\npublic class SampleTestClass\n{\n    [TestMethod] \n    public void Test1 () {....}\n    [TestMethod]\n    public void Test2 () {....}\n    [STATestMethod] // Using STATestMethod inside a class which is already marked STA is redundant\n    public void Test3 () {....}\n}\n```\n\u003cbr/\u003e\nUsage 2: \u003cbr/\u003e\n```C#\n[TestClass] // Runs all tests except Test3 in this class as MTA\npublic class SampleTestClass\n{\n    [TestMethod] \n    public void Test1 () {....}\n    [TestMethod]\n    public void Test2 () {....}\n    [STATestMethod] // Class is NOT marked as STA - so only this method runs in STA - above tests run in MTA\n    public void Test3 () {....}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaikrishnav%2Ftestfxstaext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaikrishnav%2Ftestfxstaext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaikrishnav%2Ftestfxstaext/lists"}