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

[http-client-csharp] isolating cadl ranch test case projects #5564

Open
ArcturusZhang opened this issue Jan 10, 2025 · 0 comments · May be fixed by #5570
Open

[http-client-csharp] isolating cadl ranch test case projects #5564

ArcturusZhang opened this issue Jan 10, 2025 · 0 comments · May be fixed by #5570
Labels
emitter:client:csharp Issue for the C# client emitter: @typespec/http-client-csharp

Comments

@ArcturusZhang
Copy link
Member

Now we are putting all the cadl ranch test cases in the same huge project and including all the source code files.
This works fine before the changes of namespaces, but it is not fine after we have the namespace change.
With the namespace, and because of some spec files are shared, we have duplicated generated type with the same name and namespace everywhere (such as in the client structure cases, and in the versioning cases).

One of the solution is that we isolate those test cases into individual test projects.

@ArcturusZhang ArcturusZhang added the emitter:client:csharp Issue for the C# client emitter: @typespec/http-client-csharp label Jan 10, 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

Successfully merging a pull request may close this issue.

1 participant