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

Add ability to visit an entire library #6186

Open
JoshLove-msft opened this issue Feb 27, 2025 · 0 comments
Open

Add ability to visit an entire library #6186

JoshLove-msft opened this issue Feb 27, 2025 · 0 comments
Labels
emitter:client:csharp Issue for the C# client emitter: @typespec/http-client-csharp

Comments

@JoshLove-msft
Copy link
Contributor

JoshLove-msft commented Feb 27, 2025

We have the ability to visit types and their members, but there are scenarios where it is useful to change something about type Foo based on type Bar. Currently, there isn't a good way to do this as the ordering of when types will be visited is not defined or configurable. We don't want customers to take a dependency on order. We should introduce a method that visits the OutputLibrary.

@JoshLove-msft JoshLove-msft added the emitter:client:csharp Issue for the C# client emitter: @typespec/http-client-csharp label Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
emitter:client:csharp Issue for the C# client emitter: @typespec/http-client-csharp
Projects
None yet
Development

No branches or pull requests

1 participant