C# Azure Functions code generator using autorest
Перейти к файлу
Michael Yanni 8e455ee5d9 Merge branch 'feature/v3' into datetime-format-fixes-body-complex 2019-12-11 14:25:57 -08:00
eng Eng script fixes (#327) 2019-12-11 14:24:21 -08:00
samples Get generated projects closer to shipping SDKs (#308) 2019-12-06 13:26:57 -08:00
src Merge branch 'feature/v3' into datetime-format-fixes-body-complex 2019-12-11 14:25:57 -08:00
test Merge branch 'feature/v3' into datetime-format-fixes-body-complex 2019-12-11 14:25:57 -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 Made test projects directly reference assets instead of using the generated ones. Disabled the style cop analyzers for the test server projects since they would fail when analyzing the shared assets. 2019-12-05 21:54:10 -08:00
AutoRest.CSharp.V3.sln Get generated projects closer to shipping SDKs (#308) 2019-12-06 13:26:57 -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 Made test projects directly reference assets instead of using the generated ones. Disabled the style cop analyzers for the test server projects since they would fail when analyzing the shared assets. 2019-12-05 21:54:10 -08:00
global.json Add the client model step and implement it for models and serializers (#265) 2019-12-02 12:33:30 -08:00
package-lock.json Add tests for number bodies (#334) 2019-12-11 13:50:33 -08:00
package.json Add tests for number bodies (#334) 2019-12-11 13:50:33 -08:00
readme.md Eng script fixes (#327) 2019-12-11 14:24:21 -08:00

readme.md

AutoRest.CSharp.V3

see https://aka.ms/autorest

Setup

Build

  • dotnet build (at root)
  • ./eng/Generate.ps1 (at root in PowerShell Core)

Configuration

use-extension:
  "@autorest/modelerfour": "4.2.84"
version: 3.0.6162
pipeline:
  cs-modeler:
    input: modelerfour/identity
  cs-modeler/emitter:
    input: cs-modeler
    scope: output-scope
output-scope:
  output-artifact: source-file-csharp
pipeline:
  cs-asseter:
    input: modelerfour/identity
  cs-asseter/emitter:
    input: cs-asseter
    scope: output-scope
  cs-asseter/emitter/command:
    input:
    - cs-modeler/emitter
    - cs-asseter/emitter
    run: dotnet build $(title).csproj --verbosity quiet /nologo