As per my comments in the Slack channel for GOV Notify, it would be extremely useful if we could have XML comments attached to the libraries for .NET versions. This helps us as developers, as the code is practically self-documented, then, in editors such as Visual Studio or VS Code.
This can be achieved by typing '///' at the start of a code block (e.g. before a property, method, field or class).
As per my comments in the Slack channel for GOV Notify, it would be extremely useful if we could have XML comments attached to the libraries for .NET versions. This helps us as developers, as the code is practically self-documented, then, in editors such as Visual Studio or VS Code.
This can be achieved by typing '///' at the start of a code block (e.g. before a property, method, field or class).
Many thanks.