alphagov / notifications-net-client

.NET client for the GOV.UK Notify API
https://www.nuget.org/packages/GovukNotify/
MIT License
25 stars 20 forks source link

Missing XML Comments on .NET GOV-UK Notify #165

Open WestieNHS opened 1 year ago

WestieNHS commented 1 year ago

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.