C#: Generate meaningful ToString
methods for types
#976
Labels
gen-c#
Related to the C# code generator
ToString
methods for types
#976
Per #968 (comment), we should generate meaningful
ToString
method overrides, at least for types which are used as errors. This would allow us to generate a useful diagnostic message when constructingWitException
s, which application code can catch and print.The text was updated successfully, but these errors were encountered: