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 ChangeTrackingList and ChangeTrackingDictionary #3333

Conversation

ArcturusZhang
Copy link
Member

Fixes #3324

foreach (var helper in output.Helpers)
{
CodeWriter writer = new();
CodeModelPlugin.Instance.GetExpressionTypeProviderWriter(writer, helper).Write();
Copy link
Member Author

Choose a reason for hiding this comment

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

any thoughts on simplifying this method name? GetExpressionTypeProviderWriter is a little bit too verbose. Just GetWriter should work fine. Not to mention we actually no longer have a thing called ExpressionTypeProvider now.

Copy link
Member Author

Choose a reason for hiding this comment

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

Opened a PR here: #3334

@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

@ArcturusZhang ArcturusZhang marked this pull request as draft May 13, 2024 06:59
@ArcturusZhang ArcturusZhang deleted the implement-change-tracking-collections branch May 30, 2024 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
emitter:client:csharp feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate ChangeTrackingList and ChangeTrackingDictionary types
2 participants