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

implement the feature of changing the name of a model #4285

Merged
merged 20 commits into from
Sep 4, 2024
Merged

Conversation

ArcturusZhang
Copy link
Member

@ArcturusZhang ArcturusZhang commented Aug 28, 2024

Fixes #4256
Fixes #4261

In order to get our mocking system working properly and make everything aligned, I changed the SourceInputModel to public and added it to the CodeModelPlugin so that our plugin writers could override something on it to do some advanced stuffs

@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 Aug 28, 2024
@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

Microsoft.Generator.CSharp

@m-nash m-nash added this pull request to the merge queue Sep 4, 2024
Merged via the queue into main with commit cd6e362 Sep 4, 2024
21 checks passed
@m-nash m-nash deleted the support-rename-type branch September 4, 2024 21:47
sarangan12 pushed a commit to sarangan12/typespec that referenced this pull request Sep 16, 2024
Fixes microsoft#4256 
Fixes microsoft#4261

In order to get our mocking system working properly and make everything
aligned, I changed the `SourceInputModel` to public and added it to the
`CodeModelPlugin` so that our plugin writers could override something on
it to do some advanced stuffs
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.

Support change model namespace with custom code Support rename model with custom code
4 participants