Azure / autorest.java

Extension for AutoRest (https://github.com/Azure/autorest) that generates Java code
MIT License
33 stars 82 forks source link

[Improvement] Cadl, investigate whether we can pipeline the file content to emitter #1743

Open weidongxu-microsoft opened 2 years ago

weidongxu-microsoft commented 2 years ago

as well as yaml to jar

Non-blocking

As it is recommended to output via cadl, not IO https://microsoft.github.io/cadl/docs/extending-cadl/emitters-basics/#emitting-files-to-disk

weidongxu-microsoft commented 2 years ago

current thought is that we may reuse the JSON PRC on read/write file, and log (but not configure).