C# Azure Functions code generator using autorest
Перейти к файлу
Pavel Krymets de83b3b752 Regen 2020-02-07 17:10:27 -08:00
eng Re-enable code-cheks 2020-02-07 15:54:36 -08:00
samples Regen 2020-02-07 17:10:27 -08:00
src Regen 2020-02-07 17:10:27 -08:00
test Regen 2020-02-07 17:10:27 -08:00
.editorconfig Add .editorconfig and StyleCop rules, cleanup project files (#250) 2019-11-22 12:50:02 -08:00
.gitattributes Update m4 and checkin yamls (#407) 2020-01-15 16:41:54 -08:00
.gitignore Use existing source code as input (#422) 2020-01-24 14:53:40 -08:00
AutoRest.CSharp.V3.sln Renamed types to match file names. 2020-01-13 15:28:29 -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 Update to latest (#436) 2020-01-30 18:23:23 -08:00
package.json Make changes to how pacakge is built 2020-02-07 14:40:55 -08:00
readme.md Regen 2020-02-07 17:10:27 -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

shared-source-folder: $(this-folder)/src/assets
save-code-model: true
use: $(this-folder)/artifacts/bin/AutoRest.CSharp.V3/Debug/netcoreapp3.0/