Skip to content

Commit

Permalink
Merge pull request #1 from NelsonDaniel/new-documentation
Browse files Browse the repository at this point in the history
New documentation
  • Loading branch information
NelsonDaniel authored Feb 13, 2019
2 parents adcffa6 + 8010ef3 commit 1f4ecd1
Show file tree
Hide file tree
Showing 82 changed files with 2,665 additions and 139 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# DEPRECATED
# Building AutoRest

## Build Prerequisites
Expand Down Expand Up @@ -199,7 +200,7 @@ It means you need to disable strong name validation on your dev box:

### Running AutoRest
#### Command Line
After building, the `AutoRest.exe` executable will be output to the `/binaries/net45/` folder. You can run it with the command line options specified in the [Command Line Interface](../../user/cli.md) documentation.
After building, the `AutoRest.exe` executable will be output to the `/binaries/net45/` folder. You can run it with the command line options specified in the [Command Line Interface](../../user/command-line-interface.md) documentation.

#### Visual Studio
You can run (and debug) AutoRest by providing the command line parameters in the properties for the AutoRest project. To set these:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# New Developer Guide
- [Building AutoRest](building-code.md)
- [Working with Swagger Specifications](defining-clients-swagger.md)
- [Working with Swagger Specifications](how-autorest-generates-code-from-swagger.md)
- [Writing Tests](writing-tests.md)
- [Writing Validation Rules](writing-validation-rules.md)
- [AutoRest Commit Workflow](AutoRest-Commit-Workflow.md)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 1f4ecd1

Please sign in to comment.