Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeSpecAdditionalOptions has been nullified since tsp-client update #4969

Open
ArcturusZhang opened this issue Aug 8, 2024 · 0 comments · May be fixed by #4970
Open

TypeSpecAdditionalOptions has been nullified since tsp-client update #4969

ArcturusZhang opened this issue Aug 8, 2024 · 0 comments · May be fixed by #4970
Labels
v3 Version 3 of AutoRest C# generator.

Comments

@ArcturusZhang
Copy link
Member

We used to be able to add some extra options via /p:TypeSpecAdditionalOptions to inject some extra options to the generation script for debugging purpose, but this has been accidentally removed after the adoption of tsp-client:

<Exec Condition="'$(SkipSync)' != 'true'" Command="$(_TypeSpecProjectSyncAndGenerateCommand) $(_SaveInputs) $(_LocalSpecRepo) $(_Debug)"/>

This feature is documented here:
https://github.com/Azure/autorest.csharp/blob/feature/v3/readme.md#debugging-the-projects-in-the-azure-sdk-for-net-repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 Version 3 of AutoRest C# generator.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants