Project | Target Framework | Description | Docs | Nuget Download Link |
---|---|---|---|---|
Atc.Rest.ApiGenerator | netstandard2.1 | Atc.Rest.ApiGenerator is a WebApi C# code generator using a OpenApi 3.0.x specification YAML file. | References References extended |
|
Atc.Rest.ApiGenerator.CLI | netcoreapp3.1 | A CLI tool that use Atc.Rest.ApiGenerator to create/update a project specified by a OpenApi 3.0.x specification YAML file. |
REST API generator, please go to Atc.Rest.ApiGenerator.CLI
Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow. Read more here.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
This repository is adapting the ATC-Coding-Rules which is defined and based on .editorconfig's and a range of Roslyn Analyzers.