{"id":32492078,"url":"https://github.com/pub-dev/lesson-dotnet-unittest","last_synced_at":"2026-06-29T21:02:47.642Z","repository":{"id":43097361,"uuid":"467374494","full_name":"Pub-Dev/Lesson-DotNet-UnitTest","owner":"Pub-Dev","description":"a project to explain unit tests using .net core and some extras 🚀😎","archived":false,"fork":false,"pushed_at":"2022-08-17T14:41:31.000Z","size":78,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-27T10:55:29.216Z","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/Pub-Dev.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":"2022-03-08T05:20:52.000Z","updated_at":"2023-09-01T21:26:58.000Z","dependencies_parsed_at":"2022-09-13T05:50:41.144Z","dependency_job_id":null,"html_url":"https://github.com/Pub-Dev/Lesson-DotNet-UnitTest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pub-Dev/Lesson-DotNet-UnitTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pub-Dev%2FLesson-DotNet-UnitTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pub-Dev%2FLesson-DotNet-UnitTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pub-Dev%2FLesson-DotNet-UnitTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pub-Dev%2FLesson-DotNet-UnitTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pub-Dev","download_url":"https://codeload.github.com/Pub-Dev/Lesson-DotNet-UnitTest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pub-Dev%2FLesson-DotNet-UnitTest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34942665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"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":[],"created_at":"2025-10-27T10:54:58.177Z","updated_at":"2026-06-29T21:02:47.636Z","avatar_url":"https://github.com/Pub-Dev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![Mutation testing badge](https://img.shields.io/endpoint?style=for-the-badge\u0026url=https://badge-api.stryker-mutator.io/github.com/Pub-Dev/Lesson-DotNet-UnitTest/main)](https://dashboard.stryker-mutator.io/reports/github.com/Pub-Dev/Lesson-DotNet-UnitTest/main)\n\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Pub-Dev_Lesson-DotNet-UnitTest\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Pub-Dev_Lesson-DotNet-UnitTest)\n[![Build and Test](https://github.com/Pub-Dev/Lesson-DotNet-UnitTest/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/Pub-Dev/Lesson-DotNet-UnitTest/actions/workflows/build.yml)\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=Pub-Dev_Lesson-DotNet-UnitTest\u0026metric=bugs)](https://sonarcloud.io/summary/new_code?id=Pub-Dev_Lesson-DotNet-UnitTest)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Pub-Dev_Lesson-DotNet-UnitTest\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=Pub-Dev_Lesson-DotNet-UnitTest)\n[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=Pub-Dev_Lesson-DotNet-UnitTest\u0026metric=ncloc)](https://sonarcloud.io/summary/new_code?id=Pub-Dev_Lesson-DotNet-UnitTest)\n[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=Pub-Dev_Lesson-DotNet-UnitTest\u0026metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=Pub-Dev_Lesson-DotNet-UnitTest)\n\n## Pub Dev Store 📚🕹\n\nthis read-me still under development, We had time to develop the whole solution but not to create a good read-me 😜\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n## About The Project\n\nHere's why:\n\n- .NET 6.0 is the most advanced and fast framework to develop applications using C#\n- It's fun! 🚀🎉\n\n## Executing\n\n[WIP]\n\n## Adding Migrations 📚\n\n```\nAdd-Migration [MigrationName] -OutputDir Configuration\\Migrations\n```\n\n## Tests ✍️\n\n```\ndotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover\n```\n\n## Tests Mutations (Stryker) 👽\n\n```\ndotnet stryker -tp \"tests/API.Tests/PubDev.Store.API.Tests.csproj\"\n```\n\n\u003c!-- ROADMAP --\u003e\n\n## Roadmap 👀\n\n- Ran out of Ideas 🤣, feel free to add one\n\nSee the [open issues](https://github.com/Pub-Dev/Lesson-DotNet-UnitTest/issues) for a full list of proposed features (and known issues).\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003c!-- CONTACT --\u003e\n\n## Contact\n\n- Humberto Rodrigues - [@1bberto](https://instagram.com/1bberto) - humberto_henrique1@live.com\n- Rafael Nagai - [@rafakenji23](https://instagram.com/rafakenji23) - rafakenji23@gmail.com\n- Discord Server - [https://discord.com/invite/EvD6Um5Jw2](https://discord.com/invite/EvD6Um5Jw2)\n\nProject Link: [https://github.com/Pub-Dev/Lesson-DotNet-UnitTest](https://github.com/Pub-Dev/Lesson-DotNet-UnitTest)\n\n\u003c!-- ACKNOWLEDGMENTS --\u003e\n\n## Acknowledgments\n\n- [.NET 6](https://docs.microsoft.com/en-us/dotnet/api/?view=net-6.0)\n- [Dapper](https://dapperlib.github.io/Dapper/)\n- [XUnit](https://xunit.net/)\n- [Coverlet](https://github.com/coverlet-coverage/coverlet)\n- [Stryker](https://stryker-mutator.io/)\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/Pub-Dev/Lesson-DotNet-UnitTest.svg?style=for-the-badge\n[contributors-url]: https://github.com/Pub-Dev/Lesson-DotNet-UnitTest/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/Pub-Dev/Lesson-DotNet-UnitTest.svg?style=for-the-badge\n[forks-url]: https://github.com/Pub-Dev/Lesson-DotNet-UnitTest/network/members\n[stars-shield]: https://img.shields.io/github/stars/Pub-Dev/Lesson-DotNet-UnitTest.svg?style=for-the-badge\n[stars-url]: https://github.com/Pub-Dev/Lesson-DotNet-UnitTest/stargazers\n[issues-shield]: https://img.shields.io/github/issues/Pub-Dev/Lesson-DotNet-UnitTest.svg?style=for-the-badge\n[issues-url]: https://github.com/Pub-Dev/Lesson-DotNet-UnitTest/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpub-dev%2Flesson-dotnet-unittest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpub-dev%2Flesson-dotnet-unittest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpub-dev%2Flesson-dotnet-unittest/lists"}