C# Azure Functions code generator using autorest
Перейти к файлу
Chad Kittel a6c01180cf
Rename to azure-functions-csharp (#5)
2020-07-29 13:29:13 -05:00
.github Update main.yml (#4) 2020-07-29 12:53:16 -05:00
eng Rename to azure-functions-csharp (#5) 2020-07-29 13:29:13 -05:00
samples fix debug output location 2020-07-28 17:44:25 -05:00
src Rename to azure-functions-csharp (#5) 2020-07-29 13:29:13 -05:00
test Add schema usage tracker (#844) 2020-07-27 12:27:39 -07:00
.editorconfig Add .editorconfig and StyleCop rules, cleanup project files (#250) 2019-11-22 12:50:02 -08:00
.gitattributes Add public management ctor generation (#644) 2020-04-10 14:36:56 -07:00
.gitignore Add public management ctor generation (#644) 2020-04-10 14:36:56 -07:00
AutoRest.CSharp.V3.sln Fix URI builder bug and add test (#520) 2020-03-10 12:38:17 -07:00
Directory.Build.props Add NuGet config and update autorest.testserver version (#823) 2020-06-17 13:13:20 -07: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
NuGet.Config Update NuGet.Config 2020-06-19 10:23:31 -07: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 Rename to azure-functions-csharp (#5) 2020-07-29 13:29:13 -05:00
package.json Reduce amount of extra null checks we do (#815) 2020-07-14 15:05:03 -07:00
readme.md Rename to azure-functions-csharp (#5) 2020-07-29 13:29:13 -05:00

readme.md

Azure Functions C# code generator for AutoRest V3

Setup

Build

  • dotnet build (at root)

Configuration

# autorest-core version
version: 3.0.6289
shared-source-folder: $(this-folder)/src/assets
save-inputs: true
use: $(this-folder)/artifacts/bin/AutoRest.CSharp.V3/Debug/netcoreapp3.0/
clear-output-folder: false
public-clients: true
pipeline:
  azure-functions-csharpproj:
    input: modelerfour/identity
  azure-functions-csharpproj/emitter:
    input: azure-functions-csharpproj
    scope: output-scope