Enhance documentation for properties in records #4172
-
Please improve the documentation for properties of records. Consider the following record: If I want to work with IntelliSense now or provide people more information about the property then I need to specify the properties within the record again. Just like this:
This is much unneccasry code for something simple as documentation. A better way would beto include the documentation directly within the documentation for the record. For example:
It is much easier to read and define and keeps the record definition really slim. You simply enter the documentation for all properties that you want to document. All other properties will have none. What do you think? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
dotnet/roslyn#49134