{"id":18646252,"url":"https://github.com/mysql-net/adonetapitest","last_synced_at":"2025-04-11T12:31:44.288Z","repository":{"id":26937927,"uuid":"111509656","full_name":"mysql-net/AdoNetApiTest","owner":"mysql-net","description":"Tests multiple ADO.NET providers for API consistency","archived":false,"fork":false,"pushed_at":"2024-02-18T16:03:40.000Z","size":739,"stargazers_count":7,"open_issues_count":9,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-25T14:01:39.165Z","etag":null,"topics":["adonet","database","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://mysql-net.github.io/AdoNetResults/","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/mysql-net.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}},"created_at":"2017-11-21T06:37:44.000Z","updated_at":"2025-01-22T12:08:23.000Z","dependencies_parsed_at":"2023-10-20T04:11:49.643Z","dependency_job_id":"0b9e4315-13ef-42d3-8b31-27fb99e9c693","html_url":"https://github.com/mysql-net/AdoNetApiTest","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mysql-net%2FAdoNetApiTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mysql-net%2FAdoNetApiTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mysql-net%2FAdoNetApiTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mysql-net%2FAdoNetApiTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mysql-net","download_url":"https://codeload.github.com/mysql-net/AdoNetApiTest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248401974,"owners_count":21097328,"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":["adonet","database","hacktoberfest"],"created_at":"2024-11-07T06:18:50.554Z","updated_at":"2025-04-11T12:31:43.955Z","avatar_url":"https://github.com/mysql-net.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ADO.NET Specification Tests\n\nThis library provides a suit of [xUnit.net](https://xunit.github.io/)-based tests for ADO.NET providers, i.e.,\nclasses that inherit from `DbConnection`, `DbCommand`, `DbDataReader`, etc.\n\nIt intends to clarify ambiguous areas in the ADO.NET documentation and help ensure that various providers act\nconsistently (when the behaviour doesn't depend on the specific target database server).\n\n[![Build Status](https://dev.azure.com/mysqlnet/AdoNetApiTest/_apis/build/status/mysql-net.AdoNetApiTest?branchName=master)](https://dev.azure.com/mysqlnet/AdoNetApiTest/_build/latest?definitionId=1\u0026branchName=master) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github\u0026repo=mysql-net/AdoNetApiTest)](https://dependabot.com)\n\n## Current Results\n\nThe results from the latest build are [published here](https://mysql-net.github.io/AdoNetResults/).\n\n## How to Use\n\nAdd a reference to the [NuGet package](https://www.nuget.org/packages/AdoNet.Specification.Tests) to your test project.\n\nCreate a class that implements `IDbFactoryFixture`: the\n`Factory` property must return a `DbProviderFactory` for your ADO.NET implementation,\nand the `ConnectionString` property must return a valid connection string that the test\nsuite can use to connect to a database. See\n[this example](https://github.com/mysql-net/AdoNetApiTest/blob/master/tests/SqlClient.Tests/SqlClientDbFactoryFixture.cs) for\n`System.Data.SqlClient`.\n\nTo use the tests that execute SQL statements, you must implement the `ISelectValueFixture`\ninterface. Examples of doing this can be found in the `tests/*` projects and `AdoNet.Databases`.\n\nCreate one public derived class from each `XTestBase\u003cT\u003e` test base class. Add a public\nconstructor that takes an instance of your `IDbFactoryFixture` implementation and passes it\nto the base class.\n\nAs necessary, override failing test methods to customize/skip them for your provider.\n\n## Version History\n\nSee [Version History](VersionHistory.md).\n\n## How to Build a Comparison Chart\n\nClone this repo.\n\nRun the required database servers locally:\n\n```\ncd docker\ndocker compose up\n```\n\nRun the `AdoNetApiTest` program:\n\n1. In Visual Studio 2017, set it as the Start Up Project and press `Ctrl+F5` to launch, or\n2. From a command prompt: `dotnet run -p src\\AdoNetApiTest\\AdoNetApiTest.csproj`\n\nNote that some DB providers require the full .NET Framework 4.7; this program has only been tested on Windows (not with mono).\n\nThe program will run all providers' test suites, then open the results in your default browser.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmysql-net%2Fadonetapitest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmysql-net%2Fadonetapitest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmysql-net%2Fadonetapitest/lists"}