Make autorest --csharp default to track2
See original GitHub issueCurrently autorest --chsharp
default to V2 version of C# generator and uses “@microsoft.azure/autorest.csharp” package. Now that we added command line support for track-2 C# generator, we should update the default to V3 C# generator and use “@autorest/csharp” package instead.
We can have --legacy flag as Java to enable the use of the V2 C# generator and for this we can use 2.3.91
preview version of “@microsoft.azure/autorest.csharp” package.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Generating Clients with AutoRest - Azure documentation
Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python. ... By default AutoRest generates files in output folder ./generated .
Read more >https://raw.githubusercontent.com/Azure/azure-rest...
SearchServiceClient and SearchIndexClient > see https://aka.ms/autorest This is the AutoRest configuration file for SearchServiceClient and ...
Read more >Fix Autorest Problems Generating a C# Client with .NET 6
This post shows how to fix common problems when generating an autorest client for C# with the new CSharp code generator.
Read more >Autorest C# client generation not respecting input/output types
NET 6 Web API project using Autorest, but my generated client ... How do I make autorest generate clients that use AddRequestData and ......
Read more >file - Hybrid Analysis
Submit malware for free analysis with Falcon Sandbox and Hybrid Analysis technology. Hybrid Analysis develops and licenses analysis tools to fight malware.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We want to make this package the new default for v3 like we did for TypeScript, Python, and Java
@timotheeguerin we can use @autorest/csharp@3.0.0-beta.20210205.1 version or above.
CC: @pakrym