https://github.com/pub-dev/lesson-dotnet-unittest
a project to explain unit tests using .net core and some extras 🚀😎
https://github.com/pub-dev/lesson-dotnet-unittest
Last synced: 21 days ago
JSON representation
a project to explain unit tests using .net core and some extras 🚀😎
- Host: GitHub
- URL: https://github.com/pub-dev/lesson-dotnet-unittest
- Owner: Pub-Dev
- License: mit
- Created: 2022-03-08T05:20:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T14:41:31.000Z (almost 4 years ago)
- Last Synced: 2025-10-27T10:55:29.216Z (9 months ago)
- Language: C#
- Size: 76.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[](https://dashboard.stryker-mutator.io/reports/github.com/Pub-Dev/Lesson-DotNet-UnitTest/main)
[](https://sonarcloud.io/summary/new_code?id=Pub-Dev_Lesson-DotNet-UnitTest)
[](https://github.com/Pub-Dev/Lesson-DotNet-UnitTest/actions/workflows/build.yml)
[](https://sonarcloud.io/summary/new_code?id=Pub-Dev_Lesson-DotNet-UnitTest)
[](https://sonarcloud.io/summary/new_code?id=Pub-Dev_Lesson-DotNet-UnitTest)
[](https://sonarcloud.io/summary/new_code?id=Pub-Dev_Lesson-DotNet-UnitTest)
[](https://sonarcloud.io/summary/new_code?id=Pub-Dev_Lesson-DotNet-UnitTest)
## Pub Dev Store 📚🕹
this read-me still under development, We had time to develop the whole solution but not to create a good read-me 😜
## About The Project
Here's why:
- .NET 6.0 is the most advanced and fast framework to develop applications using C#
- It's fun! 🚀🎉
## Executing
[WIP]
## Adding Migrations 📚
```
Add-Migration [MigrationName] -OutputDir Configuration\Migrations
```
## Tests ✍️
```
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
```
## Tests Mutations (Stryker) 👽
```
dotnet stryker -tp "tests/API.Tests/PubDev.Store.API.Tests.csproj"
```
## Roadmap 👀
- Ran out of Ideas 🤣, feel free to add one
See the [open issues](https://github.com/Pub-Dev/Lesson-DotNet-UnitTest/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If 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".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## Contact
- Humberto Rodrigues - [@1bberto](https://instagram.com/1bberto) - humberto_henrique1@live.com
- Rafael Nagai - [@rafakenji23](https://instagram.com/rafakenji23) - rafakenji23@gmail.com
- Discord Server - [https://discord.com/invite/EvD6Um5Jw2](https://discord.com/invite/EvD6Um5Jw2)
Project Link: [https://github.com/Pub-Dev/Lesson-DotNet-UnitTest](https://github.com/Pub-Dev/Lesson-DotNet-UnitTest)
## Acknowledgments
- [.NET 6](https://docs.microsoft.com/en-us/dotnet/api/?view=net-6.0)
- [Dapper](https://dapperlib.github.io/Dapper/)
- [XUnit](https://xunit.net/)
- [Coverlet](https://github.com/coverlet-coverage/coverlet)
- [Stryker](https://stryker-mutator.io/)
[contributors-shield]: https://img.shields.io/github/contributors/Pub-Dev/Lesson-DotNet-UnitTest.svg?style=for-the-badge
[contributors-url]: https://github.com/Pub-Dev/Lesson-DotNet-UnitTest/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Pub-Dev/Lesson-DotNet-UnitTest.svg?style=for-the-badge
[forks-url]: https://github.com/Pub-Dev/Lesson-DotNet-UnitTest/network/members
[stars-shield]: https://img.shields.io/github/stars/Pub-Dev/Lesson-DotNet-UnitTest.svg?style=for-the-badge
[stars-url]: https://github.com/Pub-Dev/Lesson-DotNet-UnitTest/stargazers
[issues-shield]: https://img.shields.io/github/issues/Pub-Dev/Lesson-DotNet-UnitTest.svg?style=for-the-badge
[issues-url]: https://github.com/Pub-Dev/Lesson-DotNet-UnitTest/issues