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

Support add model property with custom code #4263

Closed
m-nash opened this issue Aug 26, 2024 · 0 comments · Fixed by #4474
Closed

Support add model property with custom code #4263

m-nash opened this issue Aug 26, 2024 · 0 comments · Fixed by #4474
Assignees
Labels
emitter:client:csharp Issue for the C# client emitter: @typespec/http-client-csharp

Comments

@m-nash
Copy link
Member

m-nash commented Aug 26, 2024

Support

namespace Original.Namespace

public partial class OriginalName
{
  public int NewProperty { get; set; }
}
@m-nash m-nash added the emitter:client:csharp Issue for the C# client emitter: @typespec/http-client-csharp label Aug 26, 2024
@microsoft microsoft deleted a comment Aug 26, 2024
@jorgerangel-msft jorgerangel-msft self-assigned this Sep 18, 2024
@jorgerangel-msft jorgerangel-msft linked a pull request Sep 19, 2024 that will close this issue
github-merge-queue bot pushed a commit that referenced this issue Sep 19, 2024
Add tests for #4263, which
is already supported.
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.

2 participants