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

feat(csharp/Reflection): change MessageParser.CreateTemplate to be public #19776

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ahmednfwela
Copy link

this is a subset of the changes in #7722 where MessageParser.CreateTemplate is made public, this removes the need to use reflection to create protobuf messages given a descriptor/parser.

future work: maybe for the next major release we can change the generated code to use MessageParser.CreateTemplate, fully solving #6401.

@ahmednfwela ahmednfwela requested a review from a team as a code owner December 23, 2024 00:07
@ahmednfwela ahmednfwela requested review from jskeet and removed request for a team December 23, 2024 00:07
@JasonLunn JasonLunn added c# 🅰️ safe for tests Mark a commit as safe to run presubmits over labels Dec 23, 2024
@github-actions github-actions bot removed the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants