docs: enable XML documentation generation and add initial documentation

Co-authored-by: andrew-welker <1765622+andrew-welker@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-07-22 15:44:52 +00:00
parent d282487da6
commit eeb0e84dc7
8 changed files with 33 additions and 13 deletions

View File

@@ -22,6 +22,9 @@ namespace PepperDash.Essentials
public class DeviceFactory
{
/// <summary>
/// Initializes a new instance of the DeviceFactory class and loads all device type factories
/// </summary>
public DeviceFactory()
{
var assy = Assembly.GetExecutingAssembly();