C# Azure Functions code generator using autorest
Перейти к файлу
Pavel Krymets ada627854b
Don't trim Operations from the client name if it's the entire na… (#496)
2020-03-06 13:42:28 -08:00
eng Merge pull request #494 from MiYanni/remaining-test-server-swaggers 2020-03-05 16:59:30 -08:00
samples Don't trim Operations from the client name if it's the entire na… (#496) 2020-03-06 13:42:28 -08:00
src Don't trim Operations from the client name if it's the entire na… (#496) 2020-03-06 13:42:28 -08:00
test Merge pull request #489 from MiYanni/retry-logic-tests-unignore 2020-03-05 11:00:08 -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 Testing for failures with new AutoRest version. 2020-02-26 17:10:15 -08:00
package.json Updating AutoRest versions. 2020-02-25 14:30:14 -08:00
readme.md Remove autorest -g install from readme. 2020-02-27 16:56:32 -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

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