{"id":19808506,"url":"https://github.com/omajid/dotnetregressiontestrunner","last_synced_at":"2026-04-22T21:34:31.255Z","repository":{"id":136723856,"uuid":"119570598","full_name":"omajid/DotNetRegressionTestRunner","owner":"omajid","description":"run small standalone programs as regression tests","archived":false,"fork":false,"pushed_at":"2018-02-13T19:43:38.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T18:23:45.187Z","etag":null,"topics":["dotnet","testing"],"latest_commit_sha":null,"homepage":"","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/omajid.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":"2018-01-30T17:34:07.000Z","updated_at":"2018-02-13T18:13:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5d2f682-dfc8-408f-8cf1-267a7213966e","html_url":"https://github.com/omajid/DotNetRegressionTestRunner","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/omajid/DotNetRegressionTestRunner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omajid%2FDotNetRegressionTestRunner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omajid%2FDotNetRegressionTestRunner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omajid%2FDotNetRegressionTestRunner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omajid%2FDotNetRegressionTestRunner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omajid","download_url":"https://codeload.github.com/omajid/DotNetRegressionTestRunner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omajid%2FDotNetRegressionTestRunner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262685118,"owners_count":23348409,"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":["dotnet","testing"],"created_at":"2024-11-12T09:14:03.714Z","updated_at":"2026-04-22T21:34:31.162Z","avatar_url":"https://github.com/omajid.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DotNetRegressionTestRunner\n\n## Overview\n\nThis is a framework that lets users write tests - as simple programs\nwith `Main` methods - that can exercise features in the desired .NET\nCore SDK and Runtimes.\n\nThis lets tests conditionally compile and run for selected SDK and\nRuntime versions - it is okay to write tests that require API only\navailable in .NET Core 2.1 and run the tests against a .NET Core 2.0.\nThe framework will skip tests that are not applicable to the targetted\nruntime.\n\nUnlike *xUnit* and similar frameworks, the tests written here are\nexpected to be **dirty**. They may even crash the VM. See `TESTS.md`\nfor more details on how to write tests. A number of sample tests are\nincluded in the `Samples` directory.\n\nThis is inspired by\n[jtreg](http://openjdk.java.net/jtreg/).\n\n## Building\n\nYou will need a .NET Core 2.0 SDK to build this. After installing\nthat, run:\n\n    make\n\nThe built product will be placed in `bin/` directory.\n\n## Running\n\nUsage:\n\n    bin/dntr \u003cpath to dir containing tests\u003e [\u003cpath to dotnet sdk\u003e]\n\nFor example:\n\n    bin/dntr Samples\n\n# License\n\nLicensed under the MIT license. Please see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomajid%2Fdotnetregressiontestrunner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomajid%2Fdotnetregressiontestrunner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomajid%2Fdotnetregressiontestrunner/lists"}