autorest.csharp/docs
Patrick Hallisey 25bb05efeb
Rename feature/v3 branch to main (#5040)
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-09-04 17:56:49 -07:00
..
client
design
features
generate
images
mgmt
migrate
samples
TypeSpec.md
faq.md
manually_regen_sdk.md
protocol_method_client.md
readme.md
troubleshooting.md

readme.md

AutoRest C# Documentation

These documents are C#-specific, see our main docs for more general information

  1. Generating C# Clients with AutoRest

    • How do I generate code? Main documents are here, while here are the csharp-specific docs.
    • See here for clients with protocol methods (previously known as low level clients)
  2. Using Your Generated C# Client

  3. Migrating from AutoRest 2.0 to 3.0

    • I have old generated code using the previous version of AutoRest. How do I upgrade my code? Main docs here, C#-specific docs here
  4. Developing with AutoRest

    • How do I generate or contribute to AutoRest in dev mode Main docs here
  5. Samples

    • Sample readmes and generated code for common scenarios.
  6. FAQ

  7. Troubleshooting