Skip to content
Snippets Groups Projects
  • kkm's avatar
    cbb70f53
    C# tools: support generated filename corner cases · cbb70f53
    kkm authored
    protoc and gRPC codegens differently treat non-ASCII letter
    characters and symbols other than underscores when constructing
    their respective output filenames for generated .cs files.
    This change reproduces their respective behaviors exactly.
    
    Fixes #17661
    cbb70f53
    History
    C# tools: support generated filename corner cases
    kkm authored
    protoc and gRPC codegens differently treat non-ASCII letter
    characters and symbols other than underscores when constructing
    their respective output filenames for generated .cs files.
    This change reproduces their respective behaviors exactly.
    
    Fixes #17661