C# Azure Functions code generator using autorest
Перейти к файлу
Pavel Krymets a5c2c78f12
Bug fix: collection of constants (#297)
Bug fix: collection of constants
2019-12-05 16:24:17 -08:00
eng Added running samples as part of Generate.ps1. Currently, only runs AppConfiguration. 2019-12-05 12:46:02 -08:00
samples More general cleanup. Added including the csproj for the samples. 2019-12-04 15:59:51 -08:00
src Renamed ClientModel to ClientModels as to not conflict with the ClientModel class inside that namespace. (#275) 2019-12-04 20:59:44 -08:00
test/AutoRest.TestServer.Tests More url tests, enable coverage tracking (#292) 2019-12-05 11:42:08 -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
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 Support both test servers (#272) 2019-12-04 10:59:07 -08:00
package.json Support both test servers (#272) 2019-12-04 10:59:07 -08:00
readme.md Inline typer step (#263) 2019-11-25 16:10:45 -08:00

readme.md

AutoRest.CSharp.V3

see https://aka.ms/autorest

Configuration

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

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