Skip to content

Comments

Fix the paging method compilation issue by prepending the client name#6853

Closed
ArcturusZhang wants to merge 1 commit intomicrosoft:mainfrom
ArcturusZhang:fix-list-methods-in-multiple-clients
Closed

Fix the paging method compilation issue by prepending the client name#6853
ArcturusZhang wants to merge 1 commit intomicrosoft:mainfrom
ArcturusZhang:fix-list-methods-in-multiple-clients

Conversation

@ArcturusZhang
Copy link
Member

Fixes #6852

@microsoft-github-policy-service microsoft-github-policy-service bot added the emitter:client:csharp Issue for the C# client emitter: @typespec/http-client-csharp label Apr 3, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Apr 3, 2025

No changes needing a change description found.

bool isAsync)
{
return new CollectionResultDefinition(client, operation, type, isAsync);
var resultKey = new ClientCollectionResultKey(client, operation, type, isAsync);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need this cache as we only create one instance per combo.

@JoshLove-msft
Copy link
Contributor

Closing in favor of #6854

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 this pull request may close these issues.

[http-client-csharp] Multiple paging methods cannot properly compile

2 participants