-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCUMENTATIONS: Standard Version, Badges, Compliance, Promise, Footer
- Loading branch information
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,9 @@ | |
![ADotNet](https://raw.githubusercontent.com/hassanhabib/AdotNet/master/ADotNet/ADotNet_git_logo.png) | ||
|
||
[![.NET](https://github.com/hassanhabib/ADotNet/actions/workflows/dotnet.yml/badge.svg)](https://github.com/hassanhabib/ADotNet/actions/workflows/dotnet.yml) | ||
![Nuget](https://img.shields.io/nuget/v/ADotNet) | ||
![Nuget](https://img.shields.io/nuget/dt/ADotNet?color=blue&label=Downloads) | ||
![Nuget](https://img.shields.io/nuget/v/ADotNet?logo=nuget&color=blue) | ||
![Nuget](https://img.shields.io/nuget/dt/ADotNet?logo=nuget&color=blue&label=Downloads) | ||
[![The Standard](https://img.shields.io/github/v/release/hassanhabib/The-Standard?filter=v2.10.0&style=default&label=Standard%20Version&color=2ea44f)](https://github.com/hassanhabib/The-Standard) | ||
[![The Standard - COMPLIANT](https://img.shields.io/badge/The_Standard-COMPLIANT-2ea44f)](https://github.com/hassanhabib/The-Standard) | ||
[![The Standard Community](https://img.shields.io/discord/934130100008538142?color=%237289da&label=The%20Standard%20Community&logo=Discord)](https://discord.gg/vdPZ7hS52X) | ||
|
||
|
@@ -14,6 +15,16 @@ ADotNet is a.NET library that enables software engineers on the .NET platform to | |
## Introduction | ||
There's an issue today with developing Azure DevOps pipelines and Git Actions with YAML. The technology/language can be challenging to learn and predict the available options for orchestrating build steps. _ADotNet_ presents a solution to pipeline tasks as C# models, predefined, with all the options available to orchestrate a pipeline without searching for the available options on the documentation websites. | ||
|
||
## Standard-Compliance | ||
This library was built according to The Standard. The library follows engineering principles, patterns and tooling as recommended by The Standard. | ||
|
||
This library is also a community effort which involved many nights of pair-programming, test-driven development and in-depth exploration research and design discussions. | ||
|
||
## Standard-Promise | ||
The most important fulfillment aspect in a Standard complaint system is aimed towards contributing to people, its evolution, and principles. | ||
An organization that systematically honors an environment of learning, training, and sharing knowledge is an organization that learns from the past, makes calculated risks for the future, | ||
and brings everyone within it up to speed on the current state of things as honestly, rapidly, and efficiently as possible. | ||
|
||
## How It Works for AzureDevOps | ||
Here's how this library works. Let's assume you want to write a task in your pipeline that restores packages for your ASP.NET Core project. Today, engineers write the following command in YAML: | ||
|
||
|
@@ -339,3 +350,6 @@ If you have any suggestions, comments or questions, please feel free to contact | |
[LinkedIn](https://www.linkedin.com/in/hassanrezkhabib/) | ||
|
||
[E-Mail](mailto:[email protected]) | ||
|
||
### Important Notice | ||
Special thanks to all the contributors that make this project a success. A special thanks to Mr. Hassan Habib and Mr. Christo du Toit for their dedicated contribution. |