Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicofilips/dotnet-pipeline-template

This is a .Net 8 Template Pipeline to integrate as "external workflow" into other Tools. It covers build, unittesting, packing and deploying to nuget.org ✨🚀
https://github.com/nicofilips/dotnet-pipeline-template

dotnet8 external-workflow nuget pipeline unittesting

Last synced: 3 months ago
JSON representation

This is a .Net 8 Template Pipeline to integrate as "external workflow" into other Tools. It covers build, unittesting, packing and deploying to nuget.org ✨🚀

Awesome Lists containing this project

README

        



Logo


Source: DALL-E 3


## About the Repository 📖

This repository is a comprehensive collection of design pattern examples in C#. It's intended for developers looking to deepen their understanding of design patterns and apply them in real-world software development. The patterns covered include Creational, Structural, and Behavioral patterns, providing a wide range of solutions to common software design challenges.

## Features 🚀

To integrate this pipeline into your Tools - create a dotnet.yml in your github/workflows folder and copy this code:
```
name: NicoFilips-template-pipeline(build/test/publish/DeployNuget)

on:
push:
branches:
- main
workflow_dispatch:

jobs:
call-template-workflow:
uses: NicoFilips/dotnet-pipeline-template/.github/workflows/dotnet-pipeline-template.yml@main
with:
publish: true
```
Then you can checkout the pipeline in this repository to use it in your own!

## Support 🆘

If you encounter any issues or have questions, [open an issue](link-to-issues) on our GitHub page.

## Contributing 👥

Contributions are welcome! If you have a design pattern example to add or improvements to suggest, please check out our [Contributing Guidelines](link-to-CONTRIBUTING.md).

## License 📄

This repository is released under the [MIT License](link-to-LICENSE).