https://github.com/dotnet/arcade-services
Home to .NET's dependency flow system & tooling
https://github.com/dotnet/arcade-services
depedency-tracking dependencies dotnet engineering-platforms infrastructure
Last synced: 3 months ago
JSON representation
Home to .NET's dependency flow system & tooling
- Host: GitHub
- URL: https://github.com/dotnet/arcade-services
- Owner: dotnet
- License: mit
- Created: 2018-11-06T22:23:37.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-04-13T13:26:48.000Z (3 months ago)
- Last Synced: 2026-04-13T14:24:06.163Z (3 months ago)
- Topics: depedency-tracking, dependencies, dotnet, engineering-platforms, infrastructure
- Language: C#
- Homepage:
- Size: 18.1 MB
- Stars: 81
- Watchers: 13
- Forks: 80
- Open Issues: 167
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
- Code of conduct: CODE-OF-CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Arcade Services
## Overview
This repo is home of the services that help us construct .NET. Mainly, you can find the **Product Construction Service** (previously *Maestro*) dependency flow system and the [Darc CLI tool](./docs/Darc.md).
The service's main responsibility is opening and managing dependency update pull requests in .NET repositories. It is also responsible for [the code flow subscription between product repositories and the VMR](https://github.com/dotnet/dotnet/tree/main/docs/VMR-Full-Code-Flow.md).
## Development
See instructions on how to run the code [here](docs/DevGuide.md).
## Contribution
We welcome contributions! Please follow the [Code of Conduct](CODE-OF-CONDUCT.md).
## Filing issues
This repo should contain issues that are tied to Maestro and Darc.
### License
.NET (including this repo) is licensed under the [MIT license](LICENSE.TXT).