protobuf
protobuf copied to clipboard
java_multiple_files for csharp
Could you please implement java_multiple_files for csharp files?
We have a generated proto with 7k messages. It generates 7k java classes (java_multiple_files = true) but only one csharp file (65MB).
Single huge file is a problem for IDEs and even runtimes.
I'd expect 7000 files to be a problem for IDEs as well. The number of source files shouldn't be relevant at execution time at all.
Given that this request is over two years old without any other community support (and I haven't seen similar requests elsewhere) I'd suggest closing this, @mcy.
Closing as recommended by @jskeet