C# Azure Functions code generator using autorest
Перейти к файлу
Michael Yanni a43baa4b3a Added the custom-baseUrl-more-options test. 2019-11-22 17:18:20 -08:00
eng Added the custom-baseUrl-more-options test. 2019-11-22 17:18:20 -08:00
samples Fixed a few bugs with ConstantSchema handling. Fixed bug with initial-level serialization in an operation (was writing properties to non-objects). Made flag for including assets. Aded BodyString to test project. Added 3 remaining initial tests (3/4 pass, 1 is skipped for now). 2019-11-21 21:54:22 -08:00
src Merge branch 'feature/v3' into bodycomplex-testfix 2019-11-22 15:13:32 -08:00
test/AutoRest.TestServer.Tests Added the custom-baseUrl-more-options test. 2019-11-22 17:18:20 -08:00
.editorconfig Add .editorconfig and StyleCop rules, cleanup project files (#250) 2019-11-22 12:50:02 -08:00
.gitattributes Initial project. 2019-09-13 18:00:54 -07:00
.gitignore Add tests swaggers to autogeneration (#259) 2019-11-22 15:58:32 -08:00
AutoRest.CSharp.V3.sln Add tests swaggers to autogeneration (#259) 2019-11-22 15:58:32 -08:00
Directory.Build.props Add .editorconfig and StyleCop rules, cleanup project files (#250) 2019-11-22 12:50:02 -08:00
Directory.Build.targets Add .editorconfig and StyleCop rules, cleanup project files (#250) 2019-11-22 12:50:02 -08:00
package-lock.json Add .editorconfig and StyleCop rules, cleanup project files (#250) 2019-11-22 12:50:02 -08:00
package.json Add .editorconfig and StyleCop rules, cleanup project files (#250) 2019-11-22 12:50:02 -08:00
readme.md Merge branch 'feature/v3' into bodycomplex-testfix 2019-11-22 15:13:32 -08:00

readme.md

AutoRest.CSharp.V3

see https://aka.ms/autorest

Configuration

use-extension:
  "@autorest/modelerfour": "4.1.60"

pipeline:
  # serialize-tester:
  #   input: modelerfour/identity
  # serialize-tester/emitter:
  #   input: serialize-tester
  #   scope: output-scope
  cs-namer:
    input: modelerfour/identity
  cs-typer:
    input: cs-namer
  cs-modeler:
    input: cs-typer
  cs-modeler/emitter:
    input: cs-modeler
    scope: output-scope
  cs-operator:
    input: cs-typer
  cs-operator/emitter:
    input: cs-operator
    scope: output-scope
  cs-asseter:
    input: cs-typer
  cs-asseter/emitter:
    input: cs-asseter
    scope: output-scope

output-scope:
  output-artifact: source-file-csharp
pipeline:
  cs-asseter/emitter/command:
    input:
    - cs-modeler/emitter
    - cs-operator/emitter
    - cs-asseter/emitter
    run: dotnet build $(title).csproj --verbosity quiet /nologo