Skip to content

fix csharp generated code for string default value#9116

Closed
vicobill wants to merge 0 commit into
google:masterfrom
vicobill:master
Closed

fix csharp generated code for string default value#9116
vicobill wants to merge 0 commit into
google:masterfrom
vicobill:master

Conversation

@vicobill
Copy link
Copy Markdown

@vicobill vicobill commented Jun 1, 2026

when generated C# code for table like :

table Monster{
    //...
    name:string  = "Default Monster Name",
   // ...
}

there is no way to save default string value before, after this PR, string has default value, some-like int default value.

@vicobill vicobill requested a review from dbaileychess as a code owner June 1, 2026 16:00
@google-cla
Copy link
Copy Markdown

google-cla Bot commented Jun 1, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@github-actions github-actions Bot added c# c++ codegen Involving generating code from schema labels Jun 1, 2026
@vicobill vicobill closed this Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c# c++ codegen Involving generating code from schema

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant