@microsoft.azure/autorest.csharp-v2
TypeScript icon, indicating that this package has built-in type declarations

1.0.36 • Public • Published

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Autorest plugin configuration

LLC#

enable-remodeler: true
api-folder: ""

pipeline:
  # "Shake the tree", and normalize the model
  remodeler:
    input: openapi-document/identity   # the plugin where we get inputs from

  # Make some interpretations about what some things in the model mean
  tweakcodemodel:
    input: remodeler

  # Specific things for Azure
  tweakcodemodelazure:
    input: tweakcodemodel

  # Choose names for everything in c#
  csnamer:
    input: tweakcodemodelazure

  # generates c# files for http-operations
  llcsharp:
    input: csnamer
  # explicitly declare writing out the code model -- we want to be able to emit some files from this one (temporary)
  cmv2/emitter:
    input: tweakcodemodelazure
    scope: code-model-emitter-settings

  # the default emitter will emit everything (no processing) from the inputs listed here.
  default/emitter:
    input:
     - llcsharp
     - remodeler

# Specific Settings for cm emitting - selects the file types and format that cmv2-emitter will spit out.
code-model-emitter-settings:
  input-artifact: code-model-v2
  is-object: true
  output-uri-expr: |
    "code-model-v2"

# testing:  ask for the files we need
output-artifact:
  # - code-model-v2.yaml # this is filtered outby default. (remove before production)
  - source-file-csharp
  - source-file-csproj
  # - source-file-other

Readme

Keywords

Package Sidebar

Install

npm i @microsoft.azure/autorest.csharp-v2

Weekly Downloads

206

Version

1.0.36

License

MIT

Unpacked Size

648 kB

Total Files

262

Last publish

Collaborators

  • microsoft1es
  • azure-sdk
  • windowsazure
  • fearthecowboy