{"id":19538272,"url":"https://github.com/raschmitt/run-stryker-task","last_synced_at":"2026-04-29T15:02:57.724Z","repository":{"id":40366976,"uuid":"293427174","full_name":"raschmitt/run-stryker-task","owner":"raschmitt","description":"Azure Devops extension to run mutation tests on .NET Core and .NET Framework projects with Stryker.Net.","archived":false,"fork":false,"pushed_at":"2022-05-12T14:31:33.000Z","size":201,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T08:02:19.581Z","etag":null,"topics":["azure-devops","dotnet","mutations","stryker"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=raschmitt.run-stryker-net-task","language":"PowerShell","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/raschmitt.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}},"created_at":"2020-09-07T05:04:52.000Z","updated_at":"2020-09-19T20:41:08.000Z","dependencies_parsed_at":"2022-08-09T18:23:41.901Z","dependency_job_id":null,"html_url":"https://github.com/raschmitt/run-stryker-task","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raschmitt/run-stryker-task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raschmitt%2Frun-stryker-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raschmitt%2Frun-stryker-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raschmitt%2Frun-stryker-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raschmitt%2Frun-stryker-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raschmitt","download_url":"https://codeload.github.com/raschmitt/run-stryker-task/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raschmitt%2Frun-stryker-task/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32430803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["azure-devops","dotnet","mutations","stryker"],"created_at":"2024-11-11T02:33:31.333Z","updated_at":"2026-04-29T15:02:57.708Z","avatar_url":"https://github.com/raschmitt.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Run Strker.Net - Azure Devops Task [\u003cimg src=\"https://raw.githubusercontent.com/raschmitt/run-stryker-task/master/run-stryker/icon.png\" align='right' width=\"128\"/\u003e](https://github.com/raschmitt/run-stryker-tas)\n\n[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/raschmitt.run-stryker-net-task?label=Latest%20Version\u0026style=flat-square)](https://marketplace.visualstudio.com/items?itemName=raschmitt.run-stryker-net-task)\n[![Visual Studio Marketplace Installs - Azure DevOps Extension](https://img.shields.io/visual-studio-marketplace/azure-devops/installs/total/raschmitt.run-stryker-net-task?label=Installs\u0026style=flat-square)](https://marketplace.visualstudio.com/items?itemName=raschmitt.run-stryker-net-task)\n[![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/raschmitt.run-stryker-net-task?label=User%20Rating\u0026style=flat-square)](https://marketplace.visualstudio.com/items?itemName=raschmitt.run-stryker-net-task)\n[![Azure DevOps builds](https://img.shields.io/azure-devops/build/raschmitt/7618d927-8467-43e2-b5e9-1aeddc1fbfdc/21?label=Release\u0026style=flat-square)](https://dev.azure.com/raschmitt/raschmitt/_build?definitionId=21)\n\nAzure Devops extension to run mutation tests on .NET Core and .NET Framework projects with [Stryker.Net](https://github.com/stryker-mutator/stryker-net).\n\nNote that as of version 1.x this extension only works on windows hosted agents, because it is written in Powershell. I plan to upgrade it to Typescript in the future so it can be used on any type of agent.\n\n**Disclaimer:** This is not an official [Stryker Mutator](https://stryker-mutator.io/) extension.\n\n## How to use\n\n**1.** Install the extension into your Azure DevOps organization.\n\n  - [Installing Azure DevOps extensions](https://docs.microsoft.com/en-us/azure/devops/marketplace/install-extension?view=azure-devops-2020\u0026tabs=browser). \n  - [Run Stryker .Net Task latest version](https://marketplace.visualstudio.com/items?itemName=raschmitt.run-stryker-net-task).\n\n**2.** Add the task to your pipeline\n\n  - Copy and paste the following code on your `.yml` file, and add your own parameters.\n\n```yml\n- task: run-stryker@1\n  inputs:\n    testProject: ''\n    parameters: ''\n ```\n \n**3.** Run your pipeline \n\n  - To display your mutation results on your pipeline you can use the [Mutation Report Publisher](https://marketplace.visualstudio.com/items?itemName=stryker-mutator.mutation-report-publisher).\n\n## Parameters\n\n| Parameter | Description | Required |\n| :---: | --- | :---: |\n| testProject | Name of the test project to mutate **(e.g. Sample.Tests.csproj)**. Wild cars are available **(e.g. *Tests.csproj)**. Be sure to match only one test project here.| Yes |\n| parameters | Parameters wich will be passed to Stryker **(e.g. --reporters \"['html', 'progress']\")**. More on the available parameters can be found on the oficcial Stryker .Net [configuration docs](https://github.com/stryker-mutator/stryker-net/blob/master/docs/Configuration.md). | No |\n\n### Sample\n\n```yml\n- task: run-stryker@1\n    displayName: 'Run mutations'\n    inputs:\n      testProject: '*Tests.csproj'\n      parameters: --reporters \"['html', 'dashboard']\" --dashboard-api-key $(STRYKER_DASHBOARD_API_KEY) -project github.com/$(Build.Repository.Name) -version $(Build.SourceBranchName)\n```\n\n## Contributions\n\nContributions and feature requests are always welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraschmitt%2Frun-stryker-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraschmitt%2Frun-stryker-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraschmitt%2Frun-stryker-task/lists"}