From a7c4e2fd6018c686b6d4c63e413d63ff3713bfdf Mon Sep 17 00:00:00 2001 From: Erik Meyer Date: Tue, 27 Jan 2026 13:22:27 -0500 Subject: [PATCH] feat: complete XML documentation in PD Core --- buildFile.txt | 5243 +++++++++++++++++ src/PepperDash.Core/Device.cs | 20 +- .../Logging/DebugConsoleSink.cs | 6 + .../Logging/DebugCrestronLoggerSink.cs | 3 + .../Logging/DebugErrorLogSink.cs | 3 + .../Logging/DebugExtensions.cs | 3 + .../Logging/DebugWebsocketSink.cs | 30 + .../WebApiBaseRequestAsyncHandler.cs | 7 + .../WebApiBaseRequestHandler.cs | 4 + src/PepperDash.Core/Web/WebApiServer.cs | 12 +- 10 files changed, 5315 insertions(+), 16 deletions(-) create mode 100644 buildFile.txt diff --git a/buildFile.txt b/buildFile.txt new file mode 100644 index 00000000..76648715 --- /dev/null +++ b/buildFile.txt @@ -0,0 +1,5243 @@ + Determining projects to restore... + All projects are up-to-date for restore. +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(306,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(390,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(409,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(415,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(439,7): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(446,5): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(360,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(400,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(464,5): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(468,6): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(475,5): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(413,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(491,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(495,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(319,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(324,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(329,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(342,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(347,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(352,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(375,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(389,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(392,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(402,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(411,33): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(431,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(438,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(403,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(408,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(413,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(426,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(431,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(436,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(459,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(473,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(476,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(486,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(495,33): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(515,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(522,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(249,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(475,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(280,17): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(286,21): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(296,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(497,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(504,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(559,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(326,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(330,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(367,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(381,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(386,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(581,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(588,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(389,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(395,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(422,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(529,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(534,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(540,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(556,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(443,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(447,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(454,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(567,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(470,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(474,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(585,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(591,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(600,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(625,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(633,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(482,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(494,25): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(498,25): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(501,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(504,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericUdpServer.cs(186,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(443,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(448,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(453,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(466,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(471,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(476,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(499,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(513,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(516,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(526,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(535,33): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(555,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(562,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(647,21): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(688,33): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(695,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(547,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(615,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(621,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(629,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(649,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericUdpServer.cs(216,17): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericUdpServer.cs(222,21): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericUdpServer.cs(229,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(714,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(598,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(605,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(572,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(733,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(747,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(403,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(626,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(633,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(702,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericUdpServer.cs(264,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericUdpServer.cs(280,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(596,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(611,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(617,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(632,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(636,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(720,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(726,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(735,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(659,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(760,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(768,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(782,21): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(695,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(714,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(503,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(515,25): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(519,25): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(522,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(525,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(494,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(499,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(660,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(666,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(674,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(694,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(765,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(771,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(780,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(805,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(813,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(827,21): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(823,33): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(830,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(731,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(751,29): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(770,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(780,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(788,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(849,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(868,33): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(875,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(819,8): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(829,7): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(837,6): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(868,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(881,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(894,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(913,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(926,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(918,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(959,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(986,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(1007,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(1013,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(568,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(593,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(617,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(632,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(638,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplGenericMaster.cs(74,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(653,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(657,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(61,4): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(73,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(86,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(93,4): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplGenericMaster.cs(89,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplGenericMaster.cs(95,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplGenericMaster.cs(101,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplGenericMaster.cs(108,7): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplGenericMaster.cs(112,7): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplGenericMaster.cs(119,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(128,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(151,21): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(156,21): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(162,21): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(175,21): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(680,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(92,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(215,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(221,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(226,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(233,25): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(238,25): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(284,25): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(149,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(155,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(160,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(167,7): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(172,7): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(186,7): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(111,4): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(720,6): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(742,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(762,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(782,29): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(801,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(806,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(813,5): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplMaster.cs(140,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(121,4): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(131,4): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(275,13): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(286,13): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(298,13): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(308,13): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(319,13): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(144,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(150,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(850,29): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(861,25): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(874,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(991,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(210,4): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(214,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(237,7): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(263,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(269,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(82,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(95,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(100,6): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(106,6): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(112,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(1032,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(124,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(131,7): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(135,8): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(150,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(1059,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(117,4): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(171,4): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(173,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(174,4): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(176,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(346,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(354,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(131,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(135,4): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(1080,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(1086,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(156,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugContext.cs(265,25): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(175,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(201,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(207,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(213,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(217,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(218,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(220,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\WebApi\Presets\WebApiPasscodeClient.cs(186,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\WebApi\Presets\WebApiPasscodeClient.cs(198,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\WebApi\Presets\WebApiPasscodeClient.cs(211,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(239,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(245,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(252,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(253,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(255,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(142,13): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(53,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(64,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(75,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(86,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(97,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(108,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(119,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(130,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(141,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(276,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(280,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(281,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(283,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(157,21): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(166,29): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(171,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(173,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(204,21): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(206,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(209,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(213,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(222,13): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\Debug.cs(1147,13): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericUdpServer.cs(41,70): warning CS0067: The event 'GenericUdpServer.ConnectionChange' is never used [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(26,70): warning CS0067: The event 'GenericSecureTcpIpClient.BytesReceived' is never used [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSshClient.cs(154,22): warning CS0414: The field 'GenericSshClient.disconnectLogged' is assigned but its value is never used [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] + PepperDash.Core -> C:\_Working\Essentials\src\PepperDash.Core\bin\Debug\net472\PepperDashCore.dll +C:\Users\emeyer\AppData\Local\Temp\MSBuildTemp\tmpebab10959e3c45408a7115335fa2a8b9.tmp(247,13): warning CS0162: Unreachable code detected [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] + Successfully created package 'C:\_Working\Essentials\output\PepperDashCore.2.19.4-local.nupkg'. +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomConfig.cs(288,13): warning CS1570: XML comment has badly formed XML -- 'End tag was not expected at this location.' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\BridgeBase.cs(38,36): warning CS0618: 'BridgeApi' is obsolete: 'Will be removed in v3.0.0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsNDisplayRoomPropertiesConfig.cs(19,27): warning CS0612: 'eSourceListItemDestinationTypes' is obsolete [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\SourceListItem.cs(141,21): warning CS0612: 'eSourceListItemDestinationTypes' is obsolete [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\EssentialsPluginDevelopmentDeviceFactory.cs(5,99): warning CS0618: 'IPluginDevelopmentDeviceFactory' is obsolete: 'This interface is obsolete and will be removed in a future version. Use IPluginDeviceFactory instead and check Global.IsRunningDevelopmentVersion to determine if the Essentials framework is in development mode.' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingSink.cs(8,53): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsNDisplayRoomPropertiesConfig.cs(23,39): warning CS0612: 'eSourceListItemDestinationTypes' is obsolete [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Plugins\PluginLoader.cs(491,49): warning CS0618: 'IPluginDevelopmentDeviceFactory' is obsolete: 'This interface is obsolete and will be removed in a future version. Use IPluginDeviceFactory instead and check Global.IsRunningDevelopmentVersion to determine if the Essentials framework is in development mode.' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\GenericRelayDevice.cs(32,34): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\GenericRelayDevice.cs(44,34): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IrOutputPortController.cs(54,22): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IrOutputPortController.cs(68,28): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolFeedbackOneShot.cs(47,15): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolFeedbackPulseExtender.cs(58,15): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(28,13): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\InUseTracking.cs(33,20): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\InUseTracking.cs(34,25): warning CS0618: 'IntFeedback.IntFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(52,32): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\IEssentialsRoomFusionController.cs(527,25): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(80,23): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\EssentialsPartitionController.cs(106,44): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\EssentialsPartitionController.cs(133,44): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(105,32): warning CS0618: 'IntFeedback.IntFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(106,36): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(108,43): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(109,35): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(110,40): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(111,41): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(113,36): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(114,29): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(115,30): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(116,33): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(118,26): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(119,23): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\RoomCombinationScenario.cs(98,32): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\EssentialsRoomCombiner.cs(108,36): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(247,26): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(249,35): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(250,37): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\EssentialsRoomCombiner.cs(253,17): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingFeedbackManager.cs(221,34): warning CS0618: 'IHasMultipleDisplays' is obsolete: 'Will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(684,42): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(687,42): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(691,21): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(695,21): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(698,27): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(699,39): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(700,34): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(701,46): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(702,49): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(542,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(548,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(553,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(558,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(563,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(568,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(573,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(578,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(583,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(588,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(593,38): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\IEssentialsRoomFusionController.cs(1672,38): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(73,30): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\IEssentialsRoomFusionController.cs(1726,49): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\CountdownTimer.cs(74,33): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\CountdownTimer.cs(76,37): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\CountdownTimer.cs(96,40): warning CS0618: 'IntFeedback.IntFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\CountdownTimer.cs(99,17): warning CS0618: 'IntFeedback.IntFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\IEssentialsRoomFusionController.cs(47,54): warning CS0649: Field 'IEssentialsRoomFusionController.FusionRemoteOccSensor' is never assigned to, and will always have its default value null [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(91,64): warning CS0067: The event 'GenericHttpClient.BytesReceived' is never used [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(114,63): warning CS0067: The event 'GenericHttpClient.TextReceived' is never used [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\BridgeHelper.cs(13,28): warning CS1591: Missing XML comment for publicly visible type or member 'BridgeHelper.PrintJoinMap(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.IsInSession' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.HdmiVideoSync' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.AutomaticInputRoutingEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.VideoOut' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.ErrorFB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.NumberOfUsersConnectedFB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.LoginCode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.ConnectionAddressFB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.HostnameFB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.SerialNumberFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AppleTvJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'AppleTvJoinMap.UpArrow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AppleTvJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'AppleTvJoinMap.DnArrow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AppleTvJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'AppleTvJoinMap.LeftArrow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AppleTvJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'AppleTvJoinMap.RightArrow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AppleTvJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'AppleTvJoinMap.Menu' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AppleTvJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'AppleTvJoinMap.Select' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AppleTvJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'AppleTvJoinMap.PlayPause' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\C2nRthsControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'C2nRthsControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\C2nRthsControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'C2nRthsControllerJoinMap.TemperatureFormat' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\C2nRthsControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'C2nRthsControllerJoinMap.Temperature' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\C2nRthsControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'C2nRthsControllerJoinMap.Humidity' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\C2nRthsControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'C2nRthsControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.TiltUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(13,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.TiltDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.PanLeft' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(17,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.PanRight' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.ZoomIn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.ZoomOut' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(24,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(26,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.PowerOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(28,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.PowerOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.NumberOfPresets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(33,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.PresetRecallStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.PresetLabelStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(37,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.PresetSaveStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(40,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.CameraModeAuto' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(42,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.CameraModeManual' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(44,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.CameraModeOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.SupportsCameraModeAuto' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(49,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.SupportsCameraModeOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.SupportsPresets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(13,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.Online' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(17,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.ForceOccupied' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.ForceVacant' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(25,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.EnableRawStates' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(29,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.RoomOccupiedFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(33,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.GraceOccupancyDetectedFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(37,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.RoomVacantFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(41,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.RawOccupancyFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(45,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.RawOccupancyPirFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(49,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.RawOccupancyUsFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(53,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.IdentityMode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(57,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.IdentityModeFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(61,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.EnableLedFlash' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(65,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DisableLedFlash' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(69,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.EnableShortTimeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(73,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DisableShortTimeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(77,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.OrWhenVacated' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(81,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.AndWhenVacated' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(85,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.EnableUsA' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(89,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DisableUsA' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(93,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.EnableUsB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(97,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DisableUsB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(101,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.EnablePir' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(105,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DisablePir' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(109,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.IncrementUsInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(113,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DecrementUsInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(117,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.IncrementUsInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(121,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DecrementUsInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(125,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.IncrementPirInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(129,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DecrementPirInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(133,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.IncrementPirInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(137,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DecrementPirInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(145,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.Timeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(149,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.TimeoutLocalFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(153,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.InternalPhotoSensorValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(157,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.UsSensitivityInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(161,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.UsSensitivityInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(165,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.PirSensitivityInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(169,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.PirSensitivityInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(177,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.PowerOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.PowerOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.IsTwoWayDisplay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.VolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.VolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.VolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.VolumeMute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.VolumeMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.VolumeMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.InputSelectOffset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.InputNamesOffset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.InputSelect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.ButtonVisibilityOffset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(10,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(14,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.VideoSyncStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(18,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.InputEndpointOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(22,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.OutputEndpointOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(26,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.TxAdvancedIsPresent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(30,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.OutputVideo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(34,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.HdcpSupportState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(38,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.HdcpSupportCapability' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(42,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.InputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(46,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.OutputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(50,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.OutputCurrentVideoInputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(54,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.InputCurrentResolution' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.EnableAudioBreakaway' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.EnableUsbBreakaway' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.SystemId' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.VideoSyncStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.InputEndpointOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputEndpointOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.TxAdvancedIsPresent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputDisabledByHdcp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputVideo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputAudio' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(71,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputUsb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(75,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.InputUsb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(79,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.HdcpSupportState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(83,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.HdcpSupportCapability' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(87,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.InputStreamCardState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(91,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputStreamCardState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(95,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.NoRouteName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(99,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.InputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(103,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(106,63): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.InputVideoNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(116,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.InputAudioNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(125,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputVideoNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(134,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputAudioNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(144,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputCurrentVideoInputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(148,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputCurrentAudioInputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(152,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.InputCurrentResolution' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MasterVolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(16,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MasterVolumeLevelScaled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(20,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MixerPresetRecall' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(24,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MixerEqPresetRecall' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(28,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MasterVolumeMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(32,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MasterVolumeMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(36,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MasterVolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(40,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MasterVolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(44,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MasterVolumeLevelScaledSend' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(48,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.SourceVolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(52,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.SourceVolumeLevelScaled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(56,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.SourceVolumeMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(60,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.SourceVolumeMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(64,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.SourceVolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(68,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.SourceVolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(72,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.SourceVolumeLevelScaledSend' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(76,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec1VolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(80,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec1VolumeLevelScaled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(84,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec1VolumeMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(88,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec1VolumeMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(92,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec1VolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(96,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec1VolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(100,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec1VolumeLevelScaledSend' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(104,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec2VolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(108,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec2VolumeLevelScaled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(112,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec2VolumeMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(116,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec2VolumeMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(120,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec2VolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(124,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec2VolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(128,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec2VolumeLevelScaledSend' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(132,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MicsMasterVolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(136,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MicsMasterVolumeLevelScaled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(140,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MicsMasterVolumeMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(144,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MicsMasterVolumeMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(148,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MicsMasterVolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(152,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MicsMasterVolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(156,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MicsMasterVolumeLevelScaledSend' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsMicrophoneControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsMicrophoneControllerJoinMap.MicGain' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsMicrophoneControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsMicrophoneControllerJoinMap.MicGainScaled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsMicrophoneControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsMicrophoneControllerJoinMap.MicMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsMicrophoneControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsMicrophoneControllerJoinMap.MicMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsMicrophoneControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsMicrophoneControllerJoinMap.MicGainScaledSend' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsMicrophoneControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsMicrophoneControllerJoinMap.MicName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.EnableRouting' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.SystemPowerOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.SystemPowerOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.FrontPanelLockOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.FrontPanelLockOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.VideoSyncStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.InputEndpointOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputEndpointOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputVideo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputAudio' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.InputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.InputVideoNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(69,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.InputAudioNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(78,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputVideoNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(87,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputAudioNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(97,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputCurrentVideoInputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(101,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputCurrentAudioInputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(105,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.InputCurrentResolution' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.VideoMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.VideoMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.VideoMuteToggle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.CurrentOutputResolution' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.EdidManufacturer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.EdidName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.EdidPrefferedTiming' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.EdidSerialNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.AudioVideoSource' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.HdcpSupportCapability' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.Port1HdcpState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.Port2HdcpState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.HdmiInputSync' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(71,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.HdcpInputPortCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.VideoSyncStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.FreeRunEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.Input1VideoSyncStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.Input2VideoSyncStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.Input3VideoSyncStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.CurrentInputResolution' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.VideoInput' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.AudioInput' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.HdcpSupportCapability' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.Port1HdcpState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.Port2HdcpState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.VgaBrightness' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.VgaContrast' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(71,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.Port3HdcpState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(75,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.HdcpInputPortCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(5,23): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(8,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Play' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(22,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Stop' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(36,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Pause' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(50,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ForwardScan' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(64,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ReverseScan' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(78,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ForwardSkip' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(92,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ReverseSkip' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(106,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Record' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(120,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Power' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(134,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(148,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(162,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(176,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp3' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(190,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp4' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(204,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp5' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(218,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp6' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(232,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp7' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(246,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp8' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(260,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp9' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(288,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Enter' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(302,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ChannelUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(316,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ChannelDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(330,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpStar' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(344,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpPound' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(372,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.PowerOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(386,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.PowerOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(400,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.PlayPause' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(414,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Last' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(428,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Home' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(442,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Back' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(457,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Guide' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(471,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Info' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(485,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Menu' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(499,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.DpadUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(513,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.DpadDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(527,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.DpadLeft' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(541,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.DpadRight' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(555,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.DpadSelect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(569,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Options' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(583,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Return' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(597,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Dvr' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(612,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.OnDemand' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(627,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.PageUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(641,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.PageDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(655,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ForwardSearch' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(669,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ReverseSearch' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(683,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.TrackPlus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(697,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.TrackMinus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(711,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpA' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(725,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(739,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpC' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(753,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpD' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(767,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpRed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(781,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpGreen' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(795,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpYellow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(809,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpBlue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(822,11): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.GenericIrControllerJoinMap(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(30,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.Enable' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(44,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.PartitionSensed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(58,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.PartitionNotSensed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(72,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.IncreaseSensitivity' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(86,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.DecreaseSensitivity' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(104,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.Sensitivity' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(123,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(13,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SendDtmfToSpecificCallIndex' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(41,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(55,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(69,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf3' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(83,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf4' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(97,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf5' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(111,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf6' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(125,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf7' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(139,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf8' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(153,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf9' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(167,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(181,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DtmfStar' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(195,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DtmfPound' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(209,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.EndAllCalls' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(223,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.HookState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(237,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SpeedDialStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(251,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.IncomingCall' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(265,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.IncomingAnswer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(279,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.IncomingReject' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(293,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ManualDial' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(307,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DialPhone' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(321,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.PhoneHookState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(335,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.HangUpPhone' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(349,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.EndCallStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(363,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.JoinAllCalls' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(377,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.JoinCallStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(391,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectorySearchBusy' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(406,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryEntryIsContact' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(420,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryLineSelected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(434,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryIsRoot' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(448,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryHasChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(462,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryRoot' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(476,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryFolderBack' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(490,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryDialSelectedLine' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(504,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryDisableAutoDialSelectedLine' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(518,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryDialSelectedContactMethod' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(532,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryClearSelected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(547,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraTiltUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(561,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraTiltDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(575,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraPanLeft' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(589,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraPanRight' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(603,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraZoomIn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(617,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraZoomOut' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(631,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraFocusNear' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(645,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraFocusFar' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(659,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraFocusAuto' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(673,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraPresetSave' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(687,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraModeAuto' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(701,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraModeManual' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(715,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraModeOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(729,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraSelfView' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(743,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraLayout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(757,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraSupportsAutoMode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(771,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraSupportsOffMode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(785,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.UpdateMeetings' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(799,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DialMeetingStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(813,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.MicMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(827,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.MicMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(841,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.MicMuteToggle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(855,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(869,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(883,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VolumeMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(897,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VolumeMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(911,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VolumeMuteToggle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(925,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.RemoveSelectedRecentCallItem' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(939,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DialSelectedRecentCallItem' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(953,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SourceShareStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(967,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SourceShareEnd' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(981,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SourceShareAutoStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(995,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.RecievingContent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1009,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelfviewPosition' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1023,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.HoldAllCalls' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1037,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.HoldCallsStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1051,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ResumeCallsStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1065,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.MultiSiteOptionIsEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1079,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.AutoAnswerEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1093,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ParticipantAudioMuteToggleStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1107,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ParticipantVideoMuteToggleStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1121,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ParticipantPinToggleStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1143,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.MeetingsToDisplay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1157,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelectCall' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1172,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ConnectedCallCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1186,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.MinutesBeforeMeetingStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1200,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraNumberSelect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1214,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1228,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryRowCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1242,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectorySelectRow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1257,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelectedContactMethodCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1271,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelectContactMethod' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1285,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectorySelectRowFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1301,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraPresetSelect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1315,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.FarEndPresetSelect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1329,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ParticipantCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1343,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.MeetingCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1357,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1371,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelectRecentCallItem' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1385,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.RecentCallOccurrenceType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1399,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.RecentCallCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1419,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CurrentDialString' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1433,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.PhoneDialString' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1447,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CurrentCallData' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1461,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CallDirection' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1475,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.IncomingCallName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1489,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.IncomingCallNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1504,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectorySearchString' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1518,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryEntries' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1532,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Schedule' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1546,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ContactMethods' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1560,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraPresetNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1574,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CurrentLayoutStringFb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1588,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.AvailableLayoutsFb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1602,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelectLayout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1618,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CurrentParticipants' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1632,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraNamesFb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1646,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelectedRecentCallName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1660,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelectedRecentCallNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1674,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.RecentCallNamesStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1688,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.RecentCallTimesStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1702,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CurrentSource' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1716,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelfviewPositionFb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1730,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DeviceIpAddresss' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1744,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SipPhoneNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1758,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.E164Alias' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1772,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.H323Id' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1786,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SipUri' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1800,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryEntrySelectedName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1814,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryEntrySelectedNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1828,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectorySelectedFolderName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1844,10): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VideoCodecControllerJoinMap(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1849,10): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VideoCodecControllerJoinMap(uint, Type)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericLightingJoinMap.cs(13,33): warning CS1591: Missing XML comment for publicly visible type or member 'GenericLightingJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericLightingJoinMap.cs(17,33): warning CS1591: Missing XML comment for publicly visible type or member 'GenericLightingJoinMap.SelectScene' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericLightingJoinMap.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'GenericLightingJoinMap.SelectSceneDirect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericLightingJoinMap.cs(25,33): warning CS1591: Missing XML comment for publicly visible type or member 'GenericLightingJoinMap.ButtonVisibility' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericLightingJoinMap.cs(29,33): warning CS1591: Missing XML comment for publicly visible type or member 'GenericLightingJoinMap.IntegrationIdSet' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericRelayControllerJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'GenericRelayControllerJoinMap.Relay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.ForceOccupied' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.ForceVacant' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.EnableRawStates' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.RoomOccupiedFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.GraceOccupancyDetectedFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.RoomVacantFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.RawOccupancyFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.RawOccupancyPirFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.RawOccupancyUsFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.EnableLedFlash' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DisableLedFlash' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.EnableShortTimeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DisableShortTimeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.OrWhenVacated' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(71,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.AndWhenVacated' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(75,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.EnableUsA' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(79,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DisableUsA' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(83,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.EnableUsB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(87,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DisableUsB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(91,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.EnablePir' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(95,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DisablePir' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(99,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.IncrementUsInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(103,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DecrementUsInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(107,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.IncrementUsInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(111,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DecrementUsInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(115,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.IncrementPirInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(119,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DecrementPirInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(123,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.IncrementPirInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(127,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DecrementPirInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(131,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.Timeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(135,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.TimeoutLocalFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(139,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.InternalPhotoSensorValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(143,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.ExternalPhotoSensorValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(147,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.UsSensitivityInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(151,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.UsSensitivityInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(155,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.PirSensitivityInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(159,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.PirSensitivityInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(163,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.EnableAutoRoute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.InputName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.InputSync' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.OutputName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.OutputRoute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.OutputRoutedName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.EnableInputHdcp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.DisableInputHdcp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(16,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.RemoteEndDetected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(20,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.AutoRouteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(24,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.AutoRouteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(28,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.PriorityRoutingOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(32,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.PriorityRoutingOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(36,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.InputOnScreenDisplayEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(40,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.InputOnScreenDisplayDisabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(44,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.SyncDetected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(48,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.VideoSource' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(52,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.SourceCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(56,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.SourceNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(15,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.EnableAutoRoute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(30,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.InputSync' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(45,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.EnableInputHdcp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(60,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.DisableInputHdcp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(75,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(94,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.OutputRoute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(113,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(128,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.InputName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(143,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.OutputName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(158,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.OutputRoutedName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Power' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Menu' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Guide' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Info' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.VolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.VolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.DialPadUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.DialPadDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.DialPadLeft' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.DialPadRight' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.DialPadSelect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.ChannelUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.ChannelDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Mute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Exit' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(71,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Last' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(75,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Play' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(79,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Pause' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(83,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Rewind' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(87,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.FastForward' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(91,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.PreviousTrack' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(95,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.NextTrack' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(99,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Stop' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(103,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Record' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(107,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Dvr' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(111,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(115,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(119,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad3Def' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(123,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad4Ghi' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(127,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad5Jkl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(131,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad6Mno' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(135,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad7Pqrs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(139,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad8Tuv' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(143,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad9Wxyz' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(147,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(151,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Clear' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(155,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Enter' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(159,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Red' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(163,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Green' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(167,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Yellow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(171,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Blue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(175,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(179,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(183,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom3' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(187,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom4' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(191,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom5' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(195,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom6' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(199,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom7' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(203,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom8' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(207,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom9' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(211,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Fav' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(215,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Home' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(219,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.BatteryLow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(223,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.BatteryCritical' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(227,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.BatteryVoltage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IAnalogInputJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'IAnalogInputJoinMap.InputValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IAnalogInputJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'IAnalogInputJoinMap.MinimumChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IBasicCommunicationJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicCommunicationJoinMap.TextReceived' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IBasicCommunicationJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicCommunicationJoinMap.SendText' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IBasicCommunicationJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicCommunicationJoinMap.SetPortConfig' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IBasicCommunicationJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicCommunicationJoinMap.Connect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IBasicCommunicationJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicCommunicationJoinMap.Connected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IBasicCommunicationJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicCommunicationJoinMap.Status' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IDigitalInputJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'IDigitalInputJoinMap.InputState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IDigitalOutputJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'IDigitalOutputJoinMap.OutputState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.PowerOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.PowerOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.PowerToggle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Up' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Down' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Left' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Right' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Select' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Menu' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Exit' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit3' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(71,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit4' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(75,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit5' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(79,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit6' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(83,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit7' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(87,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit8' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(91,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit9' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(95,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.KeypadClear' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(99,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.KeypadEnter' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(103,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.ChannelUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(107,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.ChannelDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(111,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.LastChannel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(115,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Guide' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(119,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Info' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(123,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Red' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(127,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Green' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(131,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Yellow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(135,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Blue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(140,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Play' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(144,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Pause' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(148,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Stop' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(152,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.FFwd' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(156,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Rewind' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(160,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.ChapPlus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(164,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.ChapMinus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(168,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Replay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(172,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Record' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(176,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.HasKeypadAccessoryButton1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(180,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.HasKeypadAccessoryButton2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(184,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.KeypadAccessoryButton1Press' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(188,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.KeypadAccessoryButton2Press' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(192,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(196,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.KeypadAccessoryButton1Label' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(200,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.KeypadAccessoryButton2Label' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.Online' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.OutletCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.OutletName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.OutletEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.OutletPowerCycle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.OutletPowerOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.OutletPowerOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.PowerOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(16,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.PowerOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(20,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.PowerToggle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(24,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.HasDpad' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(28,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Up' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(32,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Down' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(36,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Left' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(40,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Right' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(44,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Select' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(48,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Menu' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(52,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Exit' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(56,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.HasNumeric' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(60,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(64,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(68,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(72,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit3' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(76,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit4' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(80,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit5' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(84,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit6' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(88,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit7' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(92,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit8' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(96,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit9' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(100,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Dash' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(104,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.KeypadEnter' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(108,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.ChannelUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(112,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.ChannelDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(116,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.LastChannel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(120,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Guide' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(124,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Info' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(128,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Red' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(132,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Green' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(136,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Yellow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(140,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Blue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(144,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.HasDvr' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(148,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.DvrList' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(152,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Play' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(156,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Pause' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(160,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Stop' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(164,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.FFwd' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(168,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Rewind' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(172,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.ChapPlus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(176,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.ChapMinus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(180,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Replay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(184,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Record' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(188,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.HasKeypadAccessoryButton1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(192,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.HasKeypadAccessoryButton2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(196,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.KeypadAccessoryButton1Press' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(200,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.KeypadAccessoryButton2Press' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(204,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(208,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.KeypadAccessoryButton1Label' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(212,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.KeypadAccessoryButton2Label' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(216,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.LoadPresets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(220,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.HasPresets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.RedControl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.RedLed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.GreenControl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.GreenLed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.BlueControl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.BlueLed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.TimeZone' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.TimeZoneName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.IOControllerVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.SnmpAppVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.BACnetAppVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ControllerVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.SerialNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.Model' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.Uptime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.LastBoot' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramOffsetJoin' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramStop' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramRegister' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramUnregister' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(71,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(75,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramCompiledTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(79,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramCrestronDatabaseVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(83,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramEnvironmentVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(87,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.AggregatedProgramInfo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(91,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.EthernetOffsetJoin' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(95,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.HostName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(99,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.CurrentIpAddress' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(103,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.CurrentSubnetMask' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(107,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.CurrentDefaultGateway' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(111,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.StaticIpAddress' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(115,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.StaticSubnetMask' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(119,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.StaticDefaultGateway' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(123,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.Domain' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(127,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.DnsServer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(131,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.MacAddress' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(135,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.DhcpStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(139,27): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProcessorReboot' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(143,27): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.IsAppliance' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(147,27): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.IsServer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(151,27): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramReset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CecPortController.cs(25,70): warning CS1591: Missing XML comment for publicly visible type or member 'CecPortController.BytesReceived' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CecPortController.cs(26,69): warning CS1591: Missing XML comment for publicly visible type or member 'CecPortController.TextReceived' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CecPortController.cs(35,16): warning CS1591: Missing XML comment for publicly visible type or member 'CecPortController.CecPortController(string, Func, EssentialsControlPropertiesConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CecPortController.cs(48,16): warning CS1591: Missing XML comment for publicly visible type or member 'CecPortController.CecPortController(string, ICec)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CommFactory.cs(18,51): warning CS1591: Missing XML comment for publicly visible type or member 'CommFactory.GetControlPropertiesConfig(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CommFactory.cs(229,31): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsControlPropertiesConfig.ComParams' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CommFactory.cs(232,17): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsControlPropertiesConfig.CresnetId' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CommFactory.cs(257,17): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsControlPropertiesConfig.InfinetId' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CommunicationExtras.cs(23,13): warning CS1591: Missing XML comment for publicly visible type or member 'IComPortsDevice.Device' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\ComSpecJsonConverter.cs(24,32): warning CS1591: Missing XML comment for publicly visible type or member 'ComSpecJsonConverter.ReadJson(JsonReader, Type, object, JsonSerializer)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\ComSpecJsonConverter.cs(45,30): warning CS1591: Missing XML comment for publicly visible type or member 'ComSpecJsonConverter.CanRead' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\ConsoleCommMockDevice.cs(42,10): warning CS1591: Missing XML comment for publicly visible type or member 'ConsoleCommMockDevice.ConsoleCommMockDevice(string, string, ConsoleCommMockDevicePropertiesConfig, IBasicCommunication)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\ConsoleCommMockDevice.cs(89,10): warning CS1591: Missing XML comment for publicly visible type or member 'ConsoleCommMockDevicePropertiesConfig.ConsoleCommMockDevicePropertiesConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\ConsoleCommMockDevice.cs(100,16): warning CS1591: Missing XML comment for publicly visible type or member 'ConsoleCommMockDeviceFactory.ConsoleCommMockDeviceFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericComm.cs(26,36): warning CS1591: Missing XML comment for publicly visible type or member 'GenericComm.CommPort' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericComm.cs(28,16): warning CS1591: Missing XML comment for publicly visible type or member 'GenericComm.GenericComm(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericComm.cs(73,33): warning CS1591: Missing XML comment for publicly visible type or member 'GenericComm.CustomSetConfig(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericComm.cs(147,16): warning CS1591: Missing XML comment for publicly visible type or member 'GenericCommFactory.GenericCommFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(11,15): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClient' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(14,57): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClient.ResponseRecived' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(16,10): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClient.GenericHttpClient(string, string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(41,15): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClient.SendText(string, params object[])' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(91,64): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClient.BytesReceived' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(109,15): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClient.IsConnected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(114,63): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClient.TextReceived' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(135,10): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClientEventArgs.GenericHttpClientEventArgs(string, string, HTTP_CALLBACK_ERROR)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\IRPortHelper.cs(22,24): warning CS1591: Missing XML comment for publicly visible type or member 'IRPortHelper.IrDriverPathPrefix' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\IRPortHelper.cs(240,23): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutPortConfig.Port' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\IRPortHelper.cs(243,17): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutPortConfig.FileName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\IRPortHelper.cs(246,15): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutPortConfig.UseBridgeJoinMap' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\IRPortHelper.cs(248,10): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutPortConfig.IrOutPortConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\AudioControlPointListItem.cs(17,57): warning CS1591: Missing XML comment for publicly visible type or member 'AudioControlPointListItem.LevelControls' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\AudioControlPointListItem.cs(20,51): warning CS1591: Missing XML comment for publicly visible type or member 'AudioControlPointListItem.Presets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(18,21): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.Info' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(21,29): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.Devices' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(24,65): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.SourceLists' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(27,76): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.DestinationLists' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(30,62): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.AudioControlPointLists' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(33,71): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.CameraLists' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(39,30): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.TieLines' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(42,44): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.JoinMaps' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(44,16): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.BasicConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\DeviceConfig.cs(58,16): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceConfig.DeviceConfig(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\DeviceConfig.cs(71,16): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceConfig.DeviceConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\DeviceConfig.cs(88,32): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePropertiesConverter.ReadJson(JsonReader, Type, object, JsonSerializer)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigReader.cs(21,26): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigReader.LocalConfigPresent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigReader.cs(27,34): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigReader.ConfigObject' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(19,25): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigUpdater' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(21,65): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigUpdater.ConfigStatusChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(213,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.UpdateStarted' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(214,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.ConfigFileReceived' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(215,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.ArchivingConfigs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(216,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.DeletingLocalConfig' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(217,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.WritingConfigFile' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(218,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.RestartingProgram' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(219,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.UpdateSucceeded' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(220,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.UpdateFailed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(233,16): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigStatusEventArgs.ConfigStatusEventArgs(eUpdateStatus)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigWriter.cs(21,29): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigWriter.LocalConfigFolder' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigWriter.cs(23,27): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigWriter.WriteTimeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigWriter.cs(25,30): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigWriter.WriteTimer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigWriter.cs(134,26): warning CS1572: XML comment has a param tag for 'filepath', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigWriter.cs(135,26): warning CS1572: XML comment has a param tag for 'o', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigWriter.cs(139,45): warning CS1573: Parameter 'filePath' has no matching param tag in the XML comment for 'ConfigWriter.WriteFile(string, string)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigWriter.cs(139,62): warning CS1573: Parameter 'configData' has no matching param tag in the XML comment for 'ConfigWriter.WriteFile(string, string)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(16,17): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(19,19): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.Date' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(22,17): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.Type' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(28,17): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.Version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(34,28): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.RuntimeInfo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(40,17): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.Comment' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(46,23): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.HostName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(52,21): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.AppNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(54,10): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.InfoConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\ILoadConfig.cs(14,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILoadConfig.GoWithLoad()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\GenericRelayDevice.cs(24,22): warning CS1591: Missing XML comment for publicly visible type or member 'GenericRelayDevice.RelayOutput' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\GenericRelayDevice.cs(26,29): warning CS1591: Missing XML comment for publicly visible type or member 'GenericRelayDevice.OutputIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\GenericRelayDevice.cs(29,16): warning CS1591: Missing XML comment for publicly visible type or member 'GenericRelayDevice.GenericRelayDevice(string, Relay)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\GenericRelayDevice.cs(40,16): warning CS1591: Missing XML comment for publicly visible type or member 'GenericRelayDevice.GenericRelayDevice(string, string, Func, IOPortConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\GenericRelayDevice.cs(215,20): warning CS1591: Missing XML comment for publicly visible type or member 'GenericRelayDevice.GenericRelayDeviceFactory.GenericRelayDeviceFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\IDigitalInput.cs(14,22): warning CS1591: Missing XML comment for publicly visible type or member 'IDigitalInput.InputStateFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\IDigitalOutput.cs(14,22): warning CS1591: Missing XML comment for publicly visible type or member 'IDigitalOutput.OutputStateFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\IDigitalOutput.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'IDigitalOutput.SetOutput(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\ISwitchedOutput.cs(16,22): warning CS1591: Missing XML comment for publicly visible type or member 'ISwitchedOutput.OutputIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\ISwitchedOutput.cs(18,14): warning CS1591: Missing XML comment for publicly visible type or member 'ISwitchedOutput.On()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\ISwitchedOutput.cs(19,14): warning CS1591: Missing XML comment for publicly visible type or member 'ISwitchedOutput.Off()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\ISwitchedOutput.cs(22,22): warning CS1591: Missing XML comment for publicly visible type or member 'ISwitchedOutputCollection' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\ISwitchedOutput.cs(24,43): warning CS1591: Missing XML comment for publicly visible type or member 'ISwitchedOutputCollection.SwitchedOutputs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\IHasCresnetBranches.cs(16,43): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCresnetBranches.CresnetBranches' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(12,24): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseDevice' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(14,28): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseDevice.Hardware' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(39,16): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseDevice.CrestronGenericBaseDevice(string, string, GenericBase)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(53,19): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseDevice.CrestronGenericBaseDevice(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(60,21): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseDevice.RegisterCrestronGenericBase(GenericBase)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(192,27): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBridgeableBaseDevice' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(194,19): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBridgeableBaseDevice.CrestronGenericBridgeableBaseDevice(string, string, GenericBase)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(198,19): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBridgeableBaseDevice.CrestronGenericBridgeableBaseDevice(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(204,30): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBridgeableBaseDevice.LinkToApi(BasicTriList, uint, string, EiscApiAdvanced)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(214,21): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseDeviceEventIds.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(215,21): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseDeviceEventIds.IpConnectionsText' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\DeviceInfoEventArgs.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceInfoEventArgs.DeviceInfoEventArgs()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\DeviceInfoEventArgs.cs(20,16): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceInfoEventArgs.DeviceInfoEventArgs(DeviceInfo)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\IDeviceInfoProvider.cs(11,20): warning CS1591: Missing XML comment for publicly visible type or member 'IDeviceInfoProvider.DeviceInfo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\IDeviceInfoProvider.cs(13,39): warning CS1591: Missing XML comment for publicly visible type or member 'IDeviceInfoProvider.DeviceInfoChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\IDeviceInfoProvider.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'IDeviceInfoProvider.UpdateDeviceInfo()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\NetworkDeviceHelpers.cs(11,25): warning CS1591: Missing XML comment for publicly visible type or member 'NetworkDeviceHelpers' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\NetworkDeviceHelpers.cs(170,35): warning CS1591: Missing XML comment for publicly visible type or member 'ArpEntry.IpAddress' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\NetworkDeviceHelpers.cs(171,32): warning CS1591: Missing XML comment for publicly visible type or member 'ArpEntry.MacAddress' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\AudioControlListItemBase.cs(10,27): warning CS1591: Missing XML comment for publicly visible type or member 'AudioControlListItemBase' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\AudioInterfaces.cs(17,3): warning CS1591: Missing XML comment for publicly visible type or member 'AudioChangeType.Mute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\AudioInterfaces.cs(17,9): warning CS1591: Missing XML comment for publicly visible type or member 'AudioChangeType.Volume' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\AudioInterfaces.cs(34,10): warning CS1591: Missing XML comment for publicly visible type or member 'AudioChangeEventArgs.AudioChangeEventArgs(IBasicVolumeControls, AudioChangeType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CameraListItem.cs(15,23): warning CS1591: Missing XML comment for publicly visible type or member 'CameraListItem.DeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'IReceiveVolume.SetReceiveVolume(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(16,14): warning CS1591: Missing XML comment for publicly visible type or member 'IReceiveVolume.ReceiveMuteOn()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(17,14): warning CS1591: Missing XML comment for publicly visible type or member 'IReceiveVolume.ReceiveMuteOff()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(18,14): warning CS1591: Missing XML comment for publicly visible type or member 'IReceiveVolume.ReceiveMuteToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(19,21): warning CS1591: Missing XML comment for publicly visible type or member 'IReceiveVolume.ReceiveLevelFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(20,22): warning CS1591: Missing XML comment for publicly visible type or member 'IReceiveVolume.ReceiveMuteIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(28,14): warning CS1591: Missing XML comment for publicly visible type or member 'ITransmitVolume.SetTransmitVolume(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(29,14): warning CS1591: Missing XML comment for publicly visible type or member 'ITransmitVolume.TransmitMuteOn()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(30,14): warning CS1591: Missing XML comment for publicly visible type or member 'ITransmitVolume.TransmitMuteOff()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(31,14): warning CS1591: Missing XML comment for publicly visible type or member 'ITransmitVolume.TransmitMuteToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(32,21): warning CS1591: Missing XML comment for publicly visible type or member 'ITransmitVolume.TransmitLevelFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(33,22): warning CS1591: Missing XML comment for publicly visible type or member 'ITransmitVolume.TransmitMuteIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(41,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPrivacy.PrivacyModeOn()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(42,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPrivacy.PrivacyModeOff()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(43,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPrivacy.PrivacyModeToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(44,22): warning CS1591: Missing XML comment for publicly visible type or member 'IPrivacy.PrivacyModeIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CrestronProcessor.cs(18,50): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronProcessor.SwitchedOutputs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CrestronProcessor.cs(20,61): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronProcessor.Processor' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CrestronProcessor.cs(22,16): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronProcessor.CrestronProcessor(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceApiBase.cs(14,43): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceApiBase.ActionApi' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceApiBase.cs(15,45): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceApiBase.FeedbackApi' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\GenericIRController.cs(34,16): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrController.GenericIrController(string, string, IrOutputPortController)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\GenericIRController.cs(175,16): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerFactory.GenericIrControllerFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\GenericMonitoredTcpDevice.cs(25,10): warning CS1591: Missing XML comment for publicly visible type or member 'GenericCommunicationMonitoredDevice.GenericCommunicationMonitoredDevice(string, string, IBasicCommunication, string, long, long, long)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\GenericMonitoredTcpDevice.cs(40,10): warning CS1591: Missing XML comment for publicly visible type or member 'GenericCommunicationMonitoredDevice.GenericCommunicationMonitoredDevice(string, string, IBasicCommunication, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IReconfigurableDevice.cs(16,39): warning CS1591: Missing XML comment for publicly visible type or member 'IReconfigurableDevice.ConfigChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IReconfigurableDevice.cs(18,22): warning CS1591: Missing XML comment for publicly visible type or member 'IReconfigurableDevice.Config' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IReconfigurableDevice.cs(20,14): warning CS1591: Missing XML comment for publicly visible type or member 'IReconfigurableDevice.SetConfig(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\ReconfigurableDevice.cs(22,46): warning CS1591: Missing XML comment for publicly visible type or member 'ReconfigurableDevice.ConfigChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\ReconfigurableDevice.cs(24,29): warning CS1591: Missing XML comment for publicly visible type or member 'ReconfigurableDevice.Config' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\ReconfigurableDevice.cs(26,19): warning CS1591: Missing XML comment for publicly visible type or member 'ReconfigurableDevice.ReconfigurableDevice(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\ReconfigurableDevice.cs(74,27): warning CS1591: Missing XML comment for publicly visible type or member 'ReconfigurableBridgableDevice' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\ReconfigurableDevice.cs(76,19): warning CS1591: Missing XML comment for publicly visible type or member 'ReconfigurableBridgableDevice.ReconfigurableBridgableDevice(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\ReconfigurableDevice.cs(80,30): warning CS1591: Missing XML comment for publicly visible type or member 'ReconfigurableBridgableDevice.LinkToApi(BasicTriList, uint, string, EiscApiAdvanced)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputHdmi1()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(15,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputHdmi2()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(16,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputHdmi3()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(17,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputHdmi4()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(18,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputDisplayPort1()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(19,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputDvi1()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(20,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputVideo1()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(21,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputVga1()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(22,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputVga2()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(23,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputRgb1()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceFeedbackExtensions.cs(11,25): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceFeedbackExtensions' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(114,34): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceJsonApi.DoDeviceActionAsync(DeviceActionWrapper)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(197,26): warning CS1572: XML comment has a param tag for 'key', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(202,51): warning CS1573: Parameter 'deviceObjectPath' has no matching param tag in the XML comment for 'DeviceJsonApi.GetProperties(string)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(246,26): warning CS1572: XML comment has a param tag for 'key', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(251,48): warning CS1573: Parameter 'deviceObjectPath' has no matching param tag in the XML comment for 'DeviceJsonApi.GetMethods(string)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(396,18): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceActionWrapper' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(398,23): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceActionWrapper.DeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(420,29): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyNameType.PropInfo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(429,23): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyNameType.Value' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(459,16): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyNameType.PropertyNameType(PropertyInfo, object)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(475,27): warning CS1591: Missing XML comment for publicly visible type or member 'MethodNameParams.MethodInfo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(481,38): warning CS1591: Missing XML comment for publicly visible type or member 'MethodNameParams.Params' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(490,16): warning CS1591: Missing XML comment for publicly visible type or member 'MethodNameParams.MethodNameParams(MethodInfo)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(515,18): warning CS1591: Missing XML comment for publicly visible type or member 'ApiAttribute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(16,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeRadio' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(17,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeDirecTv' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(18,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeBluray' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(19,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeChromeTv' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(20,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeFireTv' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(21,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeAppleTv' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(22,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeRoku' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(23,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeLaptop' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(24,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypePc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(26,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeNoControls' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\EssentialsPluginDevelopmentDeviceFactory.cs(5,25): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPluginDevelopmentDeviceFactory' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IAttachVideoStatusExtensions.cs(9,22): warning CS1591: Missing XML comment for publicly visible type or member 'IAttachVideoStatusExtensions' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IAttachVideoStatusExtensions.cs(14,20): warning CS1572: XML comment has a param tag for 'attachDev', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IAttachVideoStatusExtensions.cs(19,77): warning CS1573: Parameter 'attachedDev' has no matching param tag in the XML comment for 'IAttachVideoStatusExtensions.GetVideoStatuses(IAttachVideoStatus)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IDisplayUsage.cs(8,17): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayUsage.LampHours' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IDspPresets.cs(11,38): warning CS1591: Missing XML comment for publicly visible type or member 'IDspPresets.Presets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IDspPresets.cs(13,14): warning CS1591: Missing XML comment for publicly visible type or member 'IDspPresets.RecallPreset(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IProjectorInterfaces.cs(14,14): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVideoMute.VideoMuteToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IProjectorInterfaces.cs(22,22): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVideoMuteWithFeedback.VideoMuteIsOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IProjectorInterfaces.cs(24,14): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVideoMuteWithFeedback.VideoMuteOn()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IProjectorInterfaces.cs(25,14): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVideoMuteWithFeedback.VideoMuteOff()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IrOutputPortController.cs(29,29): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutputPortController.DriverLoaded' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IrOutputPortController.cs(31,17): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutputPortController.StandardIrPulseTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IrOutputPortController.cs(32,17): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutputPortController.DriverFilepath' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IrOutputPortController.cs(33,15): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutputPortController.DriverIsLoaded' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IrOutputPortController.cs(64,13): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutputPortController.IrOutputPortController(string, Func, DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IUsageTracking.cs(16,23): warning CS1591: Missing XML comment for publicly visible type or member 'IUsageTracking.UsageTracker' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IUsageTracking.cs(32,57): warning CS1591: Missing XML comment for publicly visible type or member 'UsageTracking.DeviceUsageEnded' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IUsageTracking.cs(62,16): warning CS1591: Missing XML comment for publicly visible type or member 'UsageTracking.UsageTracking(Device)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(11,13): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStats.BatteryPercentage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(12,13): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStats.BatteryCautionThresholdPercentage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(13,13): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStats.BatteryWarningThresholdPercentage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(14,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStats.BatteryIsWarningFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(15,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStats.BatteryIsCautionFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(16,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStats.BatteryIsOkFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(17,21): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStats.BatteryPercentageFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(25,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryCharging.BatteryIsCharging' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(33,54): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteries.Batteries' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(36,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(38,13): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.InputVoltage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(39,13): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.OutputVoltage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(40,13): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.InptuCurrent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(41,13): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.OutputCurrent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(43,21): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.InputVoltageFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(44,21): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.OutputVoltageFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(45,21): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.InputCurrentFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(46,21): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.OutputCurrentFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PresentationDeviceType.cs(17,3): warning CS1591: Missing XML comment for publicly visible type or member 'PresentationSourceType.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PresentationDeviceType.cs(17,9): warning CS1591: Missing XML comment for publicly visible type or member 'PresentationSourceType.Dvd' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PresentationDeviceType.cs(17,14): warning CS1591: Missing XML comment for publicly visible type or member 'PresentationSourceType.Laptop' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PresentationDeviceType.cs(17,22): warning CS1591: Missing XML comment for publicly visible type or member 'PresentationSourceType.PC' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PresentationDeviceType.cs(17,26): warning CS1591: Missing XML comment for publicly visible type or member 'PresentationSourceType.SetTopBox' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PresentationDeviceType.cs(17,37): warning CS1591: Missing XML comment for publicly visible type or member 'PresentationSourceType.VCR' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PresetListItem.cs(18,25): warning CS1591: Missing XML comment for publicly visible type or member 'PresetListItem.Preset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\SmartObjectBaseTypes.cs(9,23): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectJoinOffsets.Dpad' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\SmartObjectBaseTypes.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectJoinOffsets.Numpad' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\SmartObjectBaseTypes.cs(12,23): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectJoinOffsets.PresetList' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\VolumeDeviceChangeEventArgs.cs(17,31): warning CS1591: Missing XML comment for publicly visible type or member 'VolumeDeviceChangeEventArgs.OldDev' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\VolumeDeviceChangeEventArgs.cs(18,31): warning CS1591: Missing XML comment for publicly visible type or member 'VolumeDeviceChangeEventArgs.NewDev' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\VolumeDeviceChangeEventArgs.cs(19,21): warning CS1591: Missing XML comment for publicly visible type or member 'VolumeDeviceChangeEventArgs.Type' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\VolumeDeviceChangeEventArgs.cs(21,10): warning CS1591: Missing XML comment for publicly visible type or member 'VolumeDeviceChangeEventArgs.VolumeDeviceChangeEventArgs(IBasicVolumeControls, IBasicVolumeControls, ChangeType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\VolumeDeviceChangeEventArgs.cs(34,3): warning CS1591: Missing XML comment for publicly visible type or member 'ChangeType.WillChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\VolumeDeviceChangeEventArgs.cs(34,15): warning CS1591: Missing XML comment for publicly visible type or member 'ChangeType.DidChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\eVolumeLevelUnits.cs(3,15): warning CS1591: Missing XML comment for publicly visible type or member 'eVolumeLevelUnits' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\eVolumeLevelUnits.cs(5,5): warning CS1591: Missing XML comment for publicly visible type or member 'eVolumeLevelUnits.Decibels' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\eVolumeLevelUnits.cs(6,5): warning CS1591: Missing XML comment for publicly visible type or member 'eVolumeLevelUnits.Percent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\eVolumeLevelUnits.cs(7,5): warning CS1591: Missing XML comment for publicly visible type or member 'eVolumeLevelUnits.Relative' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\eVolumeLevelUnits.cs(8,5): warning CS1591: Missing XML comment for publicly visible type or member 'eVolumeLevelUnits.Absolute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IAudioZone.cs(8,10): warning CS1591: Missing XML comment for publicly visible type or member 'IAudioZone.SelectInput(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IAudioZones.cs(10,34): warning CS1591: Missing XML comment for publicly visible type or member 'IAudioZones.Zone' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IBasicVolumeWithFeedback.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVolumeWithFeedback.MuteFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IBasicVolumeWithFeedback.cs(9,10): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVolumeWithFeedback.MuteOn()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IBasicVolumeWithFeedback.cs(10,10): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVolumeWithFeedback.MuteOff()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IBasicVolumeWithFeedback.cs(11,10): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVolumeWithFeedback.SetVolume(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IBasicVolumeWithFeedback.cs(12,17): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVolumeWithFeedback.VolumeLevelFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IBasicVolumeWithFeedbackAdvanced.cs(8,9): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVolumeWithFeedbackAdvanced.RawVolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IBasicVolumeWithFeedbackAdvanced.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVolumeWithFeedbackAdvanced.Units' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IChannel.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'IChannel.ChannelUp(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IChannel.cs(15,8): warning CS1591: Missing XML comment for publicly visible type or member 'IChannel.ChannelDown(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IChannel.cs(16,8): warning CS1591: Missing XML comment for publicly visible type or member 'IChannel.LastChannel(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IChannel.cs(17,8): warning CS1591: Missing XML comment for publicly visible type or member 'IChannel.Guide(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IChannel.cs(18,8): warning CS1591: Missing XML comment for publicly visible type or member 'IChannel.Info(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IChannel.cs(19,8): warning CS1591: Missing XML comment for publicly visible type or member 'IChannel.Exit(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IColorFunctions.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'IColor.Red(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IColorFunctions.cs(15,8): warning CS1591: Missing XML comment for publicly visible type or member 'IColor.Green(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IColorFunctions.cs(16,8): warning CS1591: Missing XML comment for publicly visible type or member 'IColor.Yellow(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IColorFunctions.cs(17,8): warning CS1591: Missing XML comment for publicly visible type or member 'IColor.Blue(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IEmergencyOSD.cs(14,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEmergencyOSD.ShowEmergencyMessage(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IEmergencyOSD.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEmergencyOSD.HideEmergencyMessage()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasBranding.cs(10,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBranding.BrandingEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasBranding.cs(11,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBranding.InitializeBranding(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasFarEndContentStatus.cs(8,23): warning CS1591: Missing XML comment for publicly visible type or member 'IHasFarEndContentStatus.ReceivingContent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasInputs.cs(14,29): warning CS1591: Missing XML comment for publicly visible type or member 'IHasInputs.Inputs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasPhoneDialing.cs(11,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPhoneDialing.PhoneOffHookFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasPhoneDialing.cs(12,24): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPhoneDialing.CallerIdNameFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasPhoneDialing.cs(13,24): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPhoneDialing.CallerIdNumberFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasPhoneDialing.cs(14,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPhoneDialing.DialPhoneCall(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasPhoneDialing.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPhoneDialing.EndPhoneCall()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasPhoneDialing.cs(16,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPhoneDialing.SendDtmfToPhone(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasSurroundSoundModes.cs(14,51): warning CS1712: Type parameter 'TSelector' has no matching typeparam tag in the XML comment on 'IHasSurroundSoundModes' (but other type parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasSurroundSoundModes.cs(16,32): warning CS1591: Missing XML comment for publicly visible type or member 'IHasSurroundSoundModes.SurroundSoundModes' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasSurroundSoundModes.cs(18,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasSurroundSoundModes.SetSurroundSoundMode(TSelector)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasWebView.cs(14,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasWebView.WebviewIsVisible' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasWebView.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasWebView.ShowWebView(string, string, string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasWebView.cs(16,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasWebView.HideWebView()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasWebView.cs(17,59): warning CS1591: Missing XML comment for publicly visible type or member 'IHasWebView.WebViewStatusChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasWebView.cs(30,16): warning CS1591: Missing XML comment for publicly visible type or member 'WebViewStatusChangedEventArgs.WebViewStatusChangedEventArgs(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(11,16): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.LocaleName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(12,16): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.FriendlyName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(13,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.Enable' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(14,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.UiLabels' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(15,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.Sources' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(16,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.Destinations' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(17,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.SourceGroupNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(18,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.DestinationGroupNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(19,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.RoomNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageProvider.cs(11,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageProvider.CurrentLanguage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageProvider.cs(13,28): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageProvider.CurrentLanguageChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILevelControls.cs(14,54): warning CS1591: Missing XML comment for publicly visible type or member 'ILevelControls.LevelControlPoints' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlAction.cs(11,29): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlAction.Messenger' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlAction.cs(13,36): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlAction.Action' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlMessage.cs(6,20): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlMessage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlMessage.cs(9,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlMessage.Type' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlMessage.cs(12,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlMessage.ClientId' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlMessage.cs(15,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlMessage.Content' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(11,35): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.UserCodeChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(13,35): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.UserPromptedForCode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(15,35): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.ClientJoined' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(17,35): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.AppUrlChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(19,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.UserCode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(21,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.QrCodeUrl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(23,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.QrCodeChecksum' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(25,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.McServerUrl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(27,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.RoomName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(29,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.AppUrl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(31,10): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.UpdateAppUrl(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(13,8): warning CS1591: Missing XML comment for publicly visible type or member 'IProjectorScreenLiftControl.Raise()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'IProjectorScreenLiftControl.Lower()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'IProjectorScreenLiftControl.IsInUpPosition' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(16,8): warning CS1591: Missing XML comment for publicly visible type or member 'IProjectorScreenLiftControl.InUpPosition' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(17,33): warning CS1591: Missing XML comment for publicly visible type or member 'IProjectorScreenLiftControl.PositionChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(18,10): warning CS1591: Missing XML comment for publicly visible type or member 'IProjectorScreenLiftControl.DisplayDeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(19,26): warning CS1591: Missing XML comment for publicly visible type or member 'IProjectorScreenLiftControl.Type' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(27,3): warning CS1591: Missing XML comment for publicly visible type or member 'eScreenLiftControlType.lift' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(28,3): warning CS1591: Missing XML comment for publicly visible type or member 'eScreenLiftControlType.screen' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISelectableItem.cs(13,28): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItem.ItemUpdated' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISelectableItem.cs(16,14): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItem.IsSelected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISelectableItem.cs(17,14): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItem.Select()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISelectableItems.cs(12,28): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItems.ItemsUpdated' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISelectableItems.cs(13,28): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItems.CurrentItemChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISelectableItems.cs(16,34): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItems.Items' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISelectableItems.cs(19,14): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItems.CurrentItem' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITemperatureSensor.cs(21,22): warning CS1591: Missing XML comment for publicly visible type or member 'ITemperatureSensor.TemperatureInCFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITemperatureSensor.cs(23,14): warning CS1591: Missing XML comment for publicly visible type or member 'ITemperatureSensor.SetTemperatureFormat(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITvPresetsProvider.cs(10,28): warning CS1591: Missing XML comment for publicly visible type or member 'ITvPresetsProvider.TvPresets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDPad.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDPad.Up(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDPad.cs(15,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDPad.Down(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDPad.cs(16,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDPad.Left(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDPad.cs(17,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDPad.Right(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDPad.cs(18,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDPad.Select(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDPad.cs(19,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDPad.Menu(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDPad.cs(20,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDPad.Exit(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDvr.cs(19,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDvr.DvrList(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDvr.cs(20,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDvr.Record(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDvr.cs(37,22): warning CS1591: Missing XML comment for publicly visible type or member 'IDvrExtensions.UnlinkButtons(IDvr, BasicTriList)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(8,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.SetBalance(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(9,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.BalanceLeft(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(10,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.BalanceRight(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(12,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.SetBass(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(13,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.BassUp(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(14,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.BassDown(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(16,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.SetTreble(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(17,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.TrebleUp(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(18,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.TrebleDown(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(20,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.hasMaxVolume' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(21,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.SetMaxVolume(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(22,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.MaxVolumeUp(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(23,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.MaxVolumeDown(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(25,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.hasDefaultVolume' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(26,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.SetDefaultVolume(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(27,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.DefaultVolumeUp(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(28,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.DefaultVolumeDown(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(30,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.LoudnessToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(31,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.MonoToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(33,18): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.LoudnessFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(34,18): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.MonoFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(35,17): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.BalanceFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(36,17): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.BassFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(37,17): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.TrebleFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(38,17): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.MaxVolumeFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(39,17): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.DefaultVolumeFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasCurrentVolumeControls.cs(10,26): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCurrentVolumeControls.CurrentVolumeControls' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasCurrentVolumeControls.cs(11,53): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCurrentVolumeControls.CurrentVolumeDeviceChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasCurrentVolumeControls.cs(13,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCurrentVolumeControls.SetDefaultLevels()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasCurrentVolumeControls.cs(15,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCurrentVolumeControls.ZeroVolumeWhenSwtichingVolumeDevices' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasMuteControl.cs(8,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasMuteControl.MuteToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasMuteControlWithFeedback.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'IHasMuteControlWithFeedback.MuteFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasMuteControlWithFeedback.cs(9,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasMuteControlWithFeedback.MuteOn()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasMuteControlWithFeedback.cs(10,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasMuteControlWithFeedback.MuteOff()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasVolumeControl.cs(8,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasVolumeControl.VolumeUp(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasVolumeControl.cs(9,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasVolumeControl.VolumeDown(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasVolumeControlWithFeedback.cs(8,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasVolumeControlWithFeedback.SetVolume(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasVolumeControlWithFeedback.cs(9,17): warning CS1591: Missing XML comment for publicly visible type or member 'IHasVolumeControlWithFeedback.VolumeLevelFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasVolumeDevice.cs(8,26): warning CS1591: Missing XML comment for publicly visible type or member 'IHasVolumeDevice.VolumeDevice' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(13,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit0(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit1(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(15,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit2(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(16,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit3(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(17,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit4(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(18,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit5(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(19,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit6(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(20,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit7(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(21,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit8(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(22,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit9(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(28,10): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.KeypadAccessoryButton1Label' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(29,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.KeypadAccessoryButton1(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(31,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.HasKeypadAccessoryButton2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(32,10): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.KeypadAccessoryButton2Label' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(33,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.KeypadAccessoryButton2(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(36,19): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxNumericKeypad' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(38,8): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxNumericKeypad.Dash(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(39,8): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxNumericKeypad.KeypadEnter(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IPasswordPrompt.cs(26,18): warning CS1591: Missing XML comment for publicly visible type or member 'PasswordPromptEventArgs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IPasswordPrompt.cs(48,16): warning CS1591: Missing XML comment for publicly visible type or member 'PasswordPromptEventArgs.PasswordPromptEventArgs(bool, bool, bool, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IPower.cs(22,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPowerControlWithFeedback.PowerIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IPower.cs(30,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPowerControl.PowerOn()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IPower.cs(31,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPowerControl.PowerOff()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IPower.cs(32,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPowerControl.PowerToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISetTopBoxControls.cs(34,57): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxControls.TvPresets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISetTopBoxControls.cs(35,8): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxControls.LoadPresets(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISetTopBoxControls.cs(37,8): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxControls.DvrList(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISetTopBoxControls.cs(38,8): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxControls.Replay(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISetTopBoxControls.cs(41,22): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxControlsExtensions' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(10,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.Play(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(11,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.Pause(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(12,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.Rewind(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(13,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.FFwd(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.ChapMinus(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(15,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.ChapPlus(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(16,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.Stop(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(17,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.Record(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IUiDisplayInfo.cs(10,8): warning CS1591: Missing XML comment for publicly visible type or member 'IUiDisplayInfo.DisplayUiType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IWarmingCooling.cs(14,16): warning CS1591: Missing XML comment for publicly visible type or member 'IWarmingCooling.IsWarmingUpFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IWarmingCooling.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'IWarmingCooling.IsCoolingDownFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ethernet\EthernetStatistics.cs(11,22): warning CS1591: Missing XML comment for publicly visible type or member 'EthernetSettings' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ethernet\EthernetStatistics.cs(13,39): warning CS1591: Missing XML comment for publicly visible type or member 'EthernetSettings.LinkActive' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ethernet\EthernetStatistics.cs(15,39): warning CS1591: Missing XML comment for publicly visible type or member 'EthernetSettings.DhcpActive' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ethernet\EthernetStatistics.cs(20,41): warning CS1591: Missing XML comment for publicly visible type or member 'EthernetSettings.Hostname' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ethernet\EthernetStatistics.cs(23,41): warning CS1591: Missing XML comment for publicly visible type or member 'EthernetSettings.IpAddress0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ethernet\EthernetStatistics.cs(26,41): warning CS1591: Missing XML comment for publicly visible type or member 'EthernetSettings.SubnetMask0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ethernet\EthernetStatistics.cs(29,41): warning CS1591: Missing XML comment for publicly visible type or member 'EthernetSettings.DefaultGateway0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Extensions\JsonExtensions.cs(13,25): warning CS1591: Missing XML comment for publicly visible type or member 'JsonExtensions' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Extensions\StringExtensions.cs(10,25): warning CS1591: Missing XML comment for publicly visible type or member 'StringExtensions' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ProcessorExtensionDeviceFactory.cs(18,16): warning CS1591: Missing XML comment for publicly visible type or member 'ProcessorExtensionDeviceFactory.ProcessorExtensionDeviceFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ProcessorExtensionDeviceFactory.cs(53,26): warning CS1572: XML comment has a param tag for 'dc', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ProcessorExtensionDeviceFactory.cs(55,53): warning CS1573: Parameter 'extensionName' has no matching param tag in the XML comment for 'ProcessorExtensionDeviceFactory.AddFactoryForType(string, Func)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ProcessorExtensionDeviceFactory.cs(55,95): warning CS1573: Parameter 'method' has no matching param tag in the XML comment for 'ProcessorExtensionDeviceFactory.AddFactoryForType(string, Func)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ProcessorExtensionDeviceFactory.cs(61,28): warning CS1591: Missing XML comment for publicly visible type or member 'ProcessorExtensionDeviceFactory.AddFactoryForType(string, string, Type, Func)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ReadyEventArgs.cs(20,16): warning CS1591: Missing XML comment for publicly visible type or member 'IsReadyEventArgs.IsReadyEventArgs(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ReadyEventArgs.cs(31,46): warning CS1591: Missing XML comment for publicly visible type or member 'IHasReady.IsReadyEvent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ReadyEventArgs.cs(32,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasReady.IsReady' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolFeedback.cs(66,21): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedback.SetValueFunc(Func)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolFeedback.cs(156,32): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedback.ToString()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolFeedbackOneShot.cs(53,20): warning CS1572: XML comment has a param tag for 'timeout', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolFeedbackPulseExtender.cs(15,15): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackPulseExtender.TimeoutMs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolFeedbackPulseExtender.cs(16,23): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackPulseExtender.Feedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(12,24): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackLogic' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(24,18): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackLogic.ComputedValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(26,16): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackLogic.BoolFeedbackLogic()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(31,15): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackLogic.AddOutputIn(BoolFeedback)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(94,27): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackLogic.Evaluate()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(102,27): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackAnd.Evaluate()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(120,27): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackOr.Evaluate()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(140,10): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackLinq.BoolFeedbackLinq(Func, bool>)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(146,27): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackLinq.Evaluate()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackBase.cs(105,24): warning CS1591: Missing XML comment for publicly visible type or member 'Feedback.OnOutputChange(int)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackBase.cs(111,24): warning CS1591: Missing XML comment for publicly visible type or member 'Feedback.OnOutputChange(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackEventArgs.cs(22,23): warning CS1591: Missing XML comment for publicly visible type or member 'FeedbackEventArgs.UShortValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackEventArgs.cs(38,16): warning CS1591: Missing XML comment for publicly visible type or member 'FeedbackEventArgs.FeedbackEventArgs(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackEventArgs.cs(44,16): warning CS1591: Missing XML comment for publicly visible type or member 'FeedbackEventArgs.FeedbackEventArgs(int)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackEventArgs.cs(50,16): warning CS1591: Missing XML comment for publicly visible type or member 'FeedbackEventArgs.FeedbackEventArgs(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackEventArgs.cs(62,9): warning CS1591: Missing XML comment for publicly visible type or member 'eFeedbackEventType.TypeBool' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackEventArgs.cs(63,9): warning CS1591: Missing XML comment for publicly visible type or member 'eFeedbackEventType.TypeInt' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackEventArgs.cs(64,9): warning CS1591: Missing XML comment for publicly visible type or member 'eFeedbackEventType.TypeString' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\IntFeedback.cs(67,21): warning CS1591: Missing XML comment for publicly visible type or member 'IntFeedback.SetValueFunc(Func)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\SerialFeedback.cs(16,32): warning CS1591: Missing XML comment for publicly visible type or member 'SerialFeedback.SerialValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\SerialFeedback.cs(29,16): warning CS1591: Missing XML comment for publicly visible type or member 'SerialFeedback.SerialFeedback()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\SerialFeedback.cs(33,16): warning CS1591: Missing XML comment for publicly visible type or member 'SerialFeedback.SerialFeedback(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\StringFeedback.cs(62,21): warning CS1591: Missing XML comment for publicly visible type or member 'StringFeedback.SetValueFunc(Func)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\File\FileIO.cs(13,22): warning CS1591: Missing XML comment for publicly visible type or member 'FileIO' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\File\FileIO.cs(21,43): warning CS1591: Missing XML comment for publicly visible type or member 'FileIO.GotFileEvent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\File\FileIO.cs(300,10): warning CS1591: Missing XML comment for publicly visible type or member 'FileEventArgs.FileEventArgs(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionProcessorQueries.cs(18,61): warning CS1591: Missing XML comment for publicly visible type or member 'ProcessorProgReg.GetProcessorProgReg()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(20,23): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.RoomName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(21,21): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.IpId' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(22,23): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.RoomGuid' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(23,43): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.OccupancyAsset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(24,45): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.StaticAssets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(26,16): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.FusionRoomGuids()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(32,16): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.FusionRoomGuids(string, uint, string, Dictionary)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(42,16): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.FusionRoomGuids(string, uint, string, Dictionary, FusionOccupancySensorAsset)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(146,16): warning CS1591: Missing XML comment for publicly visible type or member 'FusionOccupancySensorAsset.FusionOccupancySensorAsset()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(150,16): warning CS1591: Missing XML comment for publicly visible type or member 'FusionOccupancySensorAsset.FusionOccupancySensorAsset(eAssetType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(180,16): warning CS1591: Missing XML comment for publicly visible type or member 'FusionAsset.FusionAsset()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(185,16): warning CS1591: Missing XML comment for publicly visible type or member 'FusionAsset.FusionAsset(uint, string, string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(213,16): warning CS1591: Missing XML comment for publicly visible type or member 'RoomSchedule.RoomSchedule()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(227,23): warning CS1591: Missing XML comment for publicly visible type or member 'LocalTimeRequest.RequestID' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(242,23): warning CS1591: Missing XML comment for publicly visible type or member 'RequestSchedule.RoomID' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(244,25): warning CS1591: Missing XML comment for publicly visible type or member 'RequestSchedule.Start' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(246,23): warning CS1591: Missing XML comment for publicly visible type or member 'RequestSchedule.HourSpan' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(248,16): warning CS1591: Missing XML comment for publicly visible type or member 'RequestSchedule.RequestSchedule(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(285,16): warning CS1591: Missing XML comment for publicly visible type or member 'RequestAction.RequestAction(string, string, List)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(348,23): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduleResponse.RequestID' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(350,23): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduleResponse.RoomID' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(352,23): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduleResponse.RoomName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(354,28): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduleResponse.Events' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(356,16): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduleResponse.ScheduleResponse()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\Global.cs(25,22): warning CS1591: Missing XML comment for publicly visible type or member 'Global' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\Global.cs(37,62): warning CS1591: Missing XML comment for publicly visible type or member 'Global.EthernetAdapterInfoCollection' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\Global.cs(50,39): warning CS1591: Missing XML comment for publicly visible type or member 'Global.Culture' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\Global.cs(185,25): warning CS1591: Missing XML comment for publicly visible type or member 'Global.IsRunningDevelopmentVersion(List, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(9,22): warning CS1591: Missing XML comment for publicly visible type or member 'JobTimer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(30,20): warning CS1572: XML comment has a param tag for 'key', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(31,20): warning CS1572: XML comment has a param tag for 'act', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(35,51): warning CS1573: Parameter 'item' has no matching param tag in the XML comment for 'JobTimer.AddJobTimerItem(JobTimerItem)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(65,17): warning CS1591: Missing XML comment for publicly visible type or member 'JobTimerItem.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(66,17): warning CS1591: Missing XML comment for publicly visible type or member 'JobTimerItem.JobAction' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(67,30): warning CS1591: Missing XML comment for publicly visible type or member 'JobTimerItem.CycleType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(73,10): warning CS1591: Missing XML comment for publicly visible type or member 'JobTimerItem.JobTimerItem(string, eJobTimerCycleTypes, Action)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(79,14): warning CS1591: Missing XML comment for publicly visible type or member 'eJobTimerCycleTypes' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(81,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJobTimerCycleTypes.RunEveryDay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(82,3): warning CS1591: Missing XML comment for publicly visible type or member 'eJobTimerCycleTypes.RunEveryHour' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(83,3): warning CS1591: Missing XML comment for publicly visible type or member 'eJobTimerCycleTypes.RunEveryHalfHour' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(84,3): warning CS1591: Missing XML comment for publicly visible type or member 'eJobTimerCycleTypes.RunEveryMinute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\Scheduler.cs(141,43): warning CS1591: Missing XML comment for publicly visible type or member 'Scheduler.GetEventGroup(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\Scheduler.cs(149,25): warning CS1591: Missing XML comment for publicly visible type or member 'SchedulerUtilities' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\IInUseTracking.cs(14,17): warning CS1591: Missing XML comment for publicly visible type or member 'IInUseTracking.InUseTracker' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\InUseTracking.cs(31,10): warning CS1591: Missing XML comment for publicly visible type or member 'InUseTracking.InUseTracking()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\InUseTracking.cs(45,30): warning CS1573: Parameter 'objectToAdd' has no matching param tag in the XML comment for 'InUseTracking.AddUser(object, string)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\InUseTracking.cs(81,17): warning CS1591: Missing XML comment for publicly visible type or member 'InUseTrackingObject.Label' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\InUseTracking.cs(82,17): warning CS1591: Missing XML comment for publicly visible type or member 'InUseTrackingObject.User' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\InUseTracking.cs(84,10): warning CS1591: Missing XML comment for publicly visible type or member 'InUseTrackingObject.InUseTrackingObject(object, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(20,25): warning CS1591: Missing XML comment for publicly visible type or member 'JoinMapHelper' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(96,24): warning CS1591: Missing XML comment for publicly visible type or member 'JoinMapBaseAdvanced.JoinOffset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(103,19): warning CS1591: Missing XML comment for publicly visible type or member 'JoinMapBaseAdvanced.JoinMapBaseAdvanced(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(110,19): warning CS1591: Missing XML comment for publicly visible type or member 'JoinMapBaseAdvanced.JoinMapBaseAdvanced(uint, Type)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(115,24): warning CS1591: Missing XML comment for publicly visible type or member 'JoinMapBaseAdvanced.AddJoins(Type)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(331,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinCapabilities.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(332,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinCapabilities.ToSIMPL' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(333,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinCapabilities.FromSIMPL' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(334,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinCapabilities.ToFromSIMPL' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(335,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinCapabilities.ToFusion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(336,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinCapabilities.FromFusion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(337,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinCapabilities.ToFromFusion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(344,17): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(346,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(347,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.Digital' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(348,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.Analog' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(349,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.Serial' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(350,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.DigitalAnalog' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(351,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.DigitalSerial' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(352,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.AnalogSerial' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(353,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.DigitalAnalogSerial' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(427,29): warning CS1591: Missing XML comment for publicly visible type or member 'JoinDataComplete.Metadata' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(433,16): warning CS1591: Missing XML comment for publicly visible type or member 'JoinDataComplete.JoinDataComplete(JoinData, JoinMetadata)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(439,23): warning CS1591: Missing XML comment for publicly visible type or member 'JoinDataComplete.GetMarkdownFormattedData(string, int)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(518,21): warning CS1591: Missing XML comment for publicly visible type or member 'JoinDataComplete.JoinSpan' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(523,23): warning CS1591: Missing XML comment for publicly visible type or member 'JoinDataComplete.AttributeName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(558,18): warning CS1591: Missing XML comment for publicly visible type or member 'JoinNameAttribute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(562,16): warning CS1591: Missing XML comment for publicly visible type or member 'JoinNameAttribute.JoinNameAttribute(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(568,23): warning CS1591: Missing XML comment for publicly visible type or member 'JoinNameAttribute.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(11,58): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingScenes.LightingSceneChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(13,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingScenes.LightingScenes' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingScenes.SelectScene(LightingScene)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(17,23): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingScenes.CurrentLightingScene' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(26,28): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingScenesDynamic.LightingScenesUpdated' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(34,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingMasterRaiseLower.MasterRaise()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(35,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingMasterRaiseLower.MasterLower()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(36,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingMasterRaiseLower.MasterRaiseLowerStop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(44,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingLoad.SetLoadLevel(int)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(45,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingLoad.Raise()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(46,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingLoad.Lower()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(48,21): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingLoad.LoadLevelFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(49,22): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingLoad.LoadIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(62,16): warning CS1591: Missing XML comment for publicly visible type or member 'LightingSceneChangeEventArgs.LightingSceneChangeEventArgs(LightingScene)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(17,23): warning CS1591: Missing XML comment for publicly visible type or member 'LightingScene.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(22,23): warning CS1591: Missing XML comment for publicly visible type or member 'LightingScene.ID' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(25,21): warning CS1591: Missing XML comment for publicly visible type or member 'LightingScene.IsActive' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(42,20): warning CS1591: Missing XML comment for publicly visible type or member 'LightingScene.SortOrder' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(48,29): warning CS1591: Missing XML comment for publicly visible type or member 'LightingScene.IsActiveFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(50,16): warning CS1591: Missing XML comment for publicly visible type or member 'LightingScene.LightingScene()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Microphone Privacy\MicrophonePrivacyController.cs(26,21): warning CS1591: Missing XML comment for publicly visible type or member 'MicrophonePrivacyController.EnableLeds' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Microphone Privacy\MicrophonePrivacyController.cs(72,16): warning CS1591: Missing XML comment for publicly visible type or member 'MicrophonePrivacyController.MicrophonePrivacyController(string, MicrophonePrivacyControllerConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Microphone Privacy\MicrophonePrivacyController.cs(267,16): warning CS1591: Missing XML comment for publicly visible type or member 'MicrophonePrivacyControllerFactory.MicrophonePrivacyControllerFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\CrestronGenericBaseCommunicationMonitor.cs(23,10): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseCommunicationMonitor.CrestronGenericBaseCommunicationMonitor(IKeyed, GenericBase, long, long)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\GenericCommunicationMonitor.cs(15,30): warning CS1591: Missing XML comment for publicly visible type or member 'GenericCommunicationMonitor.Client' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\GenericCommunicationMonitor.cs(293,14): warning CS1591: Missing XML comment for publicly visible type or member 'CommunicationMonitorConfig.TimeToWarning' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\GenericCommunicationMonitor.cs(294,14): warning CS1591: Missing XML comment for publicly visible type or member 'CommunicationMonitorConfig.TimeToError' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\GenericCommunicationMonitor.cs(295,17): warning CS1591: Missing XML comment for publicly visible type or member 'CommunicationMonitorConfig.PollString' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(14,10): warning CS1591: Missing XML comment for publicly visible type or member 'IStatusMonitor.Parent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(15,52): warning CS1591: Missing XML comment for publicly visible type or member 'IStatusMonitor.StatusChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(16,17): warning CS1591: Missing XML comment for publicly visible type or member 'IStatusMonitor.Status' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(17,10): warning CS1591: Missing XML comment for publicly visible type or member 'IStatusMonitor.Message' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(18,16): warning CS1591: Missing XML comment for publicly visible type or member 'IStatusMonitor.IsOnlineFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(19,8): warning CS1591: Missing XML comment for publicly visible type or member 'IStatusMonitor.Start()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(20,8): warning CS1591: Missing XML comment for publicly visible type or member 'IStatusMonitor.Stop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(29,21): warning CS1591: Missing XML comment for publicly visible type or member 'ICommunicationMonitor.CommunicationMonitor' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(37,9): warning CS1591: Missing XML comment for publicly visible type or member 'MonitorStatus.StatusUnknown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(38,3): warning CS1591: Missing XML comment for publicly visible type or member 'MonitorStatus.IsOk' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(39,9): warning CS1591: Missing XML comment for publicly visible type or member 'MonitorStatus.InWarning' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(40,9): warning CS1591: Missing XML comment for publicly visible type or member 'MonitorStatus.InError' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(43,15): warning CS1591: Missing XML comment for publicly visible type or member 'MonitorStatusChangeEventArgs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(54,10): warning CS1591: Missing XML comment for publicly visible type or member 'MonitorStatusChangeEventArgs.MonitorStatusChangeEventArgs(MonitorStatus)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(60,10): warning CS1591: Missing XML comment for publicly visible type or member 'MonitorStatusChangeEventArgs.MonitorStatusChangeEventArgs(MonitorStatus, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(16,24): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(18,59): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.StatusChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(35,23): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.IsOnlineFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(37,15): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(39,24): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.Status' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(54,17): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.Message' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(72,10): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.StatusMonitorBase(IKeyed, long, long)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(86,24): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.Start()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(87,24): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.Stop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(89,18): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.OnStatusChange(MonitorStatus)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(101,18): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.OnStatusChange(MonitorStatus, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(113,18): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.StartErrorTimers()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(119,18): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.StopErrorTimers()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(127,24): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.ResetErrorTimers()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorCollection.cs(21,17): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorCollection.Parent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorCollection.cs(27,59): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorCollection.StatusChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorCollection.cs(44,10): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorCollection.StatusMonitorCollection(IKeyed)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorCollection.cs(139,18): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorCollection.OnStatusChange(MonitorStatus, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(29,46): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.SystemMonitorPropertiesChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(31,57): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.ProgramStatusFeedbackCollection' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(32,59): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.EthernetStatusFeedbackCollection' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(98,13): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.SystemMonitorController(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(467,22): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.EthernetStatusFeedbacks' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(516,20): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.EthernetStatusFeedbacks.EthernetStatusFeedbacks(short)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(624,61): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.ProgramStatusFeedbacks.ProgramInfoChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(675,20): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.ProgramStatusFeedbacks.ProgramStatusFeedbacks(Program)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(867,21): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.ProgramNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(871,39): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.OperatingState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(878,42): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.RegistrationState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(884,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.ProgramFile' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(890,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.FriendlyName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(896,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.CompilerRevision' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(899,21): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.CompilerRevisionInfo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(911,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.CompileTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(917,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.Include4Dat' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(924,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.SystemName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(930,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.CrestronDb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(936,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.Environment' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(942,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.Programmer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(950,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.ApplicationName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(956,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.ProgramTool' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(962,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.MinFirmwareVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(968,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.PlugInVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(970,16): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.ProgramInfo(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(1002,16): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfoEventArgs.ProgramInfoEventArgs(ProgramInfo)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\EssentialsPartitionController.cs(17,21): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPartitionController.IsInAutoMode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\EssentialsPartitionController.cs(21,21): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPartitionController.PartitionPresent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\EssentialsPartitionController.cs(48,16): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPartitionController.EssentialsPartitionController(string, string, IPartitionStateProvider, bool, List)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(13,22): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionStateProvider.PartitionPresentFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(16,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionStateProvider.PartitionPresent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(25,22): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionController.AdjacentRoomKeys' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(28,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionController.IsInAutoMode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(30,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionController.SetPartitionStatePresent()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(32,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionController.SetPartitionStateNotPresent()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(34,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionController.ToggglePartitionState()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(36,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionController.SetManualMode()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(38,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionController.SetAutoMode()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(22,30): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.PresetRecalledCallback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(24,30): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.PresetsSavedCallback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(40,16): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.DevicePresetsModel(string, ISetTopBoxNumericKeypad, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(74,16): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.DevicePresetsModel(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(91,45): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.PresetRecalled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(92,43): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.PresetsSaved' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(112,20): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.Count' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(133,35): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.PresetsLoaded' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresetsView.cs(38,10): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsView.DevicePresetsView(BasicTriListWithSmartObject, DevicePresetsModel)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetBase.cs(22,20): warning CS1591: Missing XML comment for publicly visible type or member 'PresetBase.ID' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetBase.cs(48,16): warning CS1591: Missing XML comment for publicly visible type or member 'PresetBase.PresetBase(int, string, bool, bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(22,17): warning CS1591: Missing XML comment for publicly visible type or member 'PresetChannel.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(28,17): warning CS1591: Missing XML comment for publicly visible type or member 'PresetChannel.IconUrl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(34,17): warning CS1591: Missing XML comment for publicly visible type or member 'PresetChannel.Channel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(46,17): warning CS1591: Missing XML comment for publicly visible type or member 'PresetsList.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(52,30): warning CS1591: Missing XML comment for publicly visible type or member 'PresetsList.Channels' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetsListSubpageReferenceListItem.cs(23,10): warning CS1591: Missing XML comment for publicly visible type or member 'PresetsListSubpageReferenceListItem.PresetsListSubpageReferenceListItem(PresetChannel, uint, SubpageReferenceList, DevicePresetsView)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\GenericQueue.cs(17,59): warning CS1591: Missing XML comment for publicly visible type or member 'GenericQueue._queue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\GenericQueue.cs(18,35): warning CS1591: Missing XML comment for publicly visible type or member 'GenericQueue._worker' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\GenericQueue.cs(19,35): warning CS1591: Missing XML comment for publicly visible type or member 'GenericQueue._waitHandle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\GenericQueue.cs(259,10): warning CS1591: Missing XML comment for publicly visible type or member 'GenericQueue.~GenericQueue()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\IQueue.cs(11,14): warning CS1591: Missing XML comment for publicly visible type or member 'IQueue.Enqueue(T)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\IQueue.cs(12,14): warning CS1591: Missing XML comment for publicly visible type or member 'IQueue.Disposed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\IQueueMessage.cs(10,14): warning CS1591: Missing XML comment for publicly visible type or member 'IQueueMessage.Dispatch()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\StringResponseProcessor.cs(7,25): warning CS1591: Missing XML comment for publicly visible type or member 'StringResponseProcessor' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\StringResponseProcessor.cs(101,10): warning CS1591: Missing XML comment for publicly visible type or member 'StringResponseProcessor.~StringResponseProcessor()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\ActionIncrementer.cs(18,20): warning CS1591: Missing XML comment for publicly visible type or member 'ActionIncrementer.ChangeAmount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\ActionIncrementer.cs(19,20): warning CS1591: Missing XML comment for publicly visible type or member 'ActionIncrementer.MaxValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\ActionIncrementer.cs(20,20): warning CS1591: Missing XML comment for publicly visible type or member 'ActionIncrementer.MinValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\ActionIncrementer.cs(21,21): warning CS1591: Missing XML comment for publicly visible type or member 'ActionIncrementer.RepeatDelay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\ActionIncrementer.cs(22,21): warning CS1591: Missing XML comment for publicly visible type or member 'ActionIncrementer.RepeatTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\UshortSigIncrementer.cs(19,23): warning CS1591: Missing XML comment for publicly visible type or member 'UshortSigIncrementer.ChangeAmount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\UshortSigIncrementer.cs(20,20): warning CS1591: Missing XML comment for publicly visible type or member 'UshortSigIncrementer.MaxValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\UshortSigIncrementer.cs(21,20): warning CS1591: Missing XML comment for publicly visible type or member 'UshortSigIncrementer.MinValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\UshortSigIncrementer.cs(22,21): warning CS1591: Missing XML comment for publicly visible type or member 'UshortSigIncrementer.RepeatDelay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\UshortSigIncrementer.cs(23,21): warning CS1591: Missing XML comment for publicly visible type or member 'UshortSigIncrementer.RepeatTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\UshortSigIncrementer.cs(27,16): warning CS1591: Missing XML comment for publicly visible type or member 'UshortSigIncrementer.UshortSigIncrementer(UShortInputSig, ushort, int, int, uint, uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(28,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupied.FeatureEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(30,25): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupied.FeatureEnabledTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(54,16): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupied.RoomOnToDefaultSourceWhenOccupied(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(156,33): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupied.CustomSetConfig(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(372,84): warning CS1573: Parameter 'newTime' has no matching param tag in the XML comment for 'RoomOnToDefaultSourceWhenOccupied.CheckExistingEventTimeForMatch(ScheduledEvent, DateTime)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(527,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.RoomKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(533,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableRoomOnWhenOccupied' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(539,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.OccupancyStartTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(545,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.OccupancyEndTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(551,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableSunday' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(557,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableMonday' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(563,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableTuesday' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(569,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableWednesday' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(575,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableThursday' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(581,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableFriday' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(587,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableSaturday' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(595,16): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedFactory.RoomOnToDefaultSourceWhenOccupiedFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\RoomCombinationScenario.cs(57,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomCombinationScenario.IsActive' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\RoomCombinationScenario.cs(76,29): warning CS1591: Missing XML comment for publicly visible type or member 'RoomCombinationScenario.IsActiveFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\RoomCombinationScenario.cs(82,16): warning CS1591: Missing XML comment for publicly visible type or member 'RoomCombinationScenario.RoomCombinationScenario(RoomCombinationScenarioConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\RoomCombinationScenario.cs(101,27): warning CS1591: Missing XML comment for publicly visible type or member 'RoomCombinationScenario.Activate()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\RoomCombinationScenario.cs(119,27): warning CS1591: Missing XML comment for publicly visible type or member 'RoomCombinationScenario.Deactivate()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EsentialsRoomEmergencyContactClosure.cs(12,46): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomEmergencyContactClosure.EmergencyStateChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EsentialsRoomEmergencyContactClosure.cs(23,16): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomEmergencyContactClosure.EssentialsRoomEmergencyContactClosure(string, EssentialsRoomEmergencyConfig, IEssentialsRoom)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EsentialsRoomEmergencyContactClosure.cs(98,39): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoomEmergency.EmergencyStateChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EsentialsRoomEmergencyContactClosure.cs(100,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoomEmergency.InEmergency' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(32,29): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.IsWarmingUpFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(33,29): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.IsCoolingDownFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(40,21): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.OccupancyStatusProviderIsRemote' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(42,39): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.EnvironmentalControlDevices' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(44,21): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.HasEnvironmentalControlDevices' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(52,39): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.IsWarmingFeedbackFunc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(53,39): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.IsCoolingFeedbackFunc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(65,32): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase._defaultListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(72,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.SourceListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(94,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.DestinationListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(117,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.AudioControlPointListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(140,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.CameraListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(171,20): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.ShutdownVacancySeconds' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(172,30): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.ShutdownType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(174,44): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.Emergency' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(176,57): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.MicrophonePrivacy' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(178,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.LogoUrlLightBkgnd' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(185,41): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.RoomVacancyShutdownTimer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(207,56): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.SavedVolumeLevels' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(215,16): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.EssentialsRoomBase(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(286,24): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.SetDestinationListKey(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(399,83): warning CS1573: Parameter 'timeoutMinutes' has no matching param tag in the XML comment for 'EssentialsRoomBase.SetRoomOccupancy(IOccupancyStatusProvider, int)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(482,9): warning CS1591: Missing XML comment for publicly visible type or member 'eShutdownType.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(483,9): warning CS1591: Missing XML comment for publicly visible type or member 'eShutdownType.External' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(484,9): warning CS1591: Missing XML comment for publicly visible type or member 'eShutdownType.Manual' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(485,9): warning CS1591: Missing XML comment for publicly visible type or member 'eShutdownType.Vacancy' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(488,17): warning CS1591: Missing XML comment for publicly visible type or member 'eVacancyMode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(490,9): warning CS1591: Missing XML comment for publicly visible type or member 'eVacancyMode.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(491,9): warning CS1591: Missing XML comment for publicly visible type or member 'eVacancyMode.InInitialVacancy' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(492,9): warning CS1591: Missing XML comment for publicly visible type or member 'eVacancyMode.InShutdownWarning' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(500,9): warning CS1591: Missing XML comment for publicly visible type or member 'eWarmingCoolingMode.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(501,9): warning CS1591: Missing XML comment for publicly visible type or member 'eWarmingCoolingMode.Warming' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(502,9): warning CS1591: Missing XML comment for publicly visible type or member 'eWarmingCoolingMode.Cooling' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(505,27): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomEmergencyBase' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(507,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomEmergencyBase.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(509,16): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomEmergencyBase.EssentialsRoomEmergencyBase(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(20,22): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.OnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(22,22): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.IsWarmingUpFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(23,22): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.IsCoolingDownFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(25,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.IsMobileControlEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(26,37): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.MobileControlRoomBridge' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(28,16): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.SourceListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(30,16): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.DestinationListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(32,16): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.AudioControlPointListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(34,16): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.CameraListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(36,31): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.ShutdownPromptTimer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(37,13): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.ShutdownPromptSeconds' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(38,13): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.ShutdownVacancySeconds' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(39,23): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.ShutdownType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(41,16): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.LogoUrlLightBkgnd' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(42,16): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.LogoUrlDarkBkgnd' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(44,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.StartShutdown(eShutdownType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(46,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.Shutdown()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(48,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.PowerOnToDefaultOrLastSource()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(14,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasInCallFeedback.InCallFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(22,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasDefaultDisplay.DefaultDisplay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(31,67): warning CS1591: Missing XML comment for publicly visible type or member 'IHasMultipleDisplays.Displays' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(39,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRunRouteAction.RunRouteAction(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(41,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRunRouteAction.RunRouteAction(string, string, Action)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(49,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRunDirectRouteAction.RunDirectRoute(string, string, eRoutingSignalType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(57,16): warning CS1591: Missing XML comment for publicly visible type or member 'IHasMatrixRouting.MatrixRoutingDeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(59,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasMatrixRouting.EndpointKeys' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(67,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasRoutingEndpoints.EndpointKeys' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(75,31): warning CS1591: Missing XML comment for publicly visible type or member 'IShutdownPromptTimer.ShutdownPromptTimer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(77,14): warning CS1591: Missing XML comment for publicly visible type or member 'IShutdownPromptTimer.SetShutdownPromptSeconds(int)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(79,14): warning CS1591: Missing XML comment for publicly visible type or member 'IShutdownPromptTimer.StartShutdown(eShutdownType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(87,51): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPassword.TechPasswordValidateResult' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(89,39): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPassword.TechPasswordChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(91,13): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPassword.TechPasswordLength' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(93,14): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPassword.ValidateTechPassword(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(95,14): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPassword.SetTechPassword(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(108,16): warning CS1591: Missing XML comment for publicly visible type or member 'TechPasswordEventArgs.TechPasswordEventArgs(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(119,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRunDefaultPresentRoute.RunDefaultPresentRoute()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(127,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRunDefaultCallRoute.RunDefaultCallRoute()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(135,32): warning CS1591: Missing XML comment for publicly visible type or member 'IEnvironmentalControls.EnvironmentalControlDevices' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(137,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEnvironmentalControls.HasEnvironmentalControlDevices' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(140,22): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(142,34): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy.RoomOccupancy' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(143,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy.OccupancyStatusProviderIsRemote' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(145,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy.SetRoomOccupancy(IOccupancyStatusProvider, int)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(147,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy.RoomVacatedForTimeoutPeriod(object)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(149,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy.StartRoomVacancyTimer(eVacancyMode)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(151,22): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy.VacancyMode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(153,39): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy.RoomOccupancyIsSet' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(161,37): warning CS1591: Missing XML comment for publicly visible type or member 'IEmergency.Emergency' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(169,50): warning CS1591: Missing XML comment for publicly visible type or member 'IMicrophonePrivacy.MicrophonePrivacy' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(177,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasAccessoryDevices.AccessoryDeviceKeys' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(185,16): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCiscoNavigatorTouchpanel.CiscoNavigatorTouchpanelKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\iOccupancyStatusProvider.cs(16,22): warning CS1591: Missing XML comment for publicly visible type or member 'IOccupancyStatusProvider.RoomIsOccupiedFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IRoomEventSchedule.cs(12,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomEventSchedule.AddOrUpdateScheduledEvent(ScheduledEventConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IRoomEventSchedule.cs(14,36): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomEventSchedule.GetScheduledEvents()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IRoomEventSchedule.cs(16,53): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomEventSchedule.ScheduledEventsChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Room.cs(15,24): warning CS1591: Missing XML comment for publicly visible type or member 'Room' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Room.cs(17,32): warning CS1591: Missing XML comment for publicly visible type or member 'Room.RoomIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Room.cs(18,32): warning CS1591: Missing XML comment for publicly visible type or member 'Room.IsCoolingDownFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Room.cs(19,32): warning CS1591: Missing XML comment for publicly visible type or member 'Room.IsWarmingUpFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Room.cs(42,10): warning CS1591: Missing XML comment for publicly visible type or member 'Room.Room(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Room.cs(62,47): warning CS1591: Missing XML comment for publicly visible type or member 'Room.Feedbacks' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IInputSync.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'IVideoSync.VideoSyncDetected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IInputSync.cs(17,28): warning CS1591: Missing XML comment for publicly visible type or member 'IVideoSync.VideoSyncChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IMatrixRouting.cs(10,47): warning CS1591: Missing XML comment for publicly visible type or member 'IMatrixRouting.InputSlots' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IMatrixRouting.cs(11,48): warning CS1591: Missing XML comment for publicly visible type or member 'IMatrixRouting.OutputSlots' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IMatrixRouting.cs(13,14): warning CS1591: Missing XML comment for publicly visible type or member 'IMatrixRouting.Route(string, string, eRoutingSignalType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingInputSlot.cs(8,16): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingInputSlot.TxDeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingOutputSlot.cs(11,28): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingOutputSlot.OutputSlotChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingOutputSlot.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingOutputSlot.RxDeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingOutputSlot.cs(15,59): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingOutputSlot.CurrentRoutes' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingSlot.cs(15,13): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingSlot.SlotNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingSlot.cs(17,28): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingSlot.SupportedSignalTypes' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,3): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,9): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.BackplaneOnly' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,24): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.DisplayPort' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,37): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Dvi' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,42): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Hdmi' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,48): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Rgb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,53): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Vga' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,58): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.LineAudio' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,69): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.DigitalAudio' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,83): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Sdi' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,3): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Composite' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,14): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Component' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,25): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.DmCat' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,32): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.DmMmFiber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,43): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.DmSmFiber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,54): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Speaker' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,63): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Streaming' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,74): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.UsbC' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,80): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.HdBaseT' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(10,17): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingSignalType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(12,3): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingSignalType.Audio' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(13,3): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingSignalType.Video' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(14,3): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingSignalType.AudioVideo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(15,9): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingSignalType.UsbOutput' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(16,9): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingSignalType.UsbInput' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(17,9): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingSignalType.SecondaryAudio' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\Extensions.cs(331,31): warning CS1573: Parameter 'outputPortToUse' has no matching param tag in the XML comment for 'Extensions.GetRouteToSource(IRoutingInputs, IRoutingOutputs, RoutingOutputPort, List, eRoutingSignalType, int, RouteDescriptor, RoutingInputPort, RoutingOutputPort)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\Extensions.cs(332,139): warning CS1573: Parameter 'sourcePort' has no matching param tag in the XML comment for 'Extensions.GetRouteToSource(IRoutingInputs, IRoutingOutputs, RoutingOutputPort, List, eRoutingSignalType, int, RouteDescriptor, RoutingInputPort, RoutingOutputPort)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRmcRouting.cs(8,21): warning CS1591: Missing XML comment for publicly visible type or member 'IRmcRouting.AudioVideoSourceNumericFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRouting.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'IRouting.ExecuteSwitch(object, object, eRoutingSignalType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingFeedback.cs(13,53): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingFeedback.NumericSwitchChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingHasVideoInputSyncFeedbacks.cs(20,36): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingHasVideoInputSyncFeedbacks.VideoInputSyncFeedbacks' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingInputs.cs(11,43): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingInputs.InputPorts' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingNumeric.cs(8,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingNumeric.ExecuteNumericSwitch(ushort, ushort, eRoutingSignalType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingOutputs.cs(12,44): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingOutputs.OutputPorts' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingSinkWithSwitching.cs(15,8): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingSinkWithSwitching.ExecuteSwitch(object)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingSinkWithSwitching.cs(23,40): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingSinkWithSwitchingWithInputPort.InputChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RouteDescriptorCollection.cs(14,49): warning CS1591: Missing XML comment for publicly visible type or member 'RouteDescriptorCollection.DefaultCollection' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RouteDescriptorCollection.cs(60,32): warning CS1591: Missing XML comment for publicly visible type or member 'RouteDescriptorCollection.GetRouteDescriptorForDestinationAndInputPort(IRoutingInputs, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(24,34): warning CS1573: Parameter 'key' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(24,58): warning CS1573: Parameter 'type' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(24,91): warning CS1573: Parameter 'connType' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(35,34): warning CS1573: Parameter 'key' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs, bool)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(35,58): warning CS1573: Parameter 'type' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs, bool)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(35,91): warning CS1573: Parameter 'connType' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs, bool)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(36,11): warning CS1573: Parameter 'selector' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs, bool)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(36,36): warning CS1573: Parameter 'parent' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs, bool)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\CrestronGlobalSecretsProvider.cs(25,16): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGlobalSecretsProvider.CrestronGlobalSecretsProvider(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\CrestronLocalSecretsProvider.cs(27,16): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronLocalSecretsProvider.CrestronLocalSecretsProvider(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\CrestronSecret.cs(14,32): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronSecret.Provider' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\CrestronSecret.cs(15,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronSecret.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\CrestronSecret.cs(17,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronSecret.Value' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\CrestronSecret.cs(19,16): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronSecret.CrestronSecret(string, string, ISecretProvider)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\SecretsManager.cs(10,25): warning CS1591: Missing XML comment for publicly visible type or member 'SecretsManager' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\SecretsManager.cs(12,59): warning CS1591: Missing XML comment for publicly visible type or member 'SecretsManager.Secrets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\SecretsPropertiesConfig.cs(18,23): warning CS1591: Missing XML comment for publicly visible type or member 'SecretsPropertiesConfig.Provider' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\SecretsPropertiesConfig.cs(20,23): warning CS1591: Missing XML comment for publicly visible type or member 'SecretsPropertiesConfig.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(11,36): warning CS1591: Missing XML comment for publicly visible type or member 'IShades.Shades' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(19,14): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenCloseStop.Open()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(20,14): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenCloseStop.Close()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(21,14): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenCloseStop.Stop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(24,22): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenClosePreset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(26,14): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenClosePreset.RecallPreset(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(27,14): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenClosePreset.SavePreset(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(28,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenClosePreset.StopOrPresetButtonLabel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(30,28): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenClosePreset.PresetSaved' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(39,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesRaiseLowerFeedback.ShadeIsLoweringFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(40,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesRaiseLowerFeedback.ShadeIsRaisingFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(48,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenClosedFeedback.ShadeIsOpenFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(49,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenClosedFeedback.ShadeIsClosedFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(57,8): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesStopOrMove.OpenOrStop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(58,8): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesStopOrMove.CloseOrStop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(59,8): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesStopOrMove.OpenCloseOrStop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(67,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesStopFeedback.IsStoppedFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(75,8): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesPosition.SetPosition(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(83,15): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesFeedback.PositionFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(91,8): warning CS1591: Missing XML comment for publicly visible type or member 'ISceneFeedback.Run()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(92,16): warning CS1591: Missing XML comment for publicly visible type or member 'ISceneFeedback.AllAreAtSceneFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(95,19): warning CS1591: Missing XML comment for publicly visible type or member 'ICrestronBasicShade' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\ShadeBase.cs(14,27): warning CS1591: Missing XML comment for publicly visible type or member 'ShadeBase' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\ShadeBase.cs(16,16): warning CS1591: Missing XML comment for publicly visible type or member 'ShadeBase.ShadeBase(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\ShadeBase.cs(24,30): warning CS1591: Missing XML comment for publicly visible type or member 'ShadeBase.Open()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\ShadeBase.cs(25,30): warning CS1591: Missing XML comment for publicly visible type or member 'ShadeBase.Stop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\ShadeBase.cs(26,30): warning CS1591: Missing XML comment for publicly visible type or member 'ShadeBase.Close()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SigHelper.cs(21,46): warning CS1573: Parameter 'act' has no matching param tag in the XML comment for 'SigHelper.Pressed(Sig, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectDPad.cs(37,10): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectDPad.SmartObjectDPad(SmartObject, bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectDynamicList.cs(20,23): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectDynamicList.SigNameScrollToItem' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectDynamicList.cs(21,23): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectDynamicList.SigNameSetNumberOfItems' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectDynamicList.cs(28,17): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectDynamicList.Count' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectHelperBase.cs(29,10): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectHelperBase.SmartObjectHelperBase(SmartObject, bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectHelperBase.cs(40,4): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectHelperBase.~SmartObjectHelperBase()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(25,24): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.Digit1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(26,24): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.Digit2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(27,24): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.Digit3' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(28,24): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.Digit4' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(33,24): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.Digit6' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(34,24): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.Digit7' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(35,24): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.Digit8' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(53,10): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.SmartObjectNumeric(SmartObject, bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SubpageReferencList\SubpageReferenceList.cs(34,17): warning CS1591: Missing XML comment for publicly visible type or member 'SubpageReferenceList.Count' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SubpageReferencList\SubpageReferenceList.cs(39,17): warning CS1591: Missing XML comment for publicly visible type or member 'SubpageReferenceList.MaxDefinedItems' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SubpageReferencList\SubpageReferenceList.cs(59,34): warning CS1591: Missing XML comment for publicly visible type or member 'SubpageReferenceList.SRL' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SubpageReferencList\SubpageReferenceList.cs(60,53): warning CS1591: Missing XML comment for publicly visible type or member 'SubpageReferenceList.Items' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SubpageReferencList\SubpageReferenceList.cs(62,10): warning CS1591: Missing XML comment for publicly visible type or member 'SubpageReferenceList.SubpageReferenceList(BasicTriListWithSmartObject, uint, uint, uint, uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SubpageReferencList\SubpageReferenceListItem.cs(20,18): warning CS1591: Missing XML comment for publicly visible type or member 'SubpageReferenceListItem.Index' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SubpageReferencList\SubpageReferenceListItem.cs(22,10): warning CS1591: Missing XML comment for publicly visible type or member 'SubpageReferenceListItem.SubpageReferenceListItem(uint, SubpageReferenceList)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\CountdownTimer.cs(17,46): warning CS1591: Missing XML comment for publicly visible type or member 'SecondsCountdownTimer.HasStarted' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\CountdownTimer.cs(18,46): warning CS1591: Missing XML comment for publicly visible type or member 'SecondsCountdownTimer.HasFinished' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\CountdownTimer.cs(19,46): warning CS1591: Missing XML comment for publicly visible type or member 'SecondsCountdownTimer.WasCancelled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(30,16): warning CS1591: Missing XML comment for publicly visible type or member 'RetriggerableTimer.RetriggerableTimer(string, DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(101,26): warning CS1572: XML comment has a param tag for 'o', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(102,50): warning CS1573: Parameter 'action' has no matching param tag in the XML comment for 'RetriggerableTimer.TimerElapsedCallback(object)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(148,21): warning CS1591: Missing XML comment for publicly visible type or member 'RetriggerableTimerPropertiesConfig.StartTimerOnActivation' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(151,21): warning CS1591: Missing XML comment for publicly visible type or member 'RetriggerableTimerPropertiesConfig.TimerIntervalMs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(154,75): warning CS1591: Missing XML comment for publicly visible type or member 'RetriggerableTimerPropertiesConfig.Events' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(156,16): warning CS1591: Missing XML comment for publicly visible type or member 'RetriggerableTimerPropertiesConfig.RetriggerableTimerPropertiesConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(167,9): warning CS1591: Missing XML comment for publicly visible type or member 'eRetriggerableTimerEvents.Elapsed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(168,9): warning CS1591: Missing XML comment for publicly visible type or member 'eRetriggerableTimerEvents.Stopped' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(176,16): warning CS1591: Missing XML comment for publicly visible type or member 'RetriggerableTimerFactory.RetriggerableTimerFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(181,42): warning CS1591: Missing XML comment for publicly visible type or member 'RetriggerableTimerFactory.BuildDevice(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(14,50): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.ControlProperties' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(20,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.IpId' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(26,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.DefaultRoomKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(32,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.RoomListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(38,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.SgdFile' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(44,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.ProjectName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(47,22): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.ShowVolumeGauge' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(50,22): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.UsesSplashPage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(53,22): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.ShowDate' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(56,22): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.ShowTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(62,40): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.Setup' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(68,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.HeaderStyle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(71,22): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.IncludeInFusionRoomHealth' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(74,22): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.ScreenSaverTimeoutMin' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(77,22): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.ScreenSaverMovePositionIntervalMs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(87,16): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.CrestronTouchpanelPropertiesConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(89,16): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.CrestronTouchpanelPropertiesConfig(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(116,21): warning CS1591: Missing XML comment for publicly visible type or member 'UiSetupPropertiesConfig.IsVisible' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Interfaces.cs(15,37): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBasicTriListWithSmartObject.Panel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(30,21): warning CS1591: Missing XML comment for publicly visible type or member 'HabaneroKeyboardController.IsVisible' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(32,23): warning CS1591: Missing XML comment for publicly visible type or member 'HabaneroKeyboardController.DotComButtonString' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(448,23): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardControllerPressEventArgs.Text' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(454,16): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardControllerPressEventArgs.KeyboardControllerPressEventArgs(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(459,16): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardControllerPressEventArgs.KeyboardControllerPressEventArgs(KeyboardSpecialKey)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(470,9): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardSpecialKey.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(470,19): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardSpecialKey.Backspace' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(470,30): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardSpecialKey.Clear' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(470,37): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardSpecialKey.GoButton' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(470,47): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardSpecialKey.SecondaryButton' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Mpc3Touchpanel.cs(22,10): warning CS1591: Missing XML comment for publicly visible type or member 'Mpc3TouchpanelController.Mpc3TouchpanelController(string, string, CrestronControlSystem, Dictionary)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Mpc3Touchpanel.cs(352,52): warning CS1591: Missing XML comment for publicly visible type or member 'KeypadButton.EventTypes' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Mpc3Touchpanel.cs(355,31): warning CS1591: Missing XML comment for publicly visible type or member 'KeypadButton.Feedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Mpc3Touchpanel.cs(357,10): warning CS1591: Missing XML comment for publicly visible type or member 'KeypadButton.KeypadButton()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Mpc3Touchpanel.cs(373,17): warning CS1591: Missing XML comment for publicly visible type or member 'KeypadButtonFeedback.DeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Mpc3Touchpanel.cs(376,17): warning CS1591: Missing XML comment for publicly visible type or member 'KeypadButtonFeedback.FeedbackName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(116,20): warning CS1572: XML comment has a param tag for 'timeMs', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(117,20): warning CS1572: XML comment has a param tag for 'decreasingGauge', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(120,63): warning CS1573: Parameter 'title' has no matching param tag in the XML comment for 'ModalDialog.PresentModalDialog(uint, string, string, string, string, string, bool, bool, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(120,77): warning CS1573: Parameter 'iconName' has no matching param tag in the XML comment for 'ModalDialog.PresentModalDialog(uint, string, string, string, string, string, bool, bool, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(121,11): warning CS1573: Parameter 'message' has no matching param tag in the XML comment for 'ModalDialog.PresentModalDialog(uint, string, string, string, string, string, bool, bool, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(121,27): warning CS1573: Parameter 'button1Text' has no matching param tag in the XML comment for 'ModalDialog.PresentModalDialog(uint, string, string, string, string, string, bool, bool, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(122,11): warning CS1573: Parameter 'button2Text' has no matching param tag in the XML comment for 'ModalDialog.PresentModalDialog(uint, string, string, string, string, string, bool, bool, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(122,29): warning CS1573: Parameter 'showGauge' has no matching param tag in the XML comment for 'ModalDialog.PresentModalDialog(uint, string, string, string, string, string, bool, bool, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(122,45): warning CS1573: Parameter 'showCancel' has no matching param tag in the XML comment for 'ModalDialog.PresentModalDialog(uint, string, string, string, string, string, bool, bool, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\TriListExtensions.cs(47,31): warning CS1591: Missing XML comment for publicly visible type or member 'SigAndTriListExtensions.SetSigTrueAction(BasicTriList, uint, Action)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\TriListExtensions.cs(218,31): warning CS1591: Missing XML comment for publicly visible type or member 'SigAndTriListExtensions.ClearBoolSigAction(BasicTriList, uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\TriListExtensions.cs(311,25): warning CS1591: Missing XML comment for publicly visible type or member 'SigAndTriListExtensions.SetString(BasicTriList, uint, string, eStringEncoding)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\TriListBridges\HandlerBridge.cs(12,24): warning CS1591: Missing XML comment for publicly visible type or member 'HandlerBridge' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\BlurayPageManager.cs(13,10): warning CS1591: Missing XML comment for publicly visible type or member 'DiscPlayerMediumPageManager.DiscPlayerMediumPageManager(IDiscPlayerControls, BasicTriListWithSmartObject)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(13,24): warning CS1591: Missing XML comment for publicly visible type or member 'PageManager.ActiveJoins' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(15,24): warning CS1591: Missing XML comment for publicly visible type or member 'PageManager.Show()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(17,24): warning CS1591: Missing XML comment for publicly visible type or member 'PageManager.Hide()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(41,10): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultPageManager.DefaultPageManager(IUiDisplayInfo, BasicTriList)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(47,10): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultPageManager.DefaultPageManager(uint, BasicTriList)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(76,41): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.TriList' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(77,18): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.LeftSubpageJoin' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(78,18): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.BackingPageJoin' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(79,20): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.AllLeftSubpages' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(80,18): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.DisplayUiType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(82,13): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.MediumLeftSwitchablePageManager(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(87,18): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.InterlockLeftSubpage(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(95,18): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.ClearLeftInterlock()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(101,18): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.GetOffsetJoin()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\SetTopBoxThreePanelPageManager.cs(17,41): warning CS1591: Missing XML comment for publicly visible type or member 'ThreePanelPlusOnePageManager.TriList' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\SetTopBoxTwoPanelPageManager.cs(15,10): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxMediumPageManager.SetTopBoxMediumPageManager(ISetTopBoxControls, BasicTriListWithSmartObject)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\SinglePageManager.cs(15,10): warning CS1591: Missing XML comment for publicly visible type or member 'SinglePageManager.SinglePageManager(uint, BasicTriList)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Utilities\ActionSequence.cs(33,16): warning CS1591: Missing XML comment for publicly visible type or member 'ActionSequence.ActionSequence(string, DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Utilities\ActionSequence.cs(130,51): warning CS1591: Missing XML comment for publicly visible type or member 'ActionSequencePropertiesConfig.ActionSequence' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Utilities\ActionSequence.cs(132,16): warning CS1591: Missing XML comment for publicly visible type or member 'ActionSequencePropertiesConfig.ActionSequencePropertiesConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Utilities\ActionSequence.cs(147,20): warning CS1591: Missing XML comment for publicly visible type or member 'SequencedDeviceActionWrapper.DelayMs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Utilities\ActionSequence.cs(155,16): warning CS1591: Missing XML comment for publicly visible type or member 'ActionSequenceFactory.ActionSequenceFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Utilities\ActionSequence.cs(160,42): warning CS1591: Missing XML comment for publicly visible type or member 'ActionSequenceFactory.BuildDevice(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(17,21): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusFuncsWrapper.HasVideoStatusFunc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(18,21): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusFuncsWrapper.HdcpActiveFeedbackFunc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(19,23): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusFuncsWrapper.HdcpStateFeedbackFunc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(20,23): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusFuncsWrapper.VideoResolutionFeedbackFunc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(21,21): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusFuncsWrapper.VideoSyncFeedbackFunc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(23,10): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusFuncsWrapper.VideoStatusFuncsWrapper()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(46,25): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusOutputs.HdcpStateFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(47,25): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusOutputs.VideoResolutionFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(48,23): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusOutputs.VideoSyncFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(59,10): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusOutputs.VideoStatusOutputs(VideoStatusFuncsWrapper)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\EssentialsWebApiFactory.cs(13,10): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsWebApiFactory.EssentialsWebApiFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\EssentialsWebApiHelpers.cs(10,22): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsWebApiHelpers' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\EssentialsWebApiPropertiesConfig.cs(14,17): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsWebApiPropertiesConfig.BasePath' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\AppDebugRequestHandler.cs(93,30): warning CS1591: Missing XML comment for publicly visible type or member 'AppDebug.MinimumLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\DebugSessionRequestHandler.cs(21,16): warning CS1591: Missing XML comment for publicly visible type or member 'DebugSessionRequestHandler.DebugSessionRequestHandler()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\DoNotLoadConfigOnNextBootRequestHandler.cs(91,15): warning CS1591: Missing XML comment for publicly visible type or member 'Data.DoNotLoadConfigOnNextBoot' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutesHandler.cs(16,16): warning CS1591: Missing XML comment for publicly visible type or member 'GetRoutesHandler.GetRoutesHandler(HttpCwsRouteCollection, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutesHandler.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'GetRoutesHandler.HandleGet(HttpCwsContext)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutesHandler.cs(56,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoutesResponseObject.Url' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutesHandler.cs(62,39): warning CS1591: Missing XML comment for publicly visible type or member 'RoutesResponseObject.Routes' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutingPortsHandler.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'GetRoutingPortsHandler.GetRoutingPortsHandler()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutingPortsHandler.cs(17,33): warning CS1591: Missing XML comment for publicly visible type or member 'GetRoutingPortsHandler.HandleGet(HttpCwsContext)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetTieLinesRequestHandler.cs(14,16): warning CS1591: Missing XML comment for publicly visible type or member 'GetTieLinesRequestHandler.GetTieLinesRequestHandler()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetTieLinesRequestHandler.cs(16,33): warning CS1591: Missing XML comment for publicly visible type or member 'GetTieLinesRequestHandler.HandleGet(HttpCwsContext)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(198,15): warning CS1591: Missing XML comment for publicly visible type or member 'SetDeviceStreamDebugConfig' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(204,17): warning CS1591: Missing XML comment for publicly visible type or member 'SetDeviceStreamDebugConfig.DeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(210,17): warning CS1591: Missing XML comment for publicly visible type or member 'SetDeviceStreamDebugConfig.Setting' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(216,14): warning CS1591: Missing XML comment for publicly visible type or member 'SetDeviceStreamDebugConfig.Timeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(218,10): warning CS1591: Missing XML comment for publicly visible type or member 'SetDeviceStreamDebugConfig.SetDeviceStreamDebugConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\License\EssentialsLicenseManager.cs(16,24): warning CS1591: Missing XML comment for publicly visible type or member 'LicenseManager' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\License\EssentialsLicenseManager.cs(31,13): warning CS1591: Missing XML comment for publicly visible type or member 'LicenseManager.LicenseManager()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\License\EssentialsLicenseManager.cs(39,29): warning CS1591: Missing XML comment for publicly visible type or member 'LicenseManager.GetStatusString()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\License\EssentialsLicenseManager.cs(94,29): warning CS1591: Missing XML comment for publicly visible type or member 'MockEssentialsLicenseManager.GetStatusString()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Plugins\PluginLoader.cs(201,26): warning CS1572: XML comment has a param tag for 'filename', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Plugins\PluginLoader.cs(206,57): warning CS1573: Parameter 'name' has no matching param tag in the XML comment for 'PluginLoader.CheckIfAssemblyLoaded(string)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsHuddleVtc1PropertiesConfig.cs(16,17): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsHuddleVtc1PropertiesConfig.DefaultDisplayKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsNDisplayRoomPropertiesConfig.cs(15,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsNDisplayRoomPropertiesConfig.DefaultAudioBehavior' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsNDisplayRoomPropertiesConfig.cs(17,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsNDisplayRoomPropertiesConfig.DefaultVideoBehavior' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsNDisplayRoomPropertiesConfig.cs(19,73): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsNDisplayRoomPropertiesConfig.Displays' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsNDisplayRoomPropertiesConfig.cs(21,16): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsNDisplayRoomPropertiesConfig.EssentialsNDisplayRoomPropertiesConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsPresentationPropertiesConfig.cs(18,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPresentationRoomPropertiesConfig.DefaultVideoBehavior' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsPresentationPropertiesConfig.cs(19,29): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPresentationRoomPropertiesConfig.DisplayKeys' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsPresentationPropertiesConfig.cs(20,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPresentationRoomPropertiesConfig.SourceListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsPresentationPropertiesConfig.cs(21,21): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPresentationRoomPropertiesConfig.HasDsp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsPresentationPropertiesConfig.cs(23,16): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPresentationRoomPropertiesConfig.EssentialsPresentationRoomPropertiesConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomEmergencyConfig.cs(33,21): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomEmergencyTriggerConfig.TriggerOnClose' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(20,43): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomScheduledEventsConfig.ScheduledEvents' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(32,23): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(38,23): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(41,47): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Days' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(47,23): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Time' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(53,42): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Actions' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(59,21): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Persistent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(65,21): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Acknowledgeable' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(71,21): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Enable' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(56,43): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsTechRoomConfig.ScheduledEvents' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(77,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsTechRoomConfig.HelpMessage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(88,16): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsTechRoomConfig.EssentialsTechRoomConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsVolumeLevelConfig.cs(15,44): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomVolumesConfig.Program' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsVolumeLevelConfig.cs(16,44): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomVolumesConfig.AudioCallRx' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsVolumeLevelConfig.cs(17,44): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomVolumesConfig.AudioCallTx' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(15,17): warning CS1591: Missing XML comment for publicly visible type or member 'SimplRoomPropertiesConfig.RoomPhoneNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(20,17): warning CS1591: Missing XML comment for publicly visible type or member 'SimplRoomPropertiesConfig.RoomURI' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(25,31): warning CS1591: Missing XML comment for publicly visible type or member 'SimplRoomPropertiesConfig.SpeedDials' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(30,23): warning CS1591: Missing XML comment for publicly visible type or member 'SimplRoomPropertiesConfig.VolumeSliderNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(42,17): warning CS1591: Missing XML comment for publicly visible type or member 'SimplSpeedDial.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(47,17): warning CS1591: Missing XML comment for publicly visible type or member 'SimplSpeedDial.Number' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CommFactory.cs(254,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(8,2): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\IRPortHelper.cs(237,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(36,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(25,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(31,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(37,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(43,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(49,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\AudioControlListItemBase.cs(16,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CameraListItem.cs(12,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CameraListItem.cs(55,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DestinationListItem.cs(55,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(417,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(472,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(512,5): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\LevelControlListItem.cs(77,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(306,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(313,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(341,5): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(371,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(379,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(387,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(413,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(555,5): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(14,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(19,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(39,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(45,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(875,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(881,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(887,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(893,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(908,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(914,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(921,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(927,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(933,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(939,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(947,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(953,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(959,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(965,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetBase.cs(19,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetBase.cs(27,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetBase.cs(35,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetBase.cs(43,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(19,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(25,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(31,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(43,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(49,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(524,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(530,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(536,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(542,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(548,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(554,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(560,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(566,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(572,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(578,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(584,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\RoomCombinationScenario.cs(73,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsHuddleVtc1PropertiesConfig.cs(13,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(17,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(29,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(35,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(44,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(50,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(56,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(62,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(68,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(17,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(53,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(62,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(74,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(83,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(12,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(17,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(22,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(27,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(39,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(44,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(7,5): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(11,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(17,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(23,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(29,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(35,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(41,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(59,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(65,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Mpc3Touchpanel.cs(370,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Utilities\ActionSequence.cs(144,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(97,2): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\EssentialsWebApiPropertiesConfig.cs(11,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\AppDebugRequestHandler.cs(90,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\DoNotLoadConfigOnNextBootRequestHandler.cs(88,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutesHandler.cs(53,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutesHandler.cs(59,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutingPortsHandler.cs(68,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutingPortsHandler.cs(74,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(201,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(207,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(213,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] + PepperDash.Essentials.Core -> C:\_Working\Essentials\src\PepperDash.Essentials.Core\bin\Debug\net472\PepperDash_Essentials_Core.dll + Successfully created package 'C:\_Working\Essentials\output\PepperDash.Essentials.Core.2.19.4-local.nupkg'. +C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\Cameras\Interfaces\CameraSelectedEventArgs.cs(16,13): warning CS1570: XML comment has badly formed XML -- 'End tag was not expected at this location.' [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\Cameras\Interfaces\IHasCodecCameras.cs(8,41): warning CS0618: 'IHasCameras' is obsolete: 'Use IHasCamerasWithControls instead. This interface will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\Room\IEssentialsHuddleSpaceRoom.cs(9,68): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\Room\IEssentialsHuddleVtc1Room.cs(12,67): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\VideoCodec\MockVC\MockVC.cs(682,35): warning CS0618: 'CameraSelectedEventArgs' is obsolete: 'Use CameraSelectedEventArgs instead. This class will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\VideoCodec\MockVC\MockVC.cs(705,50): warning CS0618: 'CameraSelectedEventArgs' is obsolete: 'Use CameraSelectedEventArgs instead. This class will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\Generic\GenericSink.cs(126,47): warning CS0067: The event 'GenericSink.InputChanged' is never used [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] + PepperDash.Essentials.Devices.Common -> C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\bin\Debug\net472\Essentials Devices Common.dll +C:\Users\emeyer\AppData\Local\Temp\MSBuildTemp\tmp2b69c731bfaa429fa4880240b8f5ae6b.tmp(247,13): warning CS0162: Unreachable code detected [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] + Successfully created package 'C:\_Working\Essentials\output\PepperDash.Essentials.Devices.Common.2.19.4-local.nupkg'. +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasCurrentSourceInfoMessenger.cs(13,26): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasCurrentSourceInfoMessenger.cs(15,79): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(437,64): warning CS0618: 'CameraSelectedEventArgs' is obsolete: 'Use CameraSelectedEventArgs instead. This class will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(455,26): warning CS0618: 'IHasCameras' is obsolete: 'Use IHasCamerasWithControls instead. This interface will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(770,46): warning CS0618: 'IHasCameras' is obsolete: 'Use IHasCamerasWithControls instead. This interface will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(16,23): warning CS1591: Missing XML comment for publicly visible type or member 'SourceSelectMessageContent.SourceListItemKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(21,23): warning CS1591: Missing XML comment for publicly visible type or member 'SourceSelectMessageContent.SourceListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(34,23): warning CS1591: Missing XML comment for publicly visible type or member 'DirectRoute.SourceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(39,23): warning CS1591: Missing XML comment for publicly visible type or member 'DirectRoute.DestinationKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(44,35): warning CS1591: Missing XML comment for publicly visible type or member 'DirectRoute.SignalType' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceInfoMessenger.cs(98,27): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceInfoStateMessage.DeviceInfo' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(176,23): warning CS1591: Missing XML comment for publicly visible type or member 'VolumeStateMessage.Volume' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(185,21): warning CS1591: Missing XML comment for publicly visible type or member 'Volume.Level' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(188,22): warning CS1591: Missing XML comment for publicly visible type or member 'Volume.HasMute' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(191,22): warning CS1591: Missing XML comment for publicly visible type or member 'Volume.Muted' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(197,23): warning CS1591: Missing XML comment for publicly visible type or member 'Volume.Label' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(203,23): warning CS1591: Missing XML comment for publicly visible type or member 'Volume.RawValue' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(207,35): warning CS1591: Missing XML comment for publicly visible type or member 'Volume.Units' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IBasicVideoMuteWithFeedbackMessenger.cs(84,21): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVideoMuteWithFeedbackMessage.VideoMuteState' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ICommunicationMonitorMessenger.cs(16,16): warning CS1591: Missing XML comment for publicly visible type or member 'ICommunicationMonitorMessenger.ICommunicationMonitorMessenger(string, string, ICommunicationMonitor)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ICommunicationMonitorMessenger.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'ICommunicationMonitorMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ICommunicationMonitorMessenger.cs(70,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommunicationMonitorState.CommunicationMonitor' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ICommunicationMonitorMessenger.cs(74,18): warning CS1591: Missing XML comment for publicly visible type or member 'CommunicationMonitorProps' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IDspPresetsMessenger.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'IDspPresetsMessenger.IDspPresetsMessenger(string, string, IDspPresets)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IDspPresetsMessenger.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'IDspPresetsMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IDspPresetsMessenger.cs(58,45): warning CS1591: Missing XML comment for publicly visible type or member 'IHasDspPresetsStateMessage.Presets' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasCurrentSourceInfoMessenger.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCurrentSourceInfoMessenger.IHasCurrentSourceInfoMessenger(string, string, IHasCurrentSourceInfoChange)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasCurrentSourceInfoMessenger.cs(20,33): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCurrentSourceInfoMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasInputsMessenger.cs(29,33): warning CS1591: Missing XML comment for publicly visible type or member 'IHasInputsMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasInputsMessenger.cs(97,29): warning CS1591: Missing XML comment for publicly visible type or member 'IHasInputsStateMessage.Inputs' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasInputsMessenger.cs(106,50): warning CS1591: Missing XML comment for publicly visible type or member 'Inputs.Items' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasInputsMessenger.cs(112,21): warning CS1591: Missing XML comment for publicly visible type or member 'Inputs.CurrentItem' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasScheduleAwarenessMessenger.cs(20,16): warning CS1591: Missing XML comment for publicly visible type or member 'IHasScheduleAwarenessMessenger.IHasScheduleAwarenessMessenger(string, IHasScheduleAwareness, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasScheduleAwarenessMessenger.cs(28,33): warning CS1591: Missing XML comment for publicly visible type or member 'IHasScheduleAwarenessMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHumiditySensor.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'IHumiditySensorMessenger.IHumiditySensorMessenger(string, IHumiditySensor, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHumiditySensor.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'IHumiditySensorMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ILevelControlsMessenger.cs(17,16): warning CS1591: Missing XML comment for publicly visible type or member 'ILevelControlsMessenger.ILevelControlsMessenger(string, string, ILevelControls)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ILevelControlsMessenger.cs(22,33): warning CS1591: Missing XML comment for publicly visible type or member 'ILevelControlsMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ILevelControlsMessenger.cs(91,43): warning CS1591: Missing XML comment for publicly visible type or member 'LevelControlStateMessage.Levels' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ILevelControlsMessenger.cs(103,23): warning CS1591: Missing XML comment for publicly visible type or member 'LevelControlRequestMessage.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ILevelControlsMessenger.cs(106,24): warning CS1591: Missing XML comment for publicly visible type or member 'LevelControlRequestMessage.Level' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(19,16): warning CS1591: Missing XML comment for publicly visible type or member 'IMatrixRoutingMessenger.IMatrixRoutingMessenger(string, string, IMatrixRouting)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(24,33): warning CS1591: Missing XML comment for publicly visible type or member 'IMatrixRoutingMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(103,50): warning CS1591: Missing XML comment for publicly visible type or member 'MatrixStateMessage.Outputs' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(106,49): warning CS1591: Missing XML comment for publicly visible type or member 'MatrixStateMessage.Inputs' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(117,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.TxDeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(120,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.SlotNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(124,36): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.SupportedSignalTypes' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(127,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(130,22): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(134,22): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.VideoSyncDetected' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(137,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(139,16): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.RoutingInput(IRoutingInputSlot)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(153,16): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingOutput.RoutingOutput(IRoutingOutputSlot)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(159,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingOutput.RxDeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(162,49): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingOutput.CurrentRoutes' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(165,20): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingOutput.SlotNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(169,35): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingOutput.SupportedSignalTypes' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(172,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingOutput.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(175,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingOutput.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(187,23): warning CS1591: Missing XML comment for publicly visible type or member 'MatrixRouteRequest.OutputKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(193,23): warning CS1591: Missing XML comment for publicly visible type or member 'MatrixRouteRequest.InputKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(199,35): warning CS1591: Missing XML comment for publicly visible type or member 'MatrixRouteRequest.RouteType' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IRunRouteActionMessenger.cs(20,16): warning CS1591: Missing XML comment for publicly visible type or member 'RunRouteActionMessenger.RunRouteActionMessenger(string, IRunRouteAction, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IRunRouteActionMessenger.cs(37,33): warning CS1591: Missing XML comment for publicly visible type or member 'RunRouteActionMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ISelectableItemsMessenger.cs(34,33): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItemsMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IShutdownPromptTimerMessenger.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShutdownPromptTimerMessenger.IShutdownPromptTimerMessenger(string, string, IShutdownPromptTimer)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IShutdownPromptTimerMessenger.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'IShutdownPromptTimerMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ISwitchedOutputMessenger.cs(16,16): warning CS1591: Missing XML comment for publicly visible type or member 'ISwitchedOutputMessenger.ISwitchedOutputMessenger(string, ISwitchedOutput, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ISwitchedOutputMessenger.cs(22,33): warning CS1591: Missing XML comment for publicly visible type or member 'ISwitchedOutputMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITechPasswordMessenger.cs(14,16): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPasswordMessenger.ITechPasswordMessenger(string, string, ITechPassword)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITechPasswordMessenger.cs(20,33): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPasswordMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITechPasswordMessenger.cs(75,21): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPasswordStateMessage.TechPasswordLength' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITechPasswordMessenger.cs(84,22): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPasswordEventMessage.IsValid' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITemperatureSensorMessenger.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'ITemperatureSensorMessenger.ITemperatureSensorMessenger(string, ITemperatureSensor, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITemperatureSensorMessenger.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'ITemperatureSensorMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\LightingBaseMessenger.cs(16,16): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingScenesMessenger.ILightingScenesMessenger(string, ILightingScenes, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\LightingBaseMessenger.cs(34,33): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingScenesMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\PressAndHoldHandler.cs(88,52): warning CS1591: Missing XML comment for publicly visible type or member 'PressAndHoldHandler.GetPressAndHoldHandler(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\RoomEventScheduleMessenger.cs(19,16): warning CS1591: Missing XML comment for publicly visible type or member 'RoomEventScheduleMessenger.RoomEventScheduleMessenger(string, string, IRoomEventSchedule)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\RoomEventScheduleMessenger.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'RoomEventScheduleMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\RoomEventScheduleMessenger.cs(90,43): warning CS1591: Missing XML comment for publicly visible type or member 'RoomEventScheduleStateMessage.ScheduleEvents' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ShadeBaseMessenger.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenCloseStopMessenger.IShadesOpenCloseStopMessenger(string, IShadesOpenCloseStop, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ShadeBaseMessenger.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenCloseStopMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ShadeBaseMessenger.cs(106,22): warning CS1591: Missing XML comment for publicly visible type or member 'ShadeBaseStateMessage.IsOpen' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ShadeBaseMessenger.cs(109,22): warning CS1591: Missing XML comment for publicly visible type or member 'ShadeBaseStateMessage.IsClosed' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\SystemMonitorMessenger.cs(18,16): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorMessenger.SystemMonitorMessenger(string, SystemMonitorController, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\SystemMonitorMessenger.cs(85,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\TwoWayDisplayBaseMessenger.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'TwoWayDisplayBaseMessenger.TwoWayDisplayBaseMessenger(string, string, TwoWayDisplayBase)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\TwoWayDisplayBaseMessenger.cs(37,33): warning CS1591: Missing XML comment for publicly visible type or member 'TwoWayDisplayBaseMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(165,26): warning CS1572: XML comment has a param tag for 'appServerController', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(789,32): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseMessenger.SendFullStatus(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(939,42): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.Calls' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(942,23): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.CameraMode' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(945,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.CameraSelfViewIsOn' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(951,29): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.Cameras' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(954,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.CameraSupportsAutoMode' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(957,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.CameraSupportsOffMode' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(981,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.HasCameras' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(984,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.HasDirectory' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(987,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.HasDirectorySearch' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(990,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.HasPresets' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(993,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.HasRecents' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(996,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.InitialPhonebookSyncComplete' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1006,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.IsInCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1009,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.IsReady' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1012,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.IsZoomRoom' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1029,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.PrivacyModeIsOn' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1032,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.ReceivingContent' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1035,56): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.RecentCalls' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1038,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.SharingContentIsOn' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1048,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.ShowCamerasWhenNotInCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1051,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.ShowSelfViewByDefault' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1054,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.StandbyIsOn' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1057,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.SupportsAdHocMeeting' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1066,22): warning CS1591: Missing XML comment for publicly visible type or member 'CameraStatus.CameraManualIsSupported' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1069,22): warning CS1591: Missing XML comment for publicly visible type or member 'CameraStatus.CameraAutoIsSupported' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1072,22): warning CS1591: Missing XML comment for publicly visible type or member 'CameraStatus.CameraOffIsSupported' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1116,22): warning CS1591: Missing XML comment for publicly visible type or member 'Camera.IsFarEnd' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1132,22): warning CS1591: Missing XML comment for publicly visible type or member 'CameraCapabilities.CanPan' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1135,22): warning CS1591: Missing XML comment for publicly visible type or member 'CameraCapabilities.CanTilt' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1138,22): warning CS1591: Missing XML comment for publicly visible type or member 'CameraCapabilities.CanZoom' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1141,22): warning CS1591: Missing XML comment for publicly visible type or member 'CameraCapabilities.CanFocus' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlMessage.cs(16,23): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlMessage.Type' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlMessage.cs(22,23): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlMessage.ClientId' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlMessage.cs(28,23): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlMessage.Content' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlSimpleContent.cs(14,18): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSimpleContent.Value' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(13,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.QrCodeUrl' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.PortalSystemUrl' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(33,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.MasterVolume' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.VolumeJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(53,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.PrivacyMute' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.PromptForCode' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(73,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ClientJoined' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(83,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ActivityPhoneCallEnable' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(93,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ActivityVideoCallEnable' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(103,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ActivityShare' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(113,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ActivityPhoneCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(123,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ActivityVideoCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(133,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ShutdownPromptDuration' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(143,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ShutdownCancel' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(153,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ShutdownEnd' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(163,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ShutdownStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(173,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceHasChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(183,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.CurrentSourceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(194,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ConfigIsLocal' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(204,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.NumberOfAuxFaders' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(214,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SpeedDialNameStartJoin' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(224,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SpeedDialNumberStartJoin' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(234,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SpeedDialVisibleStartJoin' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(244,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.RoomIsOn' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(254,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.UserCodeToSystem' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(264,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ServerUrl' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(274,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ConfigRoomName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(284,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ConfigHelpMessage' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(294,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ConfigHelpNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(304,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ConfigRoomPhoneNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(314,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ConfigRoomUri' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(324,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ApiOnlineAndAuthorized' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(334,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ConfigIsReady' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(344,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ReadyForConfig' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(354,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.HideVideoConfRecents' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(364,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ShowCameraWhenNotInCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(374,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.UseSourceEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(385,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceShareDisableJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(395,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceIsEnabledJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(405,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceIsControllableJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(415,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceIsAudioSourceJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(426,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceNameJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(436,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceIconJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(446,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceKeyJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(456,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceControlDeviceKeyJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(466,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceTypeJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(476,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.CameraNearNameStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(486,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.CameraFarName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(497,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SupportsAdvancedSharing' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(507,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.UseDestinationEnable' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(518,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.UserCanChangeShareMode' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(528,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.DestinationNameJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(538,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.DestinationDeviceKeyJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(548,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.DestinationTypeJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(558,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.DestinationIsEnabledJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(568,16): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.MobileControlSIMPLRoomJoinMap(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRunDirectRouteActionJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRunDirectRouteActionJoinMap.AdvancedSharingModeFb' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRunDirectRouteActionJoinMap.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRunDirectRouteActionJoinMap.AdvancedSharingModeOn' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRunDirectRouteActionJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRunDirectRouteActionJoinMap.AdvancedSharingModeOff' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRunDirectRouteActionJoinMap.cs(41,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRunDirectRouteActionJoinMap.AdvancedSharingModeToggle' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRunDirectRouteActionJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRunDirectRouteActionJoinMap.SourceForDestinationJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRunDirectRouteActionJoinMap.cs(61,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRunDirectRouteActionJoinMap.SourceForDestinationAudio' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRunDirectRouteActionJoinMap.cs(70,16): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRunDirectRouteActionJoinMap.MobileControlSIMPLRunDirectRouteActionJoinMap(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.EndCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(22,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.IncomingAnswer' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(32,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.IncomingReject' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(42,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.SpeedDialStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(52,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.CurrentDialString' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(62,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.CurrentCallNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(72,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.CurrentCallName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(82,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.HookState' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(92,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.CallDirection' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(102,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.IncomingCallName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(112,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.IncomingCallNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(122,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf0' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(132,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf1' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(142,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf2' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(152,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf3' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(162,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf4' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(172,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf5' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(182,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf6' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(192,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf7' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(202,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf8' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(212,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf9' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(222,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.DtmfStar' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(232,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.DtmfPound' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.EndCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(22,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.IncomingCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(32,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.IncomingAnswer' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(42,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.IncomingReject' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(52,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.SpeedDialStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(62,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectorySearchBusy' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(72,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryLineSelected' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(82,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryEntryIsContact' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(92,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryIsRoot' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(102,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DDirectoryHasChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(112,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryRoot' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(122,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryFolderBack' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(132,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryDialSelectedLine' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(142,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraTiltUp' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(152,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraTiltDown' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(162,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraPanLeft' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(172,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraPanRight' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(182,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraZoomIn' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(192,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraZoomOut' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(202,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraPresetStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(212,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraModeAuto' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(222,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraModeManual' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(232,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraModeOff' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(242,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraSelfView' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(252,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraLayout' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(262,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraSupportsAutoMode' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(272,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraSupportsOffMode' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(282,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraNumberSelect' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(292,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectorySelectRow' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(302,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryRowCount' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(312,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CurrentDialString' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(322,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CurrentCallName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(332,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CurrentCallNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(342,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.HookState' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(352,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CallDirection' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(362,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.IncomingCallName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(372,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.IncomingCallNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(382,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectorySearchString' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(392,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryEntriesStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(402,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryEntrySelectedName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(412,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryEntrySelectedNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(422,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectorySelectedFolderName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(432,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf1' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(442,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf2' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(452,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf3' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(462,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf4' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(472,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf5' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(482,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf6' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(492,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf7' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(502,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf8' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(512,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf9' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(522,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf0' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(532,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DtmfStar' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(542,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DtmfPound' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(551,16): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.SIMPLVtcJoinMap(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\DisplayBaseMessenger.cs(18,16): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayBaseMessenger.DisplayBaseMessenger(string, string, DisplayBase)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\DisplayBaseMessenger.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayBaseMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IChannelMessenger.cs(14,16): warning CS1591: Missing XML comment for publicly visible type or member 'IChannelMessenger.IChannelMessenger(string, string, IChannel)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IChannelMessenger.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'IChannelMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IColorMessenger.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'IColorMessenger.IColorMessenger(string, string, IColor)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IColorMessenger.cs(18,33): warning CS1591: Missing XML comment for publicly visible type or member 'IColorMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IDPadMessenger.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'IDPadMessenger.IDPadMessenger(string, string, IDPad)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IDPadMessenger.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'IDPadMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IDvrMessenger.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'IDvrMessenger.IDvrMessenger(string, string, IDvr)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IDvrMessenger.cs(18,33): warning CS1591: Missing XML comment for publicly visible type or member 'IDvrMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IHasPowerMessenger.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPowerMessenger.IHasPowerMessenger(string, string, IHasPowerControl)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IHasPowerMessenger.cs(18,33): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPowerMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\INumericMessenger.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypadMessenger.INumericKeypadMessenger(string, string, INumericKeypad)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\INumericMessenger.cs(18,33): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypadMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\ISetTopBoxControlsMessenger.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxControlsMessenger.ISetTopBoxControlsMessenger(string, string, ISetTopBoxControls)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\ISetTopBoxControlsMessenger.cs(18,33): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxControlsMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\ISetTopBoxControlsMessenger.cs(38,18): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControlsState' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\ITransportMessenger.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'ITransportMessenger.ITransportMessenger(string, string, ITransport)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\ITransportMessenger.cs(18,33): warning CS1591: Missing XML comment for publicly visible type or member 'ITransportMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(13,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(18,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(31,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(36,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(41,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceMessageBase.cs(14,5): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(173,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(194,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(200,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ICommunicationMonitorMessenger.cs(67,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IEssentialsRoomCombinerMessenger.cs(157,13): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IEssentialsRoomCombinerMessenger.cs(163,13): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasInputsMessenger.cs(94,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasInputsMessenger.cs(109,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ILevelControlsMessenger.cs(100,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(184,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(190,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(196,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ISelectableItemsMessenger.cs(90,17): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITechPasswordMessenger.cs(90,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITechPasswordMessenger.cs(96,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\RoomEventScheduleMessenger.cs(87,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(948,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlMessage.cs(13,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlMessage.cs(19,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlMessage.cs(25,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlSimpleContent.cs(11,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] + PepperDash.Essentials.MobileControl.Messengers -> C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\bin\Debug\net472\mobile-control-messengers.dll +C:\Users\emeyer\AppData\Local\Temp\MSBuildTemp\tmp1b1b67c6482c405da9e2be1b9ff5784c.tmp(247,13): warning CS0162: Unreachable code detected [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] + Successfully created package 'C:\_Working\Essentials\output\PepperDash.Essentials.MobileControl.Messengers.2.19.4-local.nupkg'. +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(1022,27): warning CS0612: 'eSourceListItemDestinationTypes' is obsolete [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(1109,43): warning CS0612: 'eSourceListItemDestinationTypes' is obsolete [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(143,25): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(372,25): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(531,41): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(531,80): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(726,52): warning CS0612: 'eSourceListItemDestinationTypes' is obsolete [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(729,29): warning CS0618: 'IHasMultipleDisplays' is obsolete: 'Will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\MobileControlSystemController.cs(772,35): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\MobileControlSystemController.cs(996,35): warning CS0618: 'IHasCameras' is obsolete: 'Use IHasCamerasWithControls instead. This interface will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\MobileControlSystemController.cs(1000,45): warning CS0618: 'IHasCamerasMessenger' is obsolete: 'Use IHasCamerasWithControlsMessenger instead. This class will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] + PepperDash.Essentials.MobileControl -> C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\bin\Debug\net472\epi-essentials-mobile-control.dll +C:\Users\emeyer\AppData\Local\Temp\MSBuildTemp\tmp188f3502ffb844058dab0f3eb45ab6a9.tmp(247,13): warning CS0162: Unreachable code detected [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] + Successfully created package 'C:\_Working\Essentials\output\PepperDash.Essentials.MobileControl.2.19.4-local.nupkg'. + PepperDash.Essentials -> C:\_Working\Essentials\src\PepperDash.Essentials\bin\Debug\net472\PepperDashEssentials.dll + Successfully created package 'C:\_Working\Essentials\output\PepperDashEssentials.2.19.4-local.nupkg'. + +Build succeeded. + +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(306,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(390,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(409,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(415,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(439,7): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(446,5): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(360,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(400,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(464,5): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(468,6): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(475,5): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(413,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(491,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(495,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(319,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(324,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(329,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(342,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(347,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(352,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(375,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(389,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(392,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(402,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(411,33): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(431,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(438,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(403,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(408,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(413,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(426,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(431,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(436,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(459,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(473,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(476,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(486,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(495,33): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(515,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(522,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(249,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(475,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(280,17): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(286,21): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(296,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(497,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(504,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(559,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(326,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(330,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(367,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(381,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(386,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(581,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(588,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(389,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(395,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(422,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(529,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(534,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(540,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(556,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(443,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(447,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(454,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(567,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(470,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(474,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(585,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(591,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(600,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(625,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(633,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(482,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(494,25): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(498,25): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(501,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(504,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericUdpServer.cs(186,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(443,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(448,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(453,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(466,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(471,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(476,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(499,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(513,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(516,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(526,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(535,33): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(555,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(562,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(647,21): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(688,33): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(695,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(547,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(615,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(621,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(629,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(649,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericUdpServer.cs(216,17): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericUdpServer.cs(222,21): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericUdpServer.cs(229,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(714,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(598,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(605,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(572,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(733,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient_ForServer.cs(747,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(403,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(626,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(633,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(702,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericUdpServer.cs(264,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericUdpServer.cs(280,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(596,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(611,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(617,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(632,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(636,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(720,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(726,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(735,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(659,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(760,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(768,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(782,21): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(695,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(714,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(503,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(515,25): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(519,25): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(522,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(525,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(494,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpClient.cs(499,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(660,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(666,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(674,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(694,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(765,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(771,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(780,13): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(805,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(813,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(827,21): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(823,33): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(830,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(731,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(751,29): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(770,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(780,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(788,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(849,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(868,33): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(875,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(819,8): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(829,7): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(837,6): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(868,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient_ForServer.cs(881,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(894,21): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(913,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(926,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(918,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(959,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(986,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(1007,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericTcpIpServer.cs(1013,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(568,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(593,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(617,29): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(632,25): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(638,17): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplGenericMaster.cs(74,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(653,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(657,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(61,4): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(73,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(86,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(93,4): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplGenericMaster.cs(89,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplGenericMaster.cs(95,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplGenericMaster.cs(101,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplGenericMaster.cs(108,7): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplGenericMaster.cs(112,7): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplGenericMaster.cs(119,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(128,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(151,21): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(156,21): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(162,21): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(175,21): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(680,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(92,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(215,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(221,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(226,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(233,25): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(238,25): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplFileMaster.cs(284,25): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(149,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(155,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(160,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(167,7): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(172,7): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplPortalFileMaster.cs(186,7): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(111,4): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(720,6): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(742,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(762,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(782,29): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(801,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(806,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(813,5): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplMaster.cs(140,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(121,4): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(131,4): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(275,13): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(286,13): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(298,13): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(308,13): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(319,13): warning CS0618: 'Debug.Console(uint, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(144,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(150,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(850,29): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(861,25): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(874,21): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(991,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(210,4): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(214,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(237,7): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(263,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(269,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(82,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(95,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(100,6): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(106,6): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(112,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(1032,13): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(124,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(131,7): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(135,8): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(150,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(1059,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(117,4): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(171,4): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(173,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(174,4): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\PasswordManagement\PasswordManager.cs(176,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(346,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\JsonToSimpl\JsonToSimplChildObjectBase.cs(354,5): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(131,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(135,4): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(1080,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpServer.cs(1086,17): warning CS0618: 'Debug.Console(uint, IKeyed, Debug.ErrorLogLevel, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(156,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugContext.cs(265,25): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(175,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(201,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(207,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(213,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(217,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(218,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(220,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\WebApi\Presets\WebApiPasscodeClient.cs(186,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\WebApi\Presets\WebApiPasscodeClient.cs(198,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\WebApi\Presets\WebApiPasscodeClient.cs(211,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(239,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(245,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(252,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(253,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(255,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(142,13): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(53,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(64,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(75,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(86,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(97,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(108,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(119,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(130,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\RequestHandlers\WebApiBaseRequestAsyncHandler.cs(141,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(276,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(280,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(281,5): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Web\WebApiServer.cs(283,6): warning CS0618: 'Debug.Console(uint, IKeyed, string, params object[])' is obsolete: 'Use LogMessage methods, Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(157,21): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(166,29): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(171,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(173,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(204,21): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(206,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(209,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(213,17): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\DebugWebsocketSink.cs(222,13): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Logging\Debug.cs(1147,13): warning CS0618: 'Debug.Console(uint, string, params object[])' is obsolete: 'Use LogMessage methods. Will be removed in 2.2.0 and later versions' [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericUdpServer.cs(41,70): warning CS0067: The event 'GenericUdpServer.ConnectionChange' is never used [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSecureTcpIpClient.cs(26,70): warning CS0067: The event 'GenericSecureTcpIpClient.BytesReceived' is never used [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Core\Comm\GenericSshClient.cs(154,22): warning CS0414: The field 'GenericSshClient.disconnectLogged' is assigned but its value is never used [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\Users\emeyer\AppData\Local\Temp\MSBuildTemp\tmpebab10959e3c45408a7115335fa2a8b9.tmp(247,13): warning CS0162: Unreachable code detected [C:\_Working\Essentials\src\PepperDash.Core\PepperDash.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomConfig.cs(288,13): warning CS1570: XML comment has badly formed XML -- 'End tag was not expected at this location.' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\BridgeBase.cs(38,36): warning CS0618: 'BridgeApi' is obsolete: 'Will be removed in v3.0.0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsNDisplayRoomPropertiesConfig.cs(19,27): warning CS0612: 'eSourceListItemDestinationTypes' is obsolete [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\SourceListItem.cs(141,21): warning CS0612: 'eSourceListItemDestinationTypes' is obsolete [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\EssentialsPluginDevelopmentDeviceFactory.cs(5,99): warning CS0618: 'IPluginDevelopmentDeviceFactory' is obsolete: 'This interface is obsolete and will be removed in a future version. Use IPluginDeviceFactory instead and check Global.IsRunningDevelopmentVersion to determine if the Essentials framework is in development mode.' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingSink.cs(8,53): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsNDisplayRoomPropertiesConfig.cs(23,39): warning CS0612: 'eSourceListItemDestinationTypes' is obsolete [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Plugins\PluginLoader.cs(491,49): warning CS0618: 'IPluginDevelopmentDeviceFactory' is obsolete: 'This interface is obsolete and will be removed in a future version. Use IPluginDeviceFactory instead and check Global.IsRunningDevelopmentVersion to determine if the Essentials framework is in development mode.' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\GenericRelayDevice.cs(32,34): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\GenericRelayDevice.cs(44,34): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IrOutputPortController.cs(54,22): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IrOutputPortController.cs(68,28): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolFeedbackOneShot.cs(47,15): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolFeedbackPulseExtender.cs(58,15): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(28,13): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\InUseTracking.cs(33,20): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\InUseTracking.cs(34,25): warning CS0618: 'IntFeedback.IntFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(52,32): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\IEssentialsRoomFusionController.cs(527,25): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(80,23): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\EssentialsPartitionController.cs(106,44): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\EssentialsPartitionController.cs(133,44): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(105,32): warning CS0618: 'IntFeedback.IntFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(106,36): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(108,43): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(109,35): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(110,40): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(111,41): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(113,36): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(114,29): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(115,30): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(116,33): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(118,26): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(119,23): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\RoomCombinationScenario.cs(98,32): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\EssentialsRoomCombiner.cs(108,36): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(247,26): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(249,35): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(250,37): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\EssentialsRoomCombiner.cs(253,17): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingFeedbackManager.cs(221,34): warning CS0618: 'IHasMultipleDisplays' is obsolete: 'Will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(684,42): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(687,42): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(691,21): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(695,21): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(698,27): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(699,39): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(700,34): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(701,46): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(702,49): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(542,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(548,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(553,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(558,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(563,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(568,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(573,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(578,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(583,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(588,21): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(593,38): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\IEssentialsRoomFusionController.cs(1672,38): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(73,30): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\IEssentialsRoomFusionController.cs(1726,49): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\CountdownTimer.cs(74,33): warning CS0618: 'BoolFeedback.BoolFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\CountdownTimer.cs(76,37): warning CS0618: 'StringFeedback.StringFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\CountdownTimer.cs(96,40): warning CS0618: 'IntFeedback.IntFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\CountdownTimer.cs(99,17): warning CS0618: 'IntFeedback.IntFeedback(Func)' is obsolete: 'use constructor with Key parameter. This constructor will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\IEssentialsRoomFusionController.cs(47,54): warning CS0649: Field 'IEssentialsRoomFusionController.FusionRemoteOccSensor' is never assigned to, and will always have its default value null [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(91,64): warning CS0067: The event 'GenericHttpClient.BytesReceived' is never used [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(114,63): warning CS0067: The event 'GenericHttpClient.TextReceived' is never used [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\BridgeHelper.cs(13,28): warning CS1591: Missing XML comment for publicly visible type or member 'BridgeHelper.PrintJoinMap(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.IsInSession' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.HdmiVideoSync' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.AutomaticInputRoutingEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.VideoOut' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.ErrorFB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.NumberOfUsersConnectedFB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.LoginCode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.ConnectionAddressFB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.HostnameFB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AirMediaControllerJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'AirMediaControllerJoinMap.SerialNumberFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AppleTvJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'AppleTvJoinMap.UpArrow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AppleTvJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'AppleTvJoinMap.DnArrow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AppleTvJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'AppleTvJoinMap.LeftArrow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AppleTvJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'AppleTvJoinMap.RightArrow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AppleTvJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'AppleTvJoinMap.Menu' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AppleTvJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'AppleTvJoinMap.Select' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\AppleTvJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'AppleTvJoinMap.PlayPause' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\C2nRthsControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'C2nRthsControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\C2nRthsControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'C2nRthsControllerJoinMap.TemperatureFormat' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\C2nRthsControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'C2nRthsControllerJoinMap.Temperature' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\C2nRthsControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'C2nRthsControllerJoinMap.Humidity' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\C2nRthsControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'C2nRthsControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.TiltUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(13,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.TiltDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.PanLeft' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(17,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.PanRight' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.ZoomIn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.ZoomOut' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(24,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(26,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.PowerOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(28,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.PowerOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.NumberOfPresets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(33,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.PresetRecallStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.PresetLabelStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(37,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.PresetSaveStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(40,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.CameraModeAuto' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(42,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.CameraModeManual' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(44,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.CameraModeOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.SupportsCameraModeAuto' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(49,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.SupportsCameraModeOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CameraControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'CameraControllerJoinMap.SupportsPresets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(13,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.Online' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(17,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.ForceOccupied' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.ForceVacant' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(25,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.EnableRawStates' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(29,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.RoomOccupiedFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(33,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.GraceOccupancyDetectedFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(37,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.RoomVacantFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(41,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.RawOccupancyFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(45,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.RawOccupancyPirFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(49,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.RawOccupancyUsFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(53,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.IdentityMode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(57,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.IdentityModeFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(61,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.EnableLedFlash' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(65,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DisableLedFlash' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(69,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.EnableShortTimeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(73,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DisableShortTimeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(77,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.OrWhenVacated' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(81,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.AndWhenVacated' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(85,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.EnableUsA' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(89,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DisableUsA' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(93,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.EnableUsB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(97,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DisableUsB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(101,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.EnablePir' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(105,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DisablePir' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(109,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.IncrementUsInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(113,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DecrementUsInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(117,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.IncrementUsInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(121,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DecrementUsInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(125,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.IncrementPirInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(129,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DecrementPirInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(133,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.IncrementPirInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(137,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.DecrementPirInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(145,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.Timeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(149,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.TimeoutLocalFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(153,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.InternalPhotoSensorValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(157,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.UsSensitivityInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(161,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.UsSensitivityInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(165,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.PirSensitivityInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(169,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.PirSensitivityInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\CenOdtOccupancySensorBaseJoinMap.cs(177,33): warning CS1591: Missing XML comment for publicly visible type or member 'CenOdtOccupancySensorBaseJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.PowerOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.PowerOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.IsTwoWayDisplay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.VolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.VolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.VolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.VolumeMute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.VolumeMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.VolumeMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.InputSelectOffset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.InputNamesOffset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.InputSelect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.ButtonVisibilityOffset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DisplayControllerJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(10,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(14,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.VideoSyncStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(18,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.InputEndpointOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(22,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.OutputEndpointOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(26,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.TxAdvancedIsPresent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(30,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.OutputVideo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(34,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.HdcpSupportState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(38,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.HdcpSupportCapability' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(42,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.InputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(46,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.OutputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(50,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.OutputCurrentVideoInputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmBladeChassisControllerJoinMap.cs(54,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmBladeChassisControllerJoinMap.InputCurrentResolution' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.EnableAudioBreakaway' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.EnableUsbBreakaway' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.SystemId' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.VideoSyncStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.InputEndpointOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputEndpointOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.TxAdvancedIsPresent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputDisabledByHdcp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputVideo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputAudio' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(71,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputUsb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(75,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.InputUsb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(79,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.HdcpSupportState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(83,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.HdcpSupportCapability' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(87,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.InputStreamCardState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(91,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputStreamCardState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(95,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.NoRouteName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(99,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.InputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(103,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(106,63): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.InputVideoNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(116,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.InputAudioNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(125,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputVideoNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(134,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputAudioNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(144,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputCurrentVideoInputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(148,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.OutputCurrentAudioInputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmChassisControllerJoinMap.cs(152,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmChassisControllerJoinMap.InputCurrentResolution' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MasterVolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(16,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MasterVolumeLevelScaled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(20,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MixerPresetRecall' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(24,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MixerEqPresetRecall' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(28,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MasterVolumeMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(32,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MasterVolumeMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(36,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MasterVolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(40,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MasterVolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(44,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MasterVolumeLevelScaledSend' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(48,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.SourceVolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(52,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.SourceVolumeLevelScaled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(56,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.SourceVolumeMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(60,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.SourceVolumeMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(64,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.SourceVolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(68,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.SourceVolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(72,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.SourceVolumeLevelScaledSend' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(76,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec1VolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(80,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec1VolumeLevelScaled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(84,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec1VolumeMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(88,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec1VolumeMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(92,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec1VolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(96,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec1VolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(100,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec1VolumeLevelScaledSend' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(104,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec2VolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(108,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec2VolumeLevelScaled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(112,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec2VolumeMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(116,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec2VolumeMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(120,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec2VolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(124,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec2VolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(128,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.Codec2VolumeLevelScaledSend' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(132,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MicsMasterVolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(136,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MicsMasterVolumeLevelScaled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(140,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MicsMasterVolumeMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(144,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MicsMasterVolumeMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(148,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MicsMasterVolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(152,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MicsMasterVolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsAudioOutputControllerJoinMap.cs(156,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsAudioOutputControllerJoinMap.MicsMasterVolumeLevelScaledSend' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsMicrophoneControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsMicrophoneControllerJoinMap.MicGain' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsMicrophoneControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsMicrophoneControllerJoinMap.MicGainScaled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsMicrophoneControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsMicrophoneControllerJoinMap.MicMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsMicrophoneControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsMicrophoneControllerJoinMap.MicMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsMicrophoneControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsMicrophoneControllerJoinMap.MicGainScaledSend' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsMicrophoneControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsMicrophoneControllerJoinMap.MicName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.EnableRouting' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.SystemPowerOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.SystemPowerOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.FrontPanelLockOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.FrontPanelLockOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.VideoSyncStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.InputEndpointOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputEndpointOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputVideo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputAudio' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.InputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.InputVideoNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(69,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.InputAudioNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(78,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputVideoNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(87,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputAudioNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(97,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputCurrentVideoInputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(101,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.OutputCurrentAudioInputNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmpsRoutingControllerJoinMap.cs(105,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmpsRoutingControllerJoinMap.InputCurrentResolution' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.VideoMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.VideoMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.VideoMuteToggle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.CurrentOutputResolution' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.EdidManufacturer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.EdidName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.EdidPrefferedTiming' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.EdidSerialNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.AudioVideoSource' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.HdcpSupportCapability' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.Port1HdcpState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.Port2HdcpState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.HdmiInputSync' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmRmcControllerJoinMap.cs(71,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmRmcControllerJoinMap.HdcpInputPortCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.VideoSyncStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.FreeRunEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.Input1VideoSyncStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.Input2VideoSyncStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.Input3VideoSyncStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.CurrentInputResolution' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.VideoInput' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.AudioInput' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.HdcpSupportCapability' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.Port1HdcpState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.Port2HdcpState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.VgaBrightness' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.VgaContrast' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(71,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.Port3HdcpState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\DmTxControllerJoinMap.cs(75,33): warning CS1591: Missing XML comment for publicly visible type or member 'DmTxControllerJoinMap.HdcpInputPortCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(5,23): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(8,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Play' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(22,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Stop' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(36,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Pause' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(50,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ForwardScan' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(64,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ReverseScan' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(78,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ForwardSkip' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(92,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ReverseSkip' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(106,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Record' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(120,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Power' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(134,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(148,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(162,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(176,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp3' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(190,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp4' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(204,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp5' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(218,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp6' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(232,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp7' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(246,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp8' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(260,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Kp9' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(288,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Enter' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(302,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ChannelUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(316,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ChannelDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(330,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpStar' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(344,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpPound' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(372,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.PowerOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(386,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.PowerOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(400,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.PlayPause' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(414,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Last' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(428,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Home' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(442,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Back' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(457,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Guide' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(471,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Info' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(485,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Menu' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(499,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.DpadUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(513,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.DpadDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(527,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.DpadLeft' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(541,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.DpadRight' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(555,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.DpadSelect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(569,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Options' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(583,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Return' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(597,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.Dvr' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(612,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.OnDemand' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(627,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.PageUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(641,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.PageDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(655,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ForwardSearch' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(669,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.ReverseSearch' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(683,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.TrackPlus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(697,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.TrackMinus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(711,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpA' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(725,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(739,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpC' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(753,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpD' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(767,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpRed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(781,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpGreen' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(795,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpYellow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(809,28): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.KpBlue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericIrControllerJoinMap.cs(822,11): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerJoinMap.GenericIrControllerJoinMap(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(30,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.Enable' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(44,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.PartitionSensed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(58,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.PartitionNotSensed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(72,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.IncreaseSensitivity' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(86,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.DecreaseSensitivity' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(104,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.Sensitivity' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsPartitionSensorJoinMap.cs(123,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsPartitionSensorJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(13,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SendDtmfToSpecificCallIndex' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(41,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(55,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(69,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf3' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(83,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf4' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(97,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf5' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(111,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf6' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(125,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf7' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(139,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf8' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(153,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf9' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(167,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Dtmf0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(181,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DtmfStar' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(195,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DtmfPound' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(209,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.EndAllCalls' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(223,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.HookState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(237,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SpeedDialStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(251,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.IncomingCall' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(265,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.IncomingAnswer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(279,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.IncomingReject' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(293,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ManualDial' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(307,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DialPhone' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(321,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.PhoneHookState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(335,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.HangUpPhone' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(349,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.EndCallStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(363,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.JoinAllCalls' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(377,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.JoinCallStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(391,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectorySearchBusy' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(406,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryEntryIsContact' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(420,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryLineSelected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(434,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryIsRoot' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(448,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryHasChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(462,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryRoot' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(476,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryFolderBack' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(490,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryDialSelectedLine' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(504,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryDisableAutoDialSelectedLine' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(518,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryDialSelectedContactMethod' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(532,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryClearSelected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(547,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraTiltUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(561,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraTiltDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(575,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraPanLeft' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(589,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraPanRight' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(603,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraZoomIn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(617,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraZoomOut' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(631,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraFocusNear' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(645,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraFocusFar' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(659,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraFocusAuto' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(673,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraPresetSave' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(687,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraModeAuto' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(701,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraModeManual' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(715,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraModeOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(729,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraSelfView' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(743,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraLayout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(757,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraSupportsAutoMode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(771,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraSupportsOffMode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(785,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.UpdateMeetings' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(799,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DialMeetingStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(813,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.MicMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(827,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.MicMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(841,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.MicMuteToggle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(855,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(869,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(883,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VolumeMuteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(897,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VolumeMuteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(911,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VolumeMuteToggle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(925,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.RemoveSelectedRecentCallItem' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(939,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DialSelectedRecentCallItem' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(953,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SourceShareStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(967,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SourceShareEnd' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(981,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SourceShareAutoStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(995,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.RecievingContent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1009,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelfviewPosition' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1023,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.HoldAllCalls' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1037,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.HoldCallsStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1051,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ResumeCallsStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1065,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.MultiSiteOptionIsEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1079,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.AutoAnswerEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1093,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ParticipantAudioMuteToggleStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1107,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ParticipantVideoMuteToggleStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1121,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ParticipantPinToggleStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1143,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.MeetingsToDisplay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1157,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelectCall' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1172,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ConnectedCallCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1186,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.MinutesBeforeMeetingStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1200,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraNumberSelect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1214,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1228,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryRowCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1242,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectorySelectRow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1257,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelectedContactMethodCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1271,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelectContactMethod' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1285,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectorySelectRowFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1301,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraPresetSelect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1315,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.FarEndPresetSelect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1329,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ParticipantCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1343,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.MeetingCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1357,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1371,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelectRecentCallItem' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1385,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.RecentCallOccurrenceType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1399,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.RecentCallCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1419,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CurrentDialString' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1433,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.PhoneDialString' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1447,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CurrentCallData' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1461,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CallDirection' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1475,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.IncomingCallName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1489,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.IncomingCallNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1504,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectorySearchString' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1518,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryEntries' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1532,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.Schedule' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1546,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.ContactMethods' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1560,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraPresetNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1574,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CurrentLayoutStringFb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1588,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.AvailableLayoutsFb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1602,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelectLayout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1618,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CurrentParticipants' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1632,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CameraNamesFb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1646,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelectedRecentCallName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1660,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelectedRecentCallNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1674,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.RecentCallNamesStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1688,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.RecentCallTimesStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1702,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.CurrentSource' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1716,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SelfviewPositionFb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1730,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DeviceIpAddresss' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1744,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SipPhoneNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1758,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.E164Alias' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1772,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.H323Id' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1786,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.SipUri' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1800,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryEntrySelectedName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1814,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectoryEntrySelectedNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1828,27): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.DirectorySelectedFolderName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1844,10): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VideoCodecControllerJoinMap(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\VideoCodecControllerJoinMap.cs(1849,10): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecControllerJoinMap.VideoCodecControllerJoinMap(uint, Type)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericLightingJoinMap.cs(13,33): warning CS1591: Missing XML comment for publicly visible type or member 'GenericLightingJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericLightingJoinMap.cs(17,33): warning CS1591: Missing XML comment for publicly visible type or member 'GenericLightingJoinMap.SelectScene' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericLightingJoinMap.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'GenericLightingJoinMap.SelectSceneDirect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericLightingJoinMap.cs(25,33): warning CS1591: Missing XML comment for publicly visible type or member 'GenericLightingJoinMap.ButtonVisibility' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericLightingJoinMap.cs(29,33): warning CS1591: Missing XML comment for publicly visible type or member 'GenericLightingJoinMap.IntegrationIdSet' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GenericRelayControllerJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'GenericRelayControllerJoinMap.Relay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.ForceOccupied' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.ForceVacant' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.EnableRawStates' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.RoomOccupiedFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.GraceOccupancyDetectedFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.RoomVacantFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.RawOccupancyFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.RawOccupancyPirFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.RawOccupancyUsFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.EnableLedFlash' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DisableLedFlash' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.EnableShortTimeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DisableShortTimeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.OrWhenVacated' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(71,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.AndWhenVacated' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(75,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.EnableUsA' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(79,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DisableUsA' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(83,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.EnableUsB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(87,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DisableUsB' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(91,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.EnablePir' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(95,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DisablePir' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(99,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.IncrementUsInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(103,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DecrementUsInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(107,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.IncrementUsInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(111,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DecrementUsInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(115,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.IncrementPirInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(119,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DecrementPirInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(123,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.IncrementPirInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(127,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.DecrementPirInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(131,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.Timeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(135,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.TimeoutLocalFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(139,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.InternalPhotoSensorValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(143,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.ExternalPhotoSensorValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(147,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.UsSensitivityInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(151,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.UsSensitivityInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(155,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.PirSensitivityInOccupiedState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(159,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.PirSensitivityInVacantState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\GlsOccupancySensorBaseJoinMap.cs(163,33): warning CS1591: Missing XML comment for publicly visible type or member 'GlsOccupancySensorBaseJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.EnableAutoRoute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.InputName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.InputSync' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.OutputName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.OutputRoute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.OutputRoutedName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.EnableInputHdcp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.DisableInputHdcp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdNxM4kEControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdNxM4kEControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(16,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.RemoteEndDetected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(20,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.AutoRouteOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(24,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.AutoRouteOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(28,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.PriorityRoutingOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(32,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.PriorityRoutingOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(36,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.InputOnScreenDisplayEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(40,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.InputOnScreenDisplayDisabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(44,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.SyncDetected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(48,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.VideoSource' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(52,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.SourceCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdMdxxxCEControllerJoinMap.cs(56,33): warning CS1591: Missing XML comment for publicly visible type or member 'HdMdxxxCEControllerJoinMap.SourceNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(15,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.EnableAutoRoute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(30,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.InputSync' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(45,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.EnableInputHdcp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(60,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.DisableInputHdcp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(75,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(94,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.OutputRoute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(113,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(128,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.InputName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(143,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.OutputName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\HdPsXxxControllerJoinMap.cs(158,27): warning CS1591: Missing XML comment for publicly visible type or member 'HdPsXxxControllerJoinMap.OutputRoutedName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Power' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Menu' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Guide' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Info' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.VolumeUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.VolumeDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.DialPadUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.DialPadDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.DialPadLeft' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.DialPadRight' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.DialPadSelect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.ChannelUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.ChannelDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Mute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Exit' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(71,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Last' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(75,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Play' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(79,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Pause' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(83,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Rewind' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(87,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.FastForward' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(91,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.PreviousTrack' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(95,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.NextTrack' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(99,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Stop' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(103,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Record' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(107,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Dvr' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(111,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(115,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(119,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad3Def' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(123,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad4Ghi' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(127,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad5Jkl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(131,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad6Mno' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(135,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad7Pqrs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(139,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad8Tuv' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(143,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad9Wxyz' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(147,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Keypad0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(151,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Clear' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(155,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Enter' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(159,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Red' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(163,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Green' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(167,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Yellow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(171,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Blue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(175,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(179,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(183,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom3' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(187,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom4' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(191,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom5' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(195,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom6' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(199,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom7' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(203,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom8' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(207,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Custom9' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(211,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Fav' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(215,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.Home' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(219,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.BatteryLow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(223,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.BatteryCritical' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\Hrxxx0WirelessRemoteControllerJoinMap.cs(227,33): warning CS1591: Missing XML comment for publicly visible type or member 'Hrxxx0WirelessRemoteControllerJoinMap.BatteryVoltage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IAnalogInputJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'IAnalogInputJoinMap.InputValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IAnalogInputJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'IAnalogInputJoinMap.MinimumChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IBasicCommunicationJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicCommunicationJoinMap.TextReceived' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IBasicCommunicationJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicCommunicationJoinMap.SendText' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IBasicCommunicationJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicCommunicationJoinMap.SetPortConfig' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IBasicCommunicationJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicCommunicationJoinMap.Connect' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IBasicCommunicationJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicCommunicationJoinMap.Connected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IBasicCommunicationJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicCommunicationJoinMap.Status' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IDigitalInputJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'IDigitalInputJoinMap.InputState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IDigitalOutputJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'IDigitalOutputJoinMap.OutputState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.PowerOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.PowerOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.PowerToggle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Up' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Down' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Left' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Right' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Select' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Menu' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Exit' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit3' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(71,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit4' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(75,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit5' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(79,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit6' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(83,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit7' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(87,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit8' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(91,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Digit9' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(95,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.KeypadClear' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(99,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.KeypadEnter' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(103,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.ChannelUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(107,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.ChannelDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(111,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.LastChannel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(115,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Guide' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(119,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Info' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(123,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Red' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(127,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Green' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(131,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Yellow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(135,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Blue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(140,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Play' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(144,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Pause' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(148,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Stop' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(152,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.FFwd' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(156,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Rewind' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(160,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.ChapPlus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(164,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.ChapMinus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(168,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Replay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(172,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Record' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(176,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.HasKeypadAccessoryButton1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(180,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.HasKeypadAccessoryButton2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(184,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.KeypadAccessoryButton1Press' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(188,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.KeypadAccessoryButton2Press' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(192,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(196,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.KeypadAccessoryButton1Label' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\IRBlurayBaseJoinMap.cs(200,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRBlurayBaseJoinMap.KeypadAccessoryButton2Label' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.Online' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.OutletCount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.OutletName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.OutletEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.OutletPowerCycle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.OutletPowerOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\PduJoinMapBase.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'PduJoinMapBase.OutletPowerOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.PowerOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(16,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.PowerOff' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(20,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.PowerToggle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(24,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.HasDpad' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(28,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Up' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(32,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Down' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(36,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Left' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(40,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Right' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(44,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Select' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(48,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Menu' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(52,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Exit' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(56,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.HasNumeric' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(60,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(64,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(68,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(72,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit3' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(76,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit4' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(80,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit5' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(84,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit6' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(88,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit7' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(92,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit8' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(96,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Digit9' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(100,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Dash' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(104,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.KeypadEnter' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(108,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.ChannelUp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(112,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.ChannelDown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(116,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.LastChannel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(120,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Guide' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(124,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Info' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(128,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Red' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(132,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Green' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(136,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Yellow' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(140,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Blue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(144,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.HasDvr' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(148,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.DvrList' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(152,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Play' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(156,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Pause' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(160,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Stop' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(164,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.FFwd' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(168,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Rewind' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(172,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.ChapPlus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(176,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.ChapMinus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(180,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Replay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(184,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Record' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(188,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.HasKeypadAccessoryButton1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(192,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.HasKeypadAccessoryButton2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(196,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.KeypadAccessoryButton1Press' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(200,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.KeypadAccessoryButton2Press' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(204,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(208,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.KeypadAccessoryButton1Label' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(212,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.KeypadAccessoryButton2Label' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(216,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.LoadPresets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SetTopBoxControllerJoinMap.cs(220,33): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControllerJoinMap.HasPresets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.RedControl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.RedLed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.GreenControl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.GreenLed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.BlueControl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\StatusSignControllerJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'StatusSignControllerJoinMap.BlueLed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.TimeZone' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(15,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.TimeZoneName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.IOControllerVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.SnmpAppVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.BACnetAppVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ControllerVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.SerialNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(39,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.Model' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.Uptime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(47,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.LastBoot' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramOffsetJoin' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(55,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramStart' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(59,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramStop' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramRegister' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(67,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramUnregister' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(71,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(75,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramCompiledTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(79,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramCrestronDatabaseVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(83,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramEnvironmentVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(87,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.AggregatedProgramInfo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(91,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.EthernetOffsetJoin' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(95,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.HostName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(99,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.CurrentIpAddress' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(103,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.CurrentSubnetMask' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(107,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.CurrentDefaultGateway' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(111,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.StaticIpAddress' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(115,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.StaticSubnetMask' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(119,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.StaticDefaultGateway' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(123,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.Domain' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(127,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.DnsServer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(131,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.MacAddress' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(135,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.DhcpStatus' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(139,27): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProcessorReboot' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(143,27): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.IsAppliance' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(147,27): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.IsServer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Bridges\JoinMaps\SystemMonitorJoinMap.cs(151,27): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorJoinMap.ProgramReset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CecPortController.cs(25,70): warning CS1591: Missing XML comment for publicly visible type or member 'CecPortController.BytesReceived' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CecPortController.cs(26,69): warning CS1591: Missing XML comment for publicly visible type or member 'CecPortController.TextReceived' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CecPortController.cs(35,16): warning CS1591: Missing XML comment for publicly visible type or member 'CecPortController.CecPortController(string, Func, EssentialsControlPropertiesConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CecPortController.cs(48,16): warning CS1591: Missing XML comment for publicly visible type or member 'CecPortController.CecPortController(string, ICec)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CommFactory.cs(18,51): warning CS1591: Missing XML comment for publicly visible type or member 'CommFactory.GetControlPropertiesConfig(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CommFactory.cs(229,31): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsControlPropertiesConfig.ComParams' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CommFactory.cs(232,17): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsControlPropertiesConfig.CresnetId' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CommFactory.cs(257,17): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsControlPropertiesConfig.InfinetId' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CommunicationExtras.cs(23,13): warning CS1591: Missing XML comment for publicly visible type or member 'IComPortsDevice.Device' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\ComSpecJsonConverter.cs(24,32): warning CS1591: Missing XML comment for publicly visible type or member 'ComSpecJsonConverter.ReadJson(JsonReader, Type, object, JsonSerializer)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\ComSpecJsonConverter.cs(45,30): warning CS1591: Missing XML comment for publicly visible type or member 'ComSpecJsonConverter.CanRead' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\ConsoleCommMockDevice.cs(42,10): warning CS1591: Missing XML comment for publicly visible type or member 'ConsoleCommMockDevice.ConsoleCommMockDevice(string, string, ConsoleCommMockDevicePropertiesConfig, IBasicCommunication)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\ConsoleCommMockDevice.cs(89,10): warning CS1591: Missing XML comment for publicly visible type or member 'ConsoleCommMockDevicePropertiesConfig.ConsoleCommMockDevicePropertiesConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\ConsoleCommMockDevice.cs(100,16): warning CS1591: Missing XML comment for publicly visible type or member 'ConsoleCommMockDeviceFactory.ConsoleCommMockDeviceFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericComm.cs(26,36): warning CS1591: Missing XML comment for publicly visible type or member 'GenericComm.CommPort' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericComm.cs(28,16): warning CS1591: Missing XML comment for publicly visible type or member 'GenericComm.GenericComm(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericComm.cs(73,33): warning CS1591: Missing XML comment for publicly visible type or member 'GenericComm.CustomSetConfig(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericComm.cs(147,16): warning CS1591: Missing XML comment for publicly visible type or member 'GenericCommFactory.GenericCommFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(11,15): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClient' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(14,57): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClient.ResponseRecived' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(16,10): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClient.GenericHttpClient(string, string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(41,15): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClient.SendText(string, params object[])' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(91,64): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClient.BytesReceived' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(109,15): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClient.IsConnected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(114,63): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClient.TextReceived' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(135,10): warning CS1591: Missing XML comment for publicly visible type or member 'GenericHttpClientEventArgs.GenericHttpClientEventArgs(string, string, HTTP_CALLBACK_ERROR)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\IRPortHelper.cs(22,24): warning CS1591: Missing XML comment for publicly visible type or member 'IRPortHelper.IrDriverPathPrefix' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\IRPortHelper.cs(240,23): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutPortConfig.Port' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\IRPortHelper.cs(243,17): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutPortConfig.FileName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\IRPortHelper.cs(246,15): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutPortConfig.UseBridgeJoinMap' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\IRPortHelper.cs(248,10): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutPortConfig.IrOutPortConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\AudioControlPointListItem.cs(17,57): warning CS1591: Missing XML comment for publicly visible type or member 'AudioControlPointListItem.LevelControls' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\AudioControlPointListItem.cs(20,51): warning CS1591: Missing XML comment for publicly visible type or member 'AudioControlPointListItem.Presets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(18,21): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.Info' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(21,29): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.Devices' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(24,65): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.SourceLists' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(27,76): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.DestinationLists' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(30,62): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.AudioControlPointLists' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(33,71): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.CameraLists' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(39,30): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.TieLines' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(42,44): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.JoinMaps' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(44,16): warning CS1591: Missing XML comment for publicly visible type or member 'BasicConfig.BasicConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\DeviceConfig.cs(58,16): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceConfig.DeviceConfig(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\DeviceConfig.cs(71,16): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceConfig.DeviceConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\DeviceConfig.cs(88,32): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePropertiesConverter.ReadJson(JsonReader, Type, object, JsonSerializer)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigReader.cs(21,26): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigReader.LocalConfigPresent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigReader.cs(27,34): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigReader.ConfigObject' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(19,25): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigUpdater' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(21,65): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigUpdater.ConfigStatusChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(213,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.UpdateStarted' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(214,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.ConfigFileReceived' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(215,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.ArchivingConfigs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(216,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.DeletingLocalConfig' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(217,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.WritingConfigFile' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(218,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.RestartingProgram' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(219,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.UpdateSucceeded' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(220,9): warning CS1591: Missing XML comment for publicly visible type or member 'eUpdateStatus.UpdateFailed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigUpdater.cs(233,16): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigStatusEventArgs.ConfigStatusEventArgs(eUpdateStatus)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigWriter.cs(21,29): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigWriter.LocalConfigFolder' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigWriter.cs(23,27): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigWriter.WriteTimeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigWriter.cs(25,30): warning CS1591: Missing XML comment for publicly visible type or member 'ConfigWriter.WriteTimer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigWriter.cs(134,26): warning CS1572: XML comment has a param tag for 'filepath', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigWriter.cs(135,26): warning CS1572: XML comment has a param tag for 'o', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigWriter.cs(139,45): warning CS1573: Parameter 'filePath' has no matching param tag in the XML comment for 'ConfigWriter.WriteFile(string, string)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\Essentials\ConfigWriter.cs(139,62): warning CS1573: Parameter 'configData' has no matching param tag in the XML comment for 'ConfigWriter.WriteFile(string, string)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(16,17): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(19,19): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.Date' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(22,17): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.Type' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(28,17): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.Version' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(34,28): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.RuntimeInfo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(40,17): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.Comment' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(46,23): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.HostName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(52,21): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.AppNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(54,10): warning CS1591: Missing XML comment for publicly visible type or member 'InfoConfig.InfoConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\ILoadConfig.cs(14,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILoadConfig.GoWithLoad()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\GenericRelayDevice.cs(24,22): warning CS1591: Missing XML comment for publicly visible type or member 'GenericRelayDevice.RelayOutput' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\GenericRelayDevice.cs(26,29): warning CS1591: Missing XML comment for publicly visible type or member 'GenericRelayDevice.OutputIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\GenericRelayDevice.cs(29,16): warning CS1591: Missing XML comment for publicly visible type or member 'GenericRelayDevice.GenericRelayDevice(string, Relay)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\GenericRelayDevice.cs(40,16): warning CS1591: Missing XML comment for publicly visible type or member 'GenericRelayDevice.GenericRelayDevice(string, string, Func, IOPortConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\GenericRelayDevice.cs(215,20): warning CS1591: Missing XML comment for publicly visible type or member 'GenericRelayDevice.GenericRelayDeviceFactory.GenericRelayDeviceFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\IDigitalInput.cs(14,22): warning CS1591: Missing XML comment for publicly visible type or member 'IDigitalInput.InputStateFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\IDigitalOutput.cs(14,22): warning CS1591: Missing XML comment for publicly visible type or member 'IDigitalOutput.OutputStateFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\IDigitalOutput.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'IDigitalOutput.SetOutput(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\ISwitchedOutput.cs(16,22): warning CS1591: Missing XML comment for publicly visible type or member 'ISwitchedOutput.OutputIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\ISwitchedOutput.cs(18,14): warning CS1591: Missing XML comment for publicly visible type or member 'ISwitchedOutput.On()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\ISwitchedOutput.cs(19,14): warning CS1591: Missing XML comment for publicly visible type or member 'ISwitchedOutput.Off()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\ISwitchedOutput.cs(22,22): warning CS1591: Missing XML comment for publicly visible type or member 'ISwitchedOutputCollection' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\ISwitchedOutput.cs(24,43): warning CS1591: Missing XML comment for publicly visible type or member 'ISwitchedOutputCollection.SwitchedOutputs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\CrestronIO\IHasCresnetBranches.cs(16,43): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCresnetBranches.CresnetBranches' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(12,24): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseDevice' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(14,28): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseDevice.Hardware' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(39,16): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseDevice.CrestronGenericBaseDevice(string, string, GenericBase)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(53,19): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseDevice.CrestronGenericBaseDevice(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(60,21): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseDevice.RegisterCrestronGenericBase(GenericBase)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(192,27): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBridgeableBaseDevice' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(194,19): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBridgeableBaseDevice.CrestronGenericBridgeableBaseDevice(string, string, GenericBase)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(198,19): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBridgeableBaseDevice.CrestronGenericBridgeableBaseDevice(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(204,30): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBridgeableBaseDevice.LinkToApi(BasicTriList, uint, string, EiscApiAdvanced)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(214,21): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseDeviceEventIds.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Crestron\CrestronGenericBaseDevice.cs(215,21): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseDeviceEventIds.IpConnectionsText' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\DeviceInfoEventArgs.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceInfoEventArgs.DeviceInfoEventArgs()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\DeviceInfoEventArgs.cs(20,16): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceInfoEventArgs.DeviceInfoEventArgs(DeviceInfo)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\IDeviceInfoProvider.cs(11,20): warning CS1591: Missing XML comment for publicly visible type or member 'IDeviceInfoProvider.DeviceInfo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\IDeviceInfoProvider.cs(13,39): warning CS1591: Missing XML comment for publicly visible type or member 'IDeviceInfoProvider.DeviceInfoChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\IDeviceInfoProvider.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'IDeviceInfoProvider.UpdateDeviceInfo()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\NetworkDeviceHelpers.cs(11,25): warning CS1591: Missing XML comment for publicly visible type or member 'NetworkDeviceHelpers' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\NetworkDeviceHelpers.cs(170,35): warning CS1591: Missing XML comment for publicly visible type or member 'ArpEntry.IpAddress' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Device Info\NetworkDeviceHelpers.cs(171,32): warning CS1591: Missing XML comment for publicly visible type or member 'ArpEntry.MacAddress' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\AudioControlListItemBase.cs(10,27): warning CS1591: Missing XML comment for publicly visible type or member 'AudioControlListItemBase' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\AudioInterfaces.cs(17,3): warning CS1591: Missing XML comment for publicly visible type or member 'AudioChangeType.Mute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\AudioInterfaces.cs(17,9): warning CS1591: Missing XML comment for publicly visible type or member 'AudioChangeType.Volume' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\AudioInterfaces.cs(34,10): warning CS1591: Missing XML comment for publicly visible type or member 'AudioChangeEventArgs.AudioChangeEventArgs(IBasicVolumeControls, AudioChangeType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CameraListItem.cs(15,23): warning CS1591: Missing XML comment for publicly visible type or member 'CameraListItem.DeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'IReceiveVolume.SetReceiveVolume(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(16,14): warning CS1591: Missing XML comment for publicly visible type or member 'IReceiveVolume.ReceiveMuteOn()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(17,14): warning CS1591: Missing XML comment for publicly visible type or member 'IReceiveVolume.ReceiveMuteOff()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(18,14): warning CS1591: Missing XML comment for publicly visible type or member 'IReceiveVolume.ReceiveMuteToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(19,21): warning CS1591: Missing XML comment for publicly visible type or member 'IReceiveVolume.ReceiveLevelFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(20,22): warning CS1591: Missing XML comment for publicly visible type or member 'IReceiveVolume.ReceiveMuteIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(28,14): warning CS1591: Missing XML comment for publicly visible type or member 'ITransmitVolume.SetTransmitVolume(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(29,14): warning CS1591: Missing XML comment for publicly visible type or member 'ITransmitVolume.TransmitMuteOn()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(30,14): warning CS1591: Missing XML comment for publicly visible type or member 'ITransmitVolume.TransmitMuteOff()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(31,14): warning CS1591: Missing XML comment for publicly visible type or member 'ITransmitVolume.TransmitMuteToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(32,21): warning CS1591: Missing XML comment for publicly visible type or member 'ITransmitVolume.TransmitLevelFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(33,22): warning CS1591: Missing XML comment for publicly visible type or member 'ITransmitVolume.TransmitMuteIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(41,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPrivacy.PrivacyModeOn()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(42,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPrivacy.PrivacyModeOff()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(43,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPrivacy.PrivacyModeToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CodecInterfaces.cs(44,22): warning CS1591: Missing XML comment for publicly visible type or member 'IPrivacy.PrivacyModeIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CrestronProcessor.cs(18,50): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronProcessor.SwitchedOutputs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CrestronProcessor.cs(20,61): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronProcessor.Processor' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CrestronProcessor.cs(22,16): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronProcessor.CrestronProcessor(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceApiBase.cs(14,43): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceApiBase.ActionApi' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceApiBase.cs(15,45): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceApiBase.FeedbackApi' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\GenericIRController.cs(34,16): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrController.GenericIrController(string, string, IrOutputPortController)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\GenericIRController.cs(175,16): warning CS1591: Missing XML comment for publicly visible type or member 'GenericIrControllerFactory.GenericIrControllerFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\GenericMonitoredTcpDevice.cs(25,10): warning CS1591: Missing XML comment for publicly visible type or member 'GenericCommunicationMonitoredDevice.GenericCommunicationMonitoredDevice(string, string, IBasicCommunication, string, long, long, long)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\GenericMonitoredTcpDevice.cs(40,10): warning CS1591: Missing XML comment for publicly visible type or member 'GenericCommunicationMonitoredDevice.GenericCommunicationMonitoredDevice(string, string, IBasicCommunication, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IReconfigurableDevice.cs(16,39): warning CS1591: Missing XML comment for publicly visible type or member 'IReconfigurableDevice.ConfigChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IReconfigurableDevice.cs(18,22): warning CS1591: Missing XML comment for publicly visible type or member 'IReconfigurableDevice.Config' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IReconfigurableDevice.cs(20,14): warning CS1591: Missing XML comment for publicly visible type or member 'IReconfigurableDevice.SetConfig(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\ReconfigurableDevice.cs(22,46): warning CS1591: Missing XML comment for publicly visible type or member 'ReconfigurableDevice.ConfigChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\ReconfigurableDevice.cs(24,29): warning CS1591: Missing XML comment for publicly visible type or member 'ReconfigurableDevice.Config' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\ReconfigurableDevice.cs(26,19): warning CS1591: Missing XML comment for publicly visible type or member 'ReconfigurableDevice.ReconfigurableDevice(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\ReconfigurableDevice.cs(74,27): warning CS1591: Missing XML comment for publicly visible type or member 'ReconfigurableBridgableDevice' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\ReconfigurableDevice.cs(76,19): warning CS1591: Missing XML comment for publicly visible type or member 'ReconfigurableBridgableDevice.ReconfigurableBridgableDevice(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\ReconfigurableDevice.cs(80,30): warning CS1591: Missing XML comment for publicly visible type or member 'ReconfigurableBridgableDevice.LinkToApi(BasicTriList, uint, string, EiscApiAdvanced)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputHdmi1()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(15,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputHdmi2()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(16,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputHdmi3()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(17,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputHdmi4()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(18,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputDisplayPort1()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(19,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputDvi1()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(20,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputVideo1()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(21,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputVga1()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(22,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputVga2()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDisplayBasic.cs(23,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayBasic.InputRgb1()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceFeedbackExtensions.cs(11,25): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceFeedbackExtensions' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(114,34): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceJsonApi.DoDeviceActionAsync(DeviceActionWrapper)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(197,26): warning CS1572: XML comment has a param tag for 'key', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(202,51): warning CS1573: Parameter 'deviceObjectPath' has no matching param tag in the XML comment for 'DeviceJsonApi.GetProperties(string)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(246,26): warning CS1572: XML comment has a param tag for 'key', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(251,48): warning CS1573: Parameter 'deviceObjectPath' has no matching param tag in the XML comment for 'DeviceJsonApi.GetMethods(string)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(396,18): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceActionWrapper' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(398,23): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceActionWrapper.DeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(420,29): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyNameType.PropInfo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(429,23): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyNameType.Value' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(459,16): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyNameType.PropertyNameType(PropertyInfo, object)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(475,27): warning CS1591: Missing XML comment for publicly visible type or member 'MethodNameParams.MethodInfo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(481,38): warning CS1591: Missing XML comment for publicly visible type or member 'MethodNameParams.Params' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(490,16): warning CS1591: Missing XML comment for publicly visible type or member 'MethodNameParams.MethodNameParams(MethodInfo)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(515,18): warning CS1591: Missing XML comment for publicly visible type or member 'ApiAttribute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(16,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeRadio' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(17,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeDirecTv' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(18,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeBluray' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(19,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeChromeTv' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(20,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeFireTv' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(21,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeAppleTv' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(22,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeRoku' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(23,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeLaptop' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(24,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypePc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DisplayUiConstants.cs(26,21): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayUiConstants.TypeNoControls' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\EssentialsPluginDevelopmentDeviceFactory.cs(5,25): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPluginDevelopmentDeviceFactory' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IAttachVideoStatusExtensions.cs(9,22): warning CS1591: Missing XML comment for publicly visible type or member 'IAttachVideoStatusExtensions' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IAttachVideoStatusExtensions.cs(14,20): warning CS1572: XML comment has a param tag for 'attachDev', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IAttachVideoStatusExtensions.cs(19,77): warning CS1573: Parameter 'attachedDev' has no matching param tag in the XML comment for 'IAttachVideoStatusExtensions.GetVideoStatuses(IAttachVideoStatus)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IDisplayUsage.cs(8,17): warning CS1591: Missing XML comment for publicly visible type or member 'IDisplayUsage.LampHours' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IDspPresets.cs(11,38): warning CS1591: Missing XML comment for publicly visible type or member 'IDspPresets.Presets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IDspPresets.cs(13,14): warning CS1591: Missing XML comment for publicly visible type or member 'IDspPresets.RecallPreset(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IProjectorInterfaces.cs(14,14): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVideoMute.VideoMuteToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IProjectorInterfaces.cs(22,22): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVideoMuteWithFeedback.VideoMuteIsOn' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IProjectorInterfaces.cs(24,14): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVideoMuteWithFeedback.VideoMuteOn()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IProjectorInterfaces.cs(25,14): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVideoMuteWithFeedback.VideoMuteOff()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IrOutputPortController.cs(29,29): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutputPortController.DriverLoaded' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IrOutputPortController.cs(31,17): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutputPortController.StandardIrPulseTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IrOutputPortController.cs(32,17): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutputPortController.DriverFilepath' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IrOutputPortController.cs(33,15): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutputPortController.DriverIsLoaded' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IrOutputPortController.cs(64,13): warning CS1591: Missing XML comment for publicly visible type or member 'IrOutputPortController.IrOutputPortController(string, Func, DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IUsageTracking.cs(16,23): warning CS1591: Missing XML comment for publicly visible type or member 'IUsageTracking.UsageTracker' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IUsageTracking.cs(32,57): warning CS1591: Missing XML comment for publicly visible type or member 'UsageTracking.DeviceUsageEnded' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\IUsageTracking.cs(62,16): warning CS1591: Missing XML comment for publicly visible type or member 'UsageTracking.UsageTracking(Device)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(11,13): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStats.BatteryPercentage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(12,13): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStats.BatteryCautionThresholdPercentage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(13,13): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStats.BatteryWarningThresholdPercentage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(14,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStats.BatteryIsWarningFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(15,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStats.BatteryIsCautionFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(16,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStats.BatteryIsOkFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(17,21): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStats.BatteryPercentageFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(25,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryCharging.BatteryIsCharging' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(33,54): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteries.Batteries' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(36,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(38,13): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.InputVoltage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(39,13): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.OutputVoltage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(40,13): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.InptuCurrent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(41,13): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.OutputCurrent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(43,21): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.InputVoltageFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(44,21): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.OutputVoltageFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(45,21): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.InputCurrentFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PowerInterfaces.cs(46,21): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBatteryStatsExtended.OutputCurrentFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PresentationDeviceType.cs(17,3): warning CS1591: Missing XML comment for publicly visible type or member 'PresentationSourceType.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PresentationDeviceType.cs(17,9): warning CS1591: Missing XML comment for publicly visible type or member 'PresentationSourceType.Dvd' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PresentationDeviceType.cs(17,14): warning CS1591: Missing XML comment for publicly visible type or member 'PresentationSourceType.Laptop' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PresentationDeviceType.cs(17,22): warning CS1591: Missing XML comment for publicly visible type or member 'PresentationSourceType.PC' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PresentationDeviceType.cs(17,26): warning CS1591: Missing XML comment for publicly visible type or member 'PresentationSourceType.SetTopBox' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PresentationDeviceType.cs(17,37): warning CS1591: Missing XML comment for publicly visible type or member 'PresentationSourceType.VCR' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\PresetListItem.cs(18,25): warning CS1591: Missing XML comment for publicly visible type or member 'PresetListItem.Preset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\SmartObjectBaseTypes.cs(9,23): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectJoinOffsets.Dpad' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\SmartObjectBaseTypes.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectJoinOffsets.Numpad' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\SmartObjectBaseTypes.cs(12,23): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectJoinOffsets.PresetList' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\VolumeDeviceChangeEventArgs.cs(17,31): warning CS1591: Missing XML comment for publicly visible type or member 'VolumeDeviceChangeEventArgs.OldDev' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\VolumeDeviceChangeEventArgs.cs(18,31): warning CS1591: Missing XML comment for publicly visible type or member 'VolumeDeviceChangeEventArgs.NewDev' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\VolumeDeviceChangeEventArgs.cs(19,21): warning CS1591: Missing XML comment for publicly visible type or member 'VolumeDeviceChangeEventArgs.Type' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\VolumeDeviceChangeEventArgs.cs(21,10): warning CS1591: Missing XML comment for publicly visible type or member 'VolumeDeviceChangeEventArgs.VolumeDeviceChangeEventArgs(IBasicVolumeControls, IBasicVolumeControls, ChangeType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\VolumeDeviceChangeEventArgs.cs(34,3): warning CS1591: Missing XML comment for publicly visible type or member 'ChangeType.WillChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\VolumeDeviceChangeEventArgs.cs(34,15): warning CS1591: Missing XML comment for publicly visible type or member 'ChangeType.DidChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\eVolumeLevelUnits.cs(3,15): warning CS1591: Missing XML comment for publicly visible type or member 'eVolumeLevelUnits' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\eVolumeLevelUnits.cs(5,5): warning CS1591: Missing XML comment for publicly visible type or member 'eVolumeLevelUnits.Decibels' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\eVolumeLevelUnits.cs(6,5): warning CS1591: Missing XML comment for publicly visible type or member 'eVolumeLevelUnits.Percent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\eVolumeLevelUnits.cs(7,5): warning CS1591: Missing XML comment for publicly visible type or member 'eVolumeLevelUnits.Relative' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\eVolumeLevelUnits.cs(8,5): warning CS1591: Missing XML comment for publicly visible type or member 'eVolumeLevelUnits.Absolute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IAudioZone.cs(8,10): warning CS1591: Missing XML comment for publicly visible type or member 'IAudioZone.SelectInput(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IAudioZones.cs(10,34): warning CS1591: Missing XML comment for publicly visible type or member 'IAudioZones.Zone' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IBasicVolumeWithFeedback.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVolumeWithFeedback.MuteFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IBasicVolumeWithFeedback.cs(9,10): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVolumeWithFeedback.MuteOn()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IBasicVolumeWithFeedback.cs(10,10): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVolumeWithFeedback.MuteOff()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IBasicVolumeWithFeedback.cs(11,10): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVolumeWithFeedback.SetVolume(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IBasicVolumeWithFeedback.cs(12,17): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVolumeWithFeedback.VolumeLevelFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IBasicVolumeWithFeedbackAdvanced.cs(8,9): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVolumeWithFeedbackAdvanced.RawVolumeLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IBasicVolumeWithFeedbackAdvanced.cs(10,23): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVolumeWithFeedbackAdvanced.Units' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IChannel.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'IChannel.ChannelUp(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IChannel.cs(15,8): warning CS1591: Missing XML comment for publicly visible type or member 'IChannel.ChannelDown(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IChannel.cs(16,8): warning CS1591: Missing XML comment for publicly visible type or member 'IChannel.LastChannel(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IChannel.cs(17,8): warning CS1591: Missing XML comment for publicly visible type or member 'IChannel.Guide(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IChannel.cs(18,8): warning CS1591: Missing XML comment for publicly visible type or member 'IChannel.Info(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IChannel.cs(19,8): warning CS1591: Missing XML comment for publicly visible type or member 'IChannel.Exit(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IColorFunctions.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'IColor.Red(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IColorFunctions.cs(15,8): warning CS1591: Missing XML comment for publicly visible type or member 'IColor.Green(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IColorFunctions.cs(16,8): warning CS1591: Missing XML comment for publicly visible type or member 'IColor.Yellow(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IColorFunctions.cs(17,8): warning CS1591: Missing XML comment for publicly visible type or member 'IColor.Blue(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IEmergencyOSD.cs(14,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEmergencyOSD.ShowEmergencyMessage(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IEmergencyOSD.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEmergencyOSD.HideEmergencyMessage()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasBranding.cs(10,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBranding.BrandingEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasBranding.cs(11,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBranding.InitializeBranding(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasFarEndContentStatus.cs(8,23): warning CS1591: Missing XML comment for publicly visible type or member 'IHasFarEndContentStatus.ReceivingContent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasInputs.cs(14,29): warning CS1591: Missing XML comment for publicly visible type or member 'IHasInputs.Inputs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasPhoneDialing.cs(11,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPhoneDialing.PhoneOffHookFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasPhoneDialing.cs(12,24): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPhoneDialing.CallerIdNameFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasPhoneDialing.cs(13,24): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPhoneDialing.CallerIdNumberFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasPhoneDialing.cs(14,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPhoneDialing.DialPhoneCall(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasPhoneDialing.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPhoneDialing.EndPhoneCall()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasPhoneDialing.cs(16,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPhoneDialing.SendDtmfToPhone(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasSurroundSoundModes.cs(14,51): warning CS1712: Type parameter 'TSelector' has no matching typeparam tag in the XML comment on 'IHasSurroundSoundModes' (but other type parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasSurroundSoundModes.cs(16,32): warning CS1591: Missing XML comment for publicly visible type or member 'IHasSurroundSoundModes.SurroundSoundModes' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasSurroundSoundModes.cs(18,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasSurroundSoundModes.SetSurroundSoundMode(TSelector)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasWebView.cs(14,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasWebView.WebviewIsVisible' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasWebView.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasWebView.ShowWebView(string, string, string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasWebView.cs(16,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasWebView.HideWebView()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasWebView.cs(17,59): warning CS1591: Missing XML comment for publicly visible type or member 'IHasWebView.WebViewStatusChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasWebView.cs(30,16): warning CS1591: Missing XML comment for publicly visible type or member 'WebViewStatusChangedEventArgs.WebViewStatusChangedEventArgs(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(11,16): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.LocaleName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(12,16): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.FriendlyName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(13,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.Enable' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(14,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.UiLabels' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(15,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.Sources' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(16,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.Destinations' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(17,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.SourceGroupNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(18,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.DestinationGroupNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageDefinition.cs(19,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageDefinition.RoomNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageProvider.cs(11,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageProvider.CurrentLanguage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILanguageProvider.cs(13,28): warning CS1591: Missing XML comment for publicly visible type or member 'ILanguageProvider.CurrentLanguageChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ILevelControls.cs(14,54): warning CS1591: Missing XML comment for publicly visible type or member 'ILevelControls.LevelControlPoints' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlAction.cs(11,29): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlAction.Messenger' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlAction.cs(13,36): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlAction.Action' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlMessage.cs(6,20): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlMessage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlMessage.cs(9,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlMessage.Type' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlMessage.cs(12,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlMessage.ClientId' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlMessage.cs(15,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlMessage.Content' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(11,35): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.UserCodeChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(13,35): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.UserPromptedForCode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(15,35): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.ClientJoined' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(17,35): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.AppUrlChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(19,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.UserCode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(21,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.QrCodeUrl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(23,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.QrCodeChecksum' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(25,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.McServerUrl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(27,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.RoomName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(29,12): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.AppUrl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IMobileControlRoomMessenger.cs(31,10): warning CS1591: Missing XML comment for publicly visible type or member 'IMobileControlRoomMessenger.UpdateAppUrl(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(13,8): warning CS1591: Missing XML comment for publicly visible type or member 'IProjectorScreenLiftControl.Raise()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'IProjectorScreenLiftControl.Lower()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'IProjectorScreenLiftControl.IsInUpPosition' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(16,8): warning CS1591: Missing XML comment for publicly visible type or member 'IProjectorScreenLiftControl.InUpPosition' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(17,33): warning CS1591: Missing XML comment for publicly visible type or member 'IProjectorScreenLiftControl.PositionChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(18,10): warning CS1591: Missing XML comment for publicly visible type or member 'IProjectorScreenLiftControl.DisplayDeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(19,26): warning CS1591: Missing XML comment for publicly visible type or member 'IProjectorScreenLiftControl.Type' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(27,3): warning CS1591: Missing XML comment for publicly visible type or member 'eScreenLiftControlType.lift' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IProjectorScreenLiftControl.cs(28,3): warning CS1591: Missing XML comment for publicly visible type or member 'eScreenLiftControlType.screen' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISelectableItem.cs(13,28): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItem.ItemUpdated' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISelectableItem.cs(16,14): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItem.IsSelected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISelectableItem.cs(17,14): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItem.Select()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISelectableItems.cs(12,28): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItems.ItemsUpdated' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISelectableItems.cs(13,28): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItems.CurrentItemChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISelectableItems.cs(16,34): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItems.Items' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISelectableItems.cs(19,14): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItems.CurrentItem' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITemperatureSensor.cs(21,22): warning CS1591: Missing XML comment for publicly visible type or member 'ITemperatureSensor.TemperatureInCFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITemperatureSensor.cs(23,14): warning CS1591: Missing XML comment for publicly visible type or member 'ITemperatureSensor.SetTemperatureFormat(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITvPresetsProvider.cs(10,28): warning CS1591: Missing XML comment for publicly visible type or member 'ITvPresetsProvider.TvPresets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDPad.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDPad.Up(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDPad.cs(15,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDPad.Down(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDPad.cs(16,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDPad.Left(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDPad.cs(17,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDPad.Right(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDPad.cs(18,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDPad.Select(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDPad.cs(19,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDPad.Menu(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDPad.cs(20,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDPad.Exit(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDvr.cs(19,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDvr.DvrList(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDvr.cs(20,8): warning CS1591: Missing XML comment for publicly visible type or member 'IDvr.Record(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IDvr.cs(37,22): warning CS1591: Missing XML comment for publicly visible type or member 'IDvrExtensions.UnlinkButtons(IDvr, BasicTriList)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(8,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.SetBalance(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(9,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.BalanceLeft(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(10,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.BalanceRight(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(12,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.SetBass(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(13,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.BassUp(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(14,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.BassDown(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(16,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.SetTreble(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(17,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.TrebleUp(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(18,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.TrebleDown(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(20,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.hasMaxVolume' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(21,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.SetMaxVolume(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(22,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.MaxVolumeUp(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(23,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.MaxVolumeDown(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(25,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.hasDefaultVolume' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(26,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.SetDefaultVolume(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(27,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.DefaultVolumeUp(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(28,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.DefaultVolumeDown(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(30,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.LoudnessToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(31,10): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.MonoToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(33,18): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.LoudnessFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(34,18): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.MonoFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(35,17): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.BalanceFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(36,17): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.BassFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(37,17): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.TrebleFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(38,17): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.MaxVolumeFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IFullAudioSettings.cs(39,17): warning CS1591: Missing XML comment for publicly visible type or member 'IFullAudioSettings.DefaultVolumeFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasCurrentVolumeControls.cs(10,26): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCurrentVolumeControls.CurrentVolumeControls' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasCurrentVolumeControls.cs(11,53): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCurrentVolumeControls.CurrentVolumeDeviceChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasCurrentVolumeControls.cs(13,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCurrentVolumeControls.SetDefaultLevels()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasCurrentVolumeControls.cs(15,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCurrentVolumeControls.ZeroVolumeWhenSwtichingVolumeDevices' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasMuteControl.cs(8,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasMuteControl.MuteToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasMuteControlWithFeedback.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'IHasMuteControlWithFeedback.MuteFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasMuteControlWithFeedback.cs(9,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasMuteControlWithFeedback.MuteOn()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasMuteControlWithFeedback.cs(10,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasMuteControlWithFeedback.MuteOff()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasVolumeControl.cs(8,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasVolumeControl.VolumeUp(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasVolumeControl.cs(9,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasVolumeControl.VolumeDown(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasVolumeControlWithFeedback.cs(8,10): warning CS1591: Missing XML comment for publicly visible type or member 'IHasVolumeControlWithFeedback.SetVolume(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasVolumeControlWithFeedback.cs(9,17): warning CS1591: Missing XML comment for publicly visible type or member 'IHasVolumeControlWithFeedback.VolumeLevelFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IHasVolumeDevice.cs(8,26): warning CS1591: Missing XML comment for publicly visible type or member 'IHasVolumeDevice.VolumeDevice' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(13,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit0(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit1(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(15,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit2(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(16,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit3(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(17,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit4(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(18,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit5(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(19,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit6(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(20,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit7(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(21,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit8(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(22,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.Digit9(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(28,10): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.KeypadAccessoryButton1Label' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(29,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.KeypadAccessoryButton1(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(31,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.HasKeypadAccessoryButton2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(32,10): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.KeypadAccessoryButton2Label' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(33,8): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypad.KeypadAccessoryButton2(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(36,19): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxNumericKeypad' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(38,8): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxNumericKeypad.Dash(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\INumeric.cs(39,8): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxNumericKeypad.KeypadEnter(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IPasswordPrompt.cs(26,18): warning CS1591: Missing XML comment for publicly visible type or member 'PasswordPromptEventArgs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IPasswordPrompt.cs(48,16): warning CS1591: Missing XML comment for publicly visible type or member 'PasswordPromptEventArgs.PasswordPromptEventArgs(bool, bool, bool, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IPower.cs(22,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPowerControlWithFeedback.PowerIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IPower.cs(30,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPowerControl.PowerOn()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IPower.cs(31,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPowerControl.PowerOff()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IPower.cs(32,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPowerControl.PowerToggle()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISetTopBoxControls.cs(34,57): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxControls.TvPresets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISetTopBoxControls.cs(35,8): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxControls.LoadPresets(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISetTopBoxControls.cs(37,8): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxControls.DvrList(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISetTopBoxControls.cs(38,8): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxControls.Replay(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ISetTopBoxControls.cs(41,22): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxControlsExtensions' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(10,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.Play(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(11,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.Pause(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(12,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.Rewind(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(13,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.FFwd(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.ChapMinus(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(15,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.ChapPlus(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(16,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.Stop(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\ITransport.cs(17,8): warning CS1591: Missing XML comment for publicly visible type or member 'ITransport.Record(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IUiDisplayInfo.cs(10,8): warning CS1591: Missing XML comment for publicly visible type or member 'IUiDisplayInfo.DisplayUiType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IWarmingCooling.cs(14,16): warning CS1591: Missing XML comment for publicly visible type or member 'IWarmingCooling.IsWarmingUpFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\DeviceTypeInterfaces\IWarmingCooling.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'IWarmingCooling.IsCoolingDownFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ethernet\EthernetStatistics.cs(11,22): warning CS1591: Missing XML comment for publicly visible type or member 'EthernetSettings' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ethernet\EthernetStatistics.cs(13,39): warning CS1591: Missing XML comment for publicly visible type or member 'EthernetSettings.LinkActive' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ethernet\EthernetStatistics.cs(15,39): warning CS1591: Missing XML comment for publicly visible type or member 'EthernetSettings.DhcpActive' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ethernet\EthernetStatistics.cs(20,41): warning CS1591: Missing XML comment for publicly visible type or member 'EthernetSettings.Hostname' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ethernet\EthernetStatistics.cs(23,41): warning CS1591: Missing XML comment for publicly visible type or member 'EthernetSettings.IpAddress0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ethernet\EthernetStatistics.cs(26,41): warning CS1591: Missing XML comment for publicly visible type or member 'EthernetSettings.SubnetMask0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ethernet\EthernetStatistics.cs(29,41): warning CS1591: Missing XML comment for publicly visible type or member 'EthernetSettings.DefaultGateway0' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Extensions\JsonExtensions.cs(13,25): warning CS1591: Missing XML comment for publicly visible type or member 'JsonExtensions' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Extensions\StringExtensions.cs(10,25): warning CS1591: Missing XML comment for publicly visible type or member 'StringExtensions' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ProcessorExtensionDeviceFactory.cs(18,16): warning CS1591: Missing XML comment for publicly visible type or member 'ProcessorExtensionDeviceFactory.ProcessorExtensionDeviceFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ProcessorExtensionDeviceFactory.cs(53,26): warning CS1572: XML comment has a param tag for 'dc', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ProcessorExtensionDeviceFactory.cs(55,53): warning CS1573: Parameter 'extensionName' has no matching param tag in the XML comment for 'ProcessorExtensionDeviceFactory.AddFactoryForType(string, Func)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ProcessorExtensionDeviceFactory.cs(55,95): warning CS1573: Parameter 'method' has no matching param tag in the XML comment for 'ProcessorExtensionDeviceFactory.AddFactoryForType(string, Func)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ProcessorExtensionDeviceFactory.cs(61,28): warning CS1591: Missing XML comment for publicly visible type or member 'ProcessorExtensionDeviceFactory.AddFactoryForType(string, string, Type, Func)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ReadyEventArgs.cs(20,16): warning CS1591: Missing XML comment for publicly visible type or member 'IsReadyEventArgs.IsReadyEventArgs(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ReadyEventArgs.cs(31,46): warning CS1591: Missing XML comment for publicly visible type or member 'IHasReady.IsReadyEvent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Factory\ReadyEventArgs.cs(32,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHasReady.IsReady' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolFeedback.cs(66,21): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedback.SetValueFunc(Func)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolFeedback.cs(156,32): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedback.ToString()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolFeedbackOneShot.cs(53,20): warning CS1572: XML comment has a param tag for 'timeout', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolFeedbackPulseExtender.cs(15,15): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackPulseExtender.TimeoutMs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolFeedbackPulseExtender.cs(16,23): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackPulseExtender.Feedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(12,24): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackLogic' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(24,18): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackLogic.ComputedValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(26,16): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackLogic.BoolFeedbackLogic()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(31,15): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackLogic.AddOutputIn(BoolFeedback)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(94,27): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackLogic.Evaluate()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(102,27): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackAnd.Evaluate()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(120,27): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackOr.Evaluate()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(140,10): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackLinq.BoolFeedbackLinq(Func, bool>)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\BoolOutputLogicals.cs(146,27): warning CS1591: Missing XML comment for publicly visible type or member 'BoolFeedbackLinq.Evaluate()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackBase.cs(105,24): warning CS1591: Missing XML comment for publicly visible type or member 'Feedback.OnOutputChange(int)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackBase.cs(111,24): warning CS1591: Missing XML comment for publicly visible type or member 'Feedback.OnOutputChange(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackEventArgs.cs(22,23): warning CS1591: Missing XML comment for publicly visible type or member 'FeedbackEventArgs.UShortValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackEventArgs.cs(38,16): warning CS1591: Missing XML comment for publicly visible type or member 'FeedbackEventArgs.FeedbackEventArgs(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackEventArgs.cs(44,16): warning CS1591: Missing XML comment for publicly visible type or member 'FeedbackEventArgs.FeedbackEventArgs(int)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackEventArgs.cs(50,16): warning CS1591: Missing XML comment for publicly visible type or member 'FeedbackEventArgs.FeedbackEventArgs(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackEventArgs.cs(62,9): warning CS1591: Missing XML comment for publicly visible type or member 'eFeedbackEventType.TypeBool' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackEventArgs.cs(63,9): warning CS1591: Missing XML comment for publicly visible type or member 'eFeedbackEventType.TypeInt' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\FeedbackEventArgs.cs(64,9): warning CS1591: Missing XML comment for publicly visible type or member 'eFeedbackEventType.TypeString' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\IntFeedback.cs(67,21): warning CS1591: Missing XML comment for publicly visible type or member 'IntFeedback.SetValueFunc(Func)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\SerialFeedback.cs(16,32): warning CS1591: Missing XML comment for publicly visible type or member 'SerialFeedback.SerialValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\SerialFeedback.cs(29,16): warning CS1591: Missing XML comment for publicly visible type or member 'SerialFeedback.SerialFeedback()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\SerialFeedback.cs(33,16): warning CS1591: Missing XML comment for publicly visible type or member 'SerialFeedback.SerialFeedback(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Feedbacks\StringFeedback.cs(62,21): warning CS1591: Missing XML comment for publicly visible type or member 'StringFeedback.SetValueFunc(Func)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\File\FileIO.cs(13,22): warning CS1591: Missing XML comment for publicly visible type or member 'FileIO' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\File\FileIO.cs(21,43): warning CS1591: Missing XML comment for publicly visible type or member 'FileIO.GotFileEvent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\File\FileIO.cs(300,10): warning CS1591: Missing XML comment for publicly visible type or member 'FileEventArgs.FileEventArgs(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionProcessorQueries.cs(18,61): warning CS1591: Missing XML comment for publicly visible type or member 'ProcessorProgReg.GetProcessorProgReg()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(20,23): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.RoomName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(21,21): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.IpId' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(22,23): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.RoomGuid' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(23,43): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.OccupancyAsset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(24,45): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.StaticAssets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(26,16): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.FusionRoomGuids()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(32,16): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.FusionRoomGuids(string, uint, string, Dictionary)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(42,16): warning CS1591: Missing XML comment for publicly visible type or member 'FusionRoomGuids.FusionRoomGuids(string, uint, string, Dictionary, FusionOccupancySensorAsset)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(146,16): warning CS1591: Missing XML comment for publicly visible type or member 'FusionOccupancySensorAsset.FusionOccupancySensorAsset()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(150,16): warning CS1591: Missing XML comment for publicly visible type or member 'FusionOccupancySensorAsset.FusionOccupancySensorAsset(eAssetType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(180,16): warning CS1591: Missing XML comment for publicly visible type or member 'FusionAsset.FusionAsset()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(185,16): warning CS1591: Missing XML comment for publicly visible type or member 'FusionAsset.FusionAsset(uint, string, string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(213,16): warning CS1591: Missing XML comment for publicly visible type or member 'RoomSchedule.RoomSchedule()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(227,23): warning CS1591: Missing XML comment for publicly visible type or member 'LocalTimeRequest.RequestID' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(242,23): warning CS1591: Missing XML comment for publicly visible type or member 'RequestSchedule.RoomID' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(244,25): warning CS1591: Missing XML comment for publicly visible type or member 'RequestSchedule.Start' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(246,23): warning CS1591: Missing XML comment for publicly visible type or member 'RequestSchedule.HourSpan' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(248,16): warning CS1591: Missing XML comment for publicly visible type or member 'RequestSchedule.RequestSchedule(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(285,16): warning CS1591: Missing XML comment for publicly visible type or member 'RequestAction.RequestAction(string, string, List)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(348,23): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduleResponse.RequestID' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(350,23): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduleResponse.RoomID' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(352,23): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduleResponse.RoomName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(354,28): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduleResponse.Events' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Fusion\FusionRviDataClasses.cs(356,16): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduleResponse.ScheduleResponse()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\Global.cs(25,22): warning CS1591: Missing XML comment for publicly visible type or member 'Global' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\Global.cs(37,62): warning CS1591: Missing XML comment for publicly visible type or member 'Global.EthernetAdapterInfoCollection' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\Global.cs(50,39): warning CS1591: Missing XML comment for publicly visible type or member 'Global.Culture' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\Global.cs(185,25): warning CS1591: Missing XML comment for publicly visible type or member 'Global.IsRunningDevelopmentVersion(List, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(9,22): warning CS1591: Missing XML comment for publicly visible type or member 'JobTimer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(30,20): warning CS1572: XML comment has a param tag for 'key', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(31,20): warning CS1572: XML comment has a param tag for 'act', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(35,51): warning CS1573: Parameter 'item' has no matching param tag in the XML comment for 'JobTimer.AddJobTimerItem(JobTimerItem)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(65,17): warning CS1591: Missing XML comment for publicly visible type or member 'JobTimerItem.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(66,17): warning CS1591: Missing XML comment for publicly visible type or member 'JobTimerItem.JobAction' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(67,30): warning CS1591: Missing XML comment for publicly visible type or member 'JobTimerItem.CycleType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(73,10): warning CS1591: Missing XML comment for publicly visible type or member 'JobTimerItem.JobTimerItem(string, eJobTimerCycleTypes, Action)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(79,14): warning CS1591: Missing XML comment for publicly visible type or member 'eJobTimerCycleTypes' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(81,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJobTimerCycleTypes.RunEveryDay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(82,3): warning CS1591: Missing XML comment for publicly visible type or member 'eJobTimerCycleTypes.RunEveryHour' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(83,3): warning CS1591: Missing XML comment for publicly visible type or member 'eJobTimerCycleTypes.RunEveryHalfHour' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\JobTimer.cs(84,3): warning CS1591: Missing XML comment for publicly visible type or member 'eJobTimerCycleTypes.RunEveryMinute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\Scheduler.cs(141,43): warning CS1591: Missing XML comment for publicly visible type or member 'Scheduler.GetEventGroup(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Global\Scheduler.cs(149,25): warning CS1591: Missing XML comment for publicly visible type or member 'SchedulerUtilities' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\IInUseTracking.cs(14,17): warning CS1591: Missing XML comment for publicly visible type or member 'IInUseTracking.InUseTracker' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\InUseTracking.cs(31,10): warning CS1591: Missing XML comment for publicly visible type or member 'InUseTracking.InUseTracking()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\InUseTracking.cs(45,30): warning CS1573: Parameter 'objectToAdd' has no matching param tag in the XML comment for 'InUseTracking.AddUser(object, string)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\InUseTracking.cs(81,17): warning CS1591: Missing XML comment for publicly visible type or member 'InUseTrackingObject.Label' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\InUseTracking.cs(82,17): warning CS1591: Missing XML comment for publicly visible type or member 'InUseTrackingObject.User' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\InUseTracking\InUseTracking.cs(84,10): warning CS1591: Missing XML comment for publicly visible type or member 'InUseTrackingObject.InUseTrackingObject(object, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(20,25): warning CS1591: Missing XML comment for publicly visible type or member 'JoinMapHelper' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(96,24): warning CS1591: Missing XML comment for publicly visible type or member 'JoinMapBaseAdvanced.JoinOffset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(103,19): warning CS1591: Missing XML comment for publicly visible type or member 'JoinMapBaseAdvanced.JoinMapBaseAdvanced(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(110,19): warning CS1591: Missing XML comment for publicly visible type or member 'JoinMapBaseAdvanced.JoinMapBaseAdvanced(uint, Type)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(115,24): warning CS1591: Missing XML comment for publicly visible type or member 'JoinMapBaseAdvanced.AddJoins(Type)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(331,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinCapabilities.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(332,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinCapabilities.ToSIMPL' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(333,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinCapabilities.FromSIMPL' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(334,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinCapabilities.ToFromSIMPL' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(335,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinCapabilities.ToFusion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(336,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinCapabilities.FromFusion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(337,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinCapabilities.ToFromFusion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(344,17): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(346,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(347,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.Digital' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(348,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.Analog' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(349,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.Serial' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(350,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.DigitalAnalog' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(351,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.DigitalSerial' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(352,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.AnalogSerial' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(353,9): warning CS1591: Missing XML comment for publicly visible type or member 'eJoinType.DigitalAnalogSerial' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(427,29): warning CS1591: Missing XML comment for publicly visible type or member 'JoinDataComplete.Metadata' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(433,16): warning CS1591: Missing XML comment for publicly visible type or member 'JoinDataComplete.JoinDataComplete(JoinData, JoinMetadata)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(439,23): warning CS1591: Missing XML comment for publicly visible type or member 'JoinDataComplete.GetMarkdownFormattedData(string, int)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(518,21): warning CS1591: Missing XML comment for publicly visible type or member 'JoinDataComplete.JoinSpan' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(523,23): warning CS1591: Missing XML comment for publicly visible type or member 'JoinDataComplete.AttributeName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(558,18): warning CS1591: Missing XML comment for publicly visible type or member 'JoinNameAttribute' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(562,16): warning CS1591: Missing XML comment for publicly visible type or member 'JoinNameAttribute.JoinNameAttribute(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(568,23): warning CS1591: Missing XML comment for publicly visible type or member 'JoinNameAttribute.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(11,58): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingScenes.LightingSceneChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(13,29): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingScenes.LightingScenes' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingScenes.SelectScene(LightingScene)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(17,23): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingScenes.CurrentLightingScene' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(26,28): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingScenesDynamic.LightingScenesUpdated' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(34,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingMasterRaiseLower.MasterRaise()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(35,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingMasterRaiseLower.MasterLower()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(36,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingMasterRaiseLower.MasterRaiseLowerStop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(44,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingLoad.SetLoadLevel(int)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(45,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingLoad.Raise()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(46,14): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingLoad.Lower()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(48,21): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingLoad.LoadLevelFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(49,22): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingLoad.LoadIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\Lighting Interfaces.cs(62,16): warning CS1591: Missing XML comment for publicly visible type or member 'LightingSceneChangeEventArgs.LightingSceneChangeEventArgs(LightingScene)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(17,23): warning CS1591: Missing XML comment for publicly visible type or member 'LightingScene.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(22,23): warning CS1591: Missing XML comment for publicly visible type or member 'LightingScene.ID' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(25,21): warning CS1591: Missing XML comment for publicly visible type or member 'LightingScene.IsActive' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(42,20): warning CS1591: Missing XML comment for publicly visible type or member 'LightingScene.SortOrder' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(48,29): warning CS1591: Missing XML comment for publicly visible type or member 'LightingScene.IsActiveFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(50,16): warning CS1591: Missing XML comment for publicly visible type or member 'LightingScene.LightingScene()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Microphone Privacy\MicrophonePrivacyController.cs(26,21): warning CS1591: Missing XML comment for publicly visible type or member 'MicrophonePrivacyController.EnableLeds' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Microphone Privacy\MicrophonePrivacyController.cs(72,16): warning CS1591: Missing XML comment for publicly visible type or member 'MicrophonePrivacyController.MicrophonePrivacyController(string, MicrophonePrivacyControllerConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Microphone Privacy\MicrophonePrivacyController.cs(267,16): warning CS1591: Missing XML comment for publicly visible type or member 'MicrophonePrivacyControllerFactory.MicrophonePrivacyControllerFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\CrestronGenericBaseCommunicationMonitor.cs(23,10): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGenericBaseCommunicationMonitor.CrestronGenericBaseCommunicationMonitor(IKeyed, GenericBase, long, long)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\GenericCommunicationMonitor.cs(15,30): warning CS1591: Missing XML comment for publicly visible type or member 'GenericCommunicationMonitor.Client' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\GenericCommunicationMonitor.cs(293,14): warning CS1591: Missing XML comment for publicly visible type or member 'CommunicationMonitorConfig.TimeToWarning' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\GenericCommunicationMonitor.cs(294,14): warning CS1591: Missing XML comment for publicly visible type or member 'CommunicationMonitorConfig.TimeToError' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\GenericCommunicationMonitor.cs(295,17): warning CS1591: Missing XML comment for publicly visible type or member 'CommunicationMonitorConfig.PollString' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(14,10): warning CS1591: Missing XML comment for publicly visible type or member 'IStatusMonitor.Parent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(15,52): warning CS1591: Missing XML comment for publicly visible type or member 'IStatusMonitor.StatusChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(16,17): warning CS1591: Missing XML comment for publicly visible type or member 'IStatusMonitor.Status' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(17,10): warning CS1591: Missing XML comment for publicly visible type or member 'IStatusMonitor.Message' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(18,16): warning CS1591: Missing XML comment for publicly visible type or member 'IStatusMonitor.IsOnlineFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(19,8): warning CS1591: Missing XML comment for publicly visible type or member 'IStatusMonitor.Start()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(20,8): warning CS1591: Missing XML comment for publicly visible type or member 'IStatusMonitor.Stop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(29,21): warning CS1591: Missing XML comment for publicly visible type or member 'ICommunicationMonitor.CommunicationMonitor' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(37,9): warning CS1591: Missing XML comment for publicly visible type or member 'MonitorStatus.StatusUnknown' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(38,3): warning CS1591: Missing XML comment for publicly visible type or member 'MonitorStatus.IsOk' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(39,9): warning CS1591: Missing XML comment for publicly visible type or member 'MonitorStatus.InWarning' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(40,9): warning CS1591: Missing XML comment for publicly visible type or member 'MonitorStatus.InError' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(43,15): warning CS1591: Missing XML comment for publicly visible type or member 'MonitorStatusChangeEventArgs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(54,10): warning CS1591: Missing XML comment for publicly visible type or member 'MonitorStatusChangeEventArgs.MonitorStatusChangeEventArgs(MonitorStatus)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\Interfaces.cs(60,10): warning CS1591: Missing XML comment for publicly visible type or member 'MonitorStatusChangeEventArgs.MonitorStatusChangeEventArgs(MonitorStatus, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(16,24): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(18,59): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.StatusChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(35,23): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.IsOnlineFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(37,15): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(39,24): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.Status' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(54,17): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.Message' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(72,10): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.StatusMonitorBase(IKeyed, long, long)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(86,24): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.Start()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(87,24): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.Stop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(89,18): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.OnStatusChange(MonitorStatus)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(101,18): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.OnStatusChange(MonitorStatus, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(113,18): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.StartErrorTimers()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(119,18): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.StopErrorTimers()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorBase.cs(127,24): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorBase.ResetErrorTimers()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorCollection.cs(21,17): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorCollection.Parent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorCollection.cs(27,59): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorCollection.StatusChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorCollection.cs(44,10): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorCollection.StatusMonitorCollection(IKeyed)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\StatusMonitorCollection.cs(139,18): warning CS1591: Missing XML comment for publicly visible type or member 'StatusMonitorCollection.OnStatusChange(MonitorStatus, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(29,46): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.SystemMonitorPropertiesChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(31,57): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.ProgramStatusFeedbackCollection' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(32,59): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.EthernetStatusFeedbackCollection' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(98,13): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.SystemMonitorController(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(467,22): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.EthernetStatusFeedbacks' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(516,20): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.EthernetStatusFeedbacks.EthernetStatusFeedbacks(short)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(624,61): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.ProgramStatusFeedbacks.ProgramInfoChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(675,20): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorController.ProgramStatusFeedbacks.ProgramStatusFeedbacks(Program)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(867,21): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.ProgramNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(871,39): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.OperatingState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(878,42): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.RegistrationState' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(884,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.ProgramFile' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(890,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.FriendlyName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(896,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.CompilerRevision' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(899,21): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.CompilerRevisionInfo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(911,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.CompileTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(917,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.Include4Dat' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(924,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.SystemName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(930,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.CrestronDb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(936,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.Environment' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(942,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.Programmer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(950,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.ApplicationName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(956,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.ProgramTool' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(962,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.MinFirmwareVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(968,23): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.PlugInVersion' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(970,16): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfo.ProgramInfo(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(1002,16): warning CS1591: Missing XML comment for publicly visible type or member 'ProgramInfoEventArgs.ProgramInfoEventArgs(ProgramInfo)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\EssentialsPartitionController.cs(17,21): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPartitionController.IsInAutoMode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\EssentialsPartitionController.cs(21,21): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPartitionController.PartitionPresent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\EssentialsPartitionController.cs(48,16): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPartitionController.EssentialsPartitionController(string, string, IPartitionStateProvider, bool, List)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(13,22): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionStateProvider.PartitionPresentFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(16,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionStateProvider.PartitionPresent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(25,22): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionController.AdjacentRoomKeys' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(28,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionController.IsInAutoMode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(30,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionController.SetPartitionStatePresent()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(32,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionController.SetPartitionStateNotPresent()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(34,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionController.ToggglePartitionState()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(36,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionController.SetManualMode()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\PartitionSensor\IPartitionStateProvider.cs(38,14): warning CS1591: Missing XML comment for publicly visible type or member 'IPartitionController.SetAutoMode()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(22,30): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.PresetRecalledCallback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(24,30): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.PresetsSavedCallback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(40,16): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.DevicePresetsModel(string, ISetTopBoxNumericKeypad, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(74,16): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.DevicePresetsModel(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(91,45): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.PresetRecalled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(92,43): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.PresetsSaved' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(112,20): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.Count' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresets.cs(133,35): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsModel.PresetsLoaded' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\DevicePresetsView.cs(38,10): warning CS1591: Missing XML comment for publicly visible type or member 'DevicePresetsView.DevicePresetsView(BasicTriListWithSmartObject, DevicePresetsModel)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetBase.cs(22,20): warning CS1591: Missing XML comment for publicly visible type or member 'PresetBase.ID' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetBase.cs(48,16): warning CS1591: Missing XML comment for publicly visible type or member 'PresetBase.PresetBase(int, string, bool, bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(22,17): warning CS1591: Missing XML comment for publicly visible type or member 'PresetChannel.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(28,17): warning CS1591: Missing XML comment for publicly visible type or member 'PresetChannel.IconUrl' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(34,17): warning CS1591: Missing XML comment for publicly visible type or member 'PresetChannel.Channel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(46,17): warning CS1591: Missing XML comment for publicly visible type or member 'PresetsList.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(52,30): warning CS1591: Missing XML comment for publicly visible type or member 'PresetsList.Channels' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetsListSubpageReferenceListItem.cs(23,10): warning CS1591: Missing XML comment for publicly visible type or member 'PresetsListSubpageReferenceListItem.PresetsListSubpageReferenceListItem(PresetChannel, uint, SubpageReferenceList, DevicePresetsView)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\GenericQueue.cs(17,59): warning CS1591: Missing XML comment for publicly visible type or member 'GenericQueue._queue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\GenericQueue.cs(18,35): warning CS1591: Missing XML comment for publicly visible type or member 'GenericQueue._worker' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\GenericQueue.cs(19,35): warning CS1591: Missing XML comment for publicly visible type or member 'GenericQueue._waitHandle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\GenericQueue.cs(259,10): warning CS1591: Missing XML comment for publicly visible type or member 'GenericQueue.~GenericQueue()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\IQueue.cs(11,14): warning CS1591: Missing XML comment for publicly visible type or member 'IQueue.Enqueue(T)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\IQueue.cs(12,14): warning CS1591: Missing XML comment for publicly visible type or member 'IQueue.Disposed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\IQueueMessage.cs(10,14): warning CS1591: Missing XML comment for publicly visible type or member 'IQueueMessage.Dispatch()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\StringResponseProcessor.cs(7,25): warning CS1591: Missing XML comment for publicly visible type or member 'StringResponseProcessor' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Queues\StringResponseProcessor.cs(101,10): warning CS1591: Missing XML comment for publicly visible type or member 'StringResponseProcessor.~StringResponseProcessor()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\ActionIncrementer.cs(18,20): warning CS1591: Missing XML comment for publicly visible type or member 'ActionIncrementer.ChangeAmount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\ActionIncrementer.cs(19,20): warning CS1591: Missing XML comment for publicly visible type or member 'ActionIncrementer.MaxValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\ActionIncrementer.cs(20,20): warning CS1591: Missing XML comment for publicly visible type or member 'ActionIncrementer.MinValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\ActionIncrementer.cs(21,21): warning CS1591: Missing XML comment for publicly visible type or member 'ActionIncrementer.RepeatDelay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\ActionIncrementer.cs(22,21): warning CS1591: Missing XML comment for publicly visible type or member 'ActionIncrementer.RepeatTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\UshortSigIncrementer.cs(19,23): warning CS1591: Missing XML comment for publicly visible type or member 'UshortSigIncrementer.ChangeAmount' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\UshortSigIncrementer.cs(20,20): warning CS1591: Missing XML comment for publicly visible type or member 'UshortSigIncrementer.MaxValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\UshortSigIncrementer.cs(21,20): warning CS1591: Missing XML comment for publicly visible type or member 'UshortSigIncrementer.MinValue' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\UshortSigIncrementer.cs(22,21): warning CS1591: Missing XML comment for publicly visible type or member 'UshortSigIncrementer.RepeatDelay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\UshortSigIncrementer.cs(23,21): warning CS1591: Missing XML comment for publicly visible type or member 'UshortSigIncrementer.RepeatTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Ramps and Increments\UshortSigIncrementer.cs(27,16): warning CS1591: Missing XML comment for publicly visible type or member 'UshortSigIncrementer.UshortSigIncrementer(UShortInputSig, ushort, int, int, uint, uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(28,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupied.FeatureEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(30,25): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupied.FeatureEnabledTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(54,16): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupied.RoomOnToDefaultSourceWhenOccupied(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(156,33): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupied.CustomSetConfig(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(372,84): warning CS1573: Parameter 'newTime' has no matching param tag in the XML comment for 'RoomOnToDefaultSourceWhenOccupied.CheckExistingEventTimeForMatch(ScheduledEvent, DateTime)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(527,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.RoomKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(533,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableRoomOnWhenOccupied' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(539,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.OccupancyStartTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(545,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.OccupancyEndTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(551,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableSunday' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(557,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableMonday' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(563,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableTuesday' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(569,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableWednesday' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(575,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableThursday' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(581,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableFriday' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(587,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedConfig.EnableSaturday' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(595,16): warning CS1591: Missing XML comment for publicly visible type or member 'RoomOnToDefaultSourceWhenOccupiedFactory.RoomOnToDefaultSourceWhenOccupiedFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\RoomCombinationScenario.cs(57,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoomCombinationScenario.IsActive' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\RoomCombinationScenario.cs(76,29): warning CS1591: Missing XML comment for publicly visible type or member 'RoomCombinationScenario.IsActiveFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\RoomCombinationScenario.cs(82,16): warning CS1591: Missing XML comment for publicly visible type or member 'RoomCombinationScenario.RoomCombinationScenario(RoomCombinationScenarioConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\RoomCombinationScenario.cs(101,27): warning CS1591: Missing XML comment for publicly visible type or member 'RoomCombinationScenario.Activate()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\RoomCombinationScenario.cs(119,27): warning CS1591: Missing XML comment for publicly visible type or member 'RoomCombinationScenario.Deactivate()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EsentialsRoomEmergencyContactClosure.cs(12,46): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomEmergencyContactClosure.EmergencyStateChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EsentialsRoomEmergencyContactClosure.cs(23,16): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomEmergencyContactClosure.EssentialsRoomEmergencyContactClosure(string, EssentialsRoomEmergencyConfig, IEssentialsRoom)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EsentialsRoomEmergencyContactClosure.cs(98,39): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoomEmergency.EmergencyStateChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EsentialsRoomEmergencyContactClosure.cs(100,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoomEmergency.InEmergency' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(32,29): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.IsWarmingUpFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(33,29): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.IsCoolingDownFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(40,21): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.OccupancyStatusProviderIsRemote' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(42,39): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.EnvironmentalControlDevices' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(44,21): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.HasEnvironmentalControlDevices' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(52,39): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.IsWarmingFeedbackFunc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(53,39): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.IsCoolingFeedbackFunc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(65,32): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase._defaultListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(72,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.SourceListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(94,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.DestinationListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(117,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.AudioControlPointListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(140,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.CameraListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(171,20): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.ShutdownVacancySeconds' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(172,30): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.ShutdownType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(174,44): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.Emergency' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(176,57): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.MicrophonePrivacy' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(178,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.LogoUrlLightBkgnd' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(185,41): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.RoomVacancyShutdownTimer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(207,56): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.SavedVolumeLevels' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(215,16): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.EssentialsRoomBase(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(286,24): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomBase.SetDestinationListKey(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(399,83): warning CS1573: Parameter 'timeoutMinutes' has no matching param tag in the XML comment for 'EssentialsRoomBase.SetRoomOccupancy(IOccupancyStatusProvider, int)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(482,9): warning CS1591: Missing XML comment for publicly visible type or member 'eShutdownType.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(483,9): warning CS1591: Missing XML comment for publicly visible type or member 'eShutdownType.External' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(484,9): warning CS1591: Missing XML comment for publicly visible type or member 'eShutdownType.Manual' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(485,9): warning CS1591: Missing XML comment for publicly visible type or member 'eShutdownType.Vacancy' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(488,17): warning CS1591: Missing XML comment for publicly visible type or member 'eVacancyMode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(490,9): warning CS1591: Missing XML comment for publicly visible type or member 'eVacancyMode.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(491,9): warning CS1591: Missing XML comment for publicly visible type or member 'eVacancyMode.InInitialVacancy' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(492,9): warning CS1591: Missing XML comment for publicly visible type or member 'eVacancyMode.InShutdownWarning' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(500,9): warning CS1591: Missing XML comment for publicly visible type or member 'eWarmingCoolingMode.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(501,9): warning CS1591: Missing XML comment for publicly visible type or member 'eWarmingCoolingMode.Warming' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(502,9): warning CS1591: Missing XML comment for publicly visible type or member 'eWarmingCoolingMode.Cooling' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(505,27): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomEmergencyBase' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(507,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomEmergencyBase.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\EssentialsRoomBase.cs(509,16): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomEmergencyBase.EssentialsRoomEmergencyBase(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(20,22): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.OnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(22,22): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.IsWarmingUpFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(23,22): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.IsCoolingDownFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(25,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.IsMobileControlEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(26,37): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.MobileControlRoomBridge' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(28,16): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.SourceListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(30,16): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.DestinationListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(32,16): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.AudioControlPointListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(34,16): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.CameraListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(36,31): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.ShutdownPromptTimer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(37,13): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.ShutdownPromptSeconds' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(38,13): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.ShutdownVacancySeconds' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(39,23): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.ShutdownType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(41,16): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.LogoUrlLightBkgnd' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(42,16): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.LogoUrlDarkBkgnd' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(44,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.StartShutdown(eShutdownType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(46,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.Shutdown()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IEssentialsRoom.cs(48,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEssentialsRoom.PowerOnToDefaultOrLastSource()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(14,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasInCallFeedback.InCallFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(22,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasDefaultDisplay.DefaultDisplay' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(31,67): warning CS1591: Missing XML comment for publicly visible type or member 'IHasMultipleDisplays.Displays' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(39,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRunRouteAction.RunRouteAction(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(41,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRunRouteAction.RunRouteAction(string, string, Action)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(49,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRunDirectRouteAction.RunDirectRoute(string, string, eRoutingSignalType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(57,16): warning CS1591: Missing XML comment for publicly visible type or member 'IHasMatrixRouting.MatrixRoutingDeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(59,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasMatrixRouting.EndpointKeys' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(67,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasRoutingEndpoints.EndpointKeys' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(75,31): warning CS1591: Missing XML comment for publicly visible type or member 'IShutdownPromptTimer.ShutdownPromptTimer' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(77,14): warning CS1591: Missing XML comment for publicly visible type or member 'IShutdownPromptTimer.SetShutdownPromptSeconds(int)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(79,14): warning CS1591: Missing XML comment for publicly visible type or member 'IShutdownPromptTimer.StartShutdown(eShutdownType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(87,51): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPassword.TechPasswordValidateResult' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(89,39): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPassword.TechPasswordChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(91,13): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPassword.TechPasswordLength' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(93,14): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPassword.ValidateTechPassword(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(95,14): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPassword.SetTechPassword(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(108,16): warning CS1591: Missing XML comment for publicly visible type or member 'TechPasswordEventArgs.TechPasswordEventArgs(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(119,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRunDefaultPresentRoute.RunDefaultPresentRoute()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(127,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRunDefaultCallRoute.RunDefaultCallRoute()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(135,32): warning CS1591: Missing XML comment for publicly visible type or member 'IEnvironmentalControls.EnvironmentalControlDevices' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(137,14): warning CS1591: Missing XML comment for publicly visible type or member 'IEnvironmentalControls.HasEnvironmentalControlDevices' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(140,22): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(142,34): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy.RoomOccupancy' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(143,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy.OccupancyStatusProviderIsRemote' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(145,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy.SetRoomOccupancy(IOccupancyStatusProvider, int)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(147,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy.RoomVacatedForTimeoutPeriod(object)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(149,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy.StartRoomVacancyTimer(eVacancyMode)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(151,22): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy.VacancyMode' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(153,39): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomOccupancy.RoomOccupancyIsSet' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(161,37): warning CS1591: Missing XML comment for publicly visible type or member 'IEmergency.Emergency' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(169,50): warning CS1591: Missing XML comment for publicly visible type or member 'IMicrophonePrivacy.MicrophonePrivacy' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(177,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHasAccessoryDevices.AccessoryDeviceKeys' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Interfaces.cs(185,16): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCiscoNavigatorTouchpanel.CiscoNavigatorTouchpanelKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\iOccupancyStatusProvider.cs(16,22): warning CS1591: Missing XML comment for publicly visible type or member 'IOccupancyStatusProvider.RoomIsOccupiedFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IRoomEventSchedule.cs(12,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomEventSchedule.AddOrUpdateScheduledEvent(ScheduledEventConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IRoomEventSchedule.cs(14,36): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomEventSchedule.GetScheduledEvents()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\IRoomEventSchedule.cs(16,53): warning CS1591: Missing XML comment for publicly visible type or member 'IRoomEventSchedule.ScheduledEventsChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Room.cs(15,24): warning CS1591: Missing XML comment for publicly visible type or member 'Room' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Room.cs(17,32): warning CS1591: Missing XML comment for publicly visible type or member 'Room.RoomIsOnFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Room.cs(18,32): warning CS1591: Missing XML comment for publicly visible type or member 'Room.IsCoolingDownFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Room.cs(19,32): warning CS1591: Missing XML comment for publicly visible type or member 'Room.IsWarmingUpFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Room.cs(42,10): warning CS1591: Missing XML comment for publicly visible type or member 'Room.Room(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Room.cs(62,47): warning CS1591: Missing XML comment for publicly visible type or member 'Room.Feedbacks' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IInputSync.cs(15,14): warning CS1591: Missing XML comment for publicly visible type or member 'IVideoSync.VideoSyncDetected' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IInputSync.cs(17,28): warning CS1591: Missing XML comment for publicly visible type or member 'IVideoSync.VideoSyncChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IMatrixRouting.cs(10,47): warning CS1591: Missing XML comment for publicly visible type or member 'IMatrixRouting.InputSlots' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IMatrixRouting.cs(11,48): warning CS1591: Missing XML comment for publicly visible type or member 'IMatrixRouting.OutputSlots' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IMatrixRouting.cs(13,14): warning CS1591: Missing XML comment for publicly visible type or member 'IMatrixRouting.Route(string, string, eRoutingSignalType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingInputSlot.cs(8,16): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingInputSlot.TxDeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingOutputSlot.cs(11,28): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingOutputSlot.OutputSlotChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingOutputSlot.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingOutputSlot.RxDeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingOutputSlot.cs(15,59): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingOutputSlot.CurrentRoutes' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingSlot.cs(15,13): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingSlot.SlotNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingSlot.cs(17,28): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingSlot.SupportedSignalTypes' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,3): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,9): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.BackplaneOnly' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,24): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.DisplayPort' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,37): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Dvi' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,42): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Hdmi' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,48): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Rgb' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,53): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Vga' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,58): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.LineAudio' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,69): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.DigitalAudio' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(8,83): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Sdi' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,3): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Composite' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,14): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Component' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,25): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.DmCat' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,32): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.DmMmFiber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,43): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.DmSmFiber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,54): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Speaker' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,63): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.Streaming' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,74): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.UsbC' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingPortConnectionType.cs(9,80): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingPortConnectionType.HdBaseT' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(10,17): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingSignalType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(12,3): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingSignalType.Audio' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(13,3): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingSignalType.Video' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(14,3): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingSignalType.AudioVideo' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(15,9): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingSignalType.UsbOutput' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(16,9): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingSignalType.UsbInput' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(17,9): warning CS1591: Missing XML comment for publicly visible type or member 'eRoutingSignalType.SecondaryAudio' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\Extensions.cs(331,31): warning CS1573: Parameter 'outputPortToUse' has no matching param tag in the XML comment for 'Extensions.GetRouteToSource(IRoutingInputs, IRoutingOutputs, RoutingOutputPort, List, eRoutingSignalType, int, RouteDescriptor, RoutingInputPort, RoutingOutputPort)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\Extensions.cs(332,139): warning CS1573: Parameter 'sourcePort' has no matching param tag in the XML comment for 'Extensions.GetRouteToSource(IRoutingInputs, IRoutingOutputs, RoutingOutputPort, List, eRoutingSignalType, int, RouteDescriptor, RoutingInputPort, RoutingOutputPort)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRmcRouting.cs(8,21): warning CS1591: Missing XML comment for publicly visible type or member 'IRmcRouting.AudioVideoSourceNumericFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRouting.cs(14,8): warning CS1591: Missing XML comment for publicly visible type or member 'IRouting.ExecuteSwitch(object, object, eRoutingSignalType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingFeedback.cs(13,53): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingFeedback.NumericSwitchChange' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingHasVideoInputSyncFeedbacks.cs(20,36): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingHasVideoInputSyncFeedbacks.VideoInputSyncFeedbacks' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingInputs.cs(11,43): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingInputs.InputPorts' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingNumeric.cs(8,14): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingNumeric.ExecuteNumericSwitch(ushort, ushort, eRoutingSignalType)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingOutputs.cs(12,44): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingOutputs.OutputPorts' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingSinkWithSwitching.cs(15,8): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingSinkWithSwitching.ExecuteSwitch(object)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\IRoutingSinkWithSwitching.cs(23,40): warning CS1591: Missing XML comment for publicly visible type or member 'IRoutingSinkWithSwitchingWithInputPort.InputChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RouteDescriptorCollection.cs(14,49): warning CS1591: Missing XML comment for publicly visible type or member 'RouteDescriptorCollection.DefaultCollection' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RouteDescriptorCollection.cs(60,32): warning CS1591: Missing XML comment for publicly visible type or member 'RouteDescriptorCollection.GetRouteDescriptorForDestinationAndInputPort(IRoutingInputs, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(24,34): warning CS1573: Parameter 'key' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(24,58): warning CS1573: Parameter 'type' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(24,91): warning CS1573: Parameter 'connType' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(35,34): warning CS1573: Parameter 'key' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs, bool)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(35,58): warning CS1573: Parameter 'type' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs, bool)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(35,91): warning CS1573: Parameter 'connType' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs, bool)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(36,11): warning CS1573: Parameter 'selector' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs, bool)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\RoutingInputPort.cs(36,36): warning CS1573: Parameter 'parent' has no matching param tag in the XML comment for 'RoutingInputPort.RoutingInputPort(string, eRoutingSignalType, eRoutingPortConnectionType, object, IRoutingInputs, bool)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\CrestronGlobalSecretsProvider.cs(25,16): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronGlobalSecretsProvider.CrestronGlobalSecretsProvider(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\CrestronLocalSecretsProvider.cs(27,16): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronLocalSecretsProvider.CrestronLocalSecretsProvider(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\CrestronSecret.cs(14,32): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronSecret.Provider' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\CrestronSecret.cs(15,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronSecret.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\CrestronSecret.cs(17,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronSecret.Value' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\CrestronSecret.cs(19,16): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronSecret.CrestronSecret(string, string, ISecretProvider)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\SecretsManager.cs(10,25): warning CS1591: Missing XML comment for publicly visible type or member 'SecretsManager' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\SecretsManager.cs(12,59): warning CS1591: Missing XML comment for publicly visible type or member 'SecretsManager.Secrets' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\SecretsPropertiesConfig.cs(18,23): warning CS1591: Missing XML comment for publicly visible type or member 'SecretsPropertiesConfig.Provider' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Secrets\SecretsPropertiesConfig.cs(20,23): warning CS1591: Missing XML comment for publicly visible type or member 'SecretsPropertiesConfig.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(11,36): warning CS1591: Missing XML comment for publicly visible type or member 'IShades.Shades' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(19,14): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenCloseStop.Open()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(20,14): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenCloseStop.Close()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(21,14): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenCloseStop.Stop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(24,22): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenClosePreset' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(26,14): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenClosePreset.RecallPreset(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(27,14): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenClosePreset.SavePreset(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(28,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenClosePreset.StopOrPresetButtonLabel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(30,28): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenClosePreset.PresetSaved' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(39,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesRaiseLowerFeedback.ShadeIsLoweringFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(40,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesRaiseLowerFeedback.ShadeIsRaisingFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(48,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenClosedFeedback.ShadeIsOpenFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(49,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenClosedFeedback.ShadeIsClosedFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(57,8): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesStopOrMove.OpenOrStop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(58,8): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesStopOrMove.CloseOrStop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(59,8): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesStopOrMove.OpenCloseOrStop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(67,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesStopFeedback.IsStoppedFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(75,8): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesPosition.SetPosition(ushort)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(83,15): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesFeedback.PositionFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(91,8): warning CS1591: Missing XML comment for publicly visible type or member 'ISceneFeedback.Run()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(92,16): warning CS1591: Missing XML comment for publicly visible type or member 'ISceneFeedback.AllAreAtSceneFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\Shade Interfaces.cs(95,19): warning CS1591: Missing XML comment for publicly visible type or member 'ICrestronBasicShade' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\ShadeBase.cs(14,27): warning CS1591: Missing XML comment for publicly visible type or member 'ShadeBase' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\ShadeBase.cs(16,16): warning CS1591: Missing XML comment for publicly visible type or member 'ShadeBase.ShadeBase(string, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\ShadeBase.cs(24,30): warning CS1591: Missing XML comment for publicly visible type or member 'ShadeBase.Open()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\ShadeBase.cs(25,30): warning CS1591: Missing XML comment for publicly visible type or member 'ShadeBase.Stop()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Shades\ShadeBase.cs(26,30): warning CS1591: Missing XML comment for publicly visible type or member 'ShadeBase.Close()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SigHelper.cs(21,46): warning CS1573: Parameter 'act' has no matching param tag in the XML comment for 'SigHelper.Pressed(Sig, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectDPad.cs(37,10): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectDPad.SmartObjectDPad(SmartObject, bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectDynamicList.cs(20,23): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectDynamicList.SigNameScrollToItem' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectDynamicList.cs(21,23): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectDynamicList.SigNameSetNumberOfItems' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectDynamicList.cs(28,17): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectDynamicList.Count' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectHelperBase.cs(29,10): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectHelperBase.SmartObjectHelperBase(SmartObject, bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectHelperBase.cs(40,4): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectHelperBase.~SmartObjectHelperBase()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(25,24): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.Digit1' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(26,24): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.Digit2' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(27,24): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.Digit3' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(28,24): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.Digit4' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(33,24): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.Digit6' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(34,24): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.Digit7' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(35,24): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.Digit8' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SmartObjectNumeric.cs(53,10): warning CS1591: Missing XML comment for publicly visible type or member 'SmartObjectNumeric.SmartObjectNumeric(SmartObject, bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SubpageReferencList\SubpageReferenceList.cs(34,17): warning CS1591: Missing XML comment for publicly visible type or member 'SubpageReferenceList.Count' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SubpageReferencList\SubpageReferenceList.cs(39,17): warning CS1591: Missing XML comment for publicly visible type or member 'SubpageReferenceList.MaxDefinedItems' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SubpageReferencList\SubpageReferenceList.cs(59,34): warning CS1591: Missing XML comment for publicly visible type or member 'SubpageReferenceList.SRL' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SubpageReferencList\SubpageReferenceList.cs(60,53): warning CS1591: Missing XML comment for publicly visible type or member 'SubpageReferenceList.Items' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SubpageReferencList\SubpageReferenceList.cs(62,10): warning CS1591: Missing XML comment for publicly visible type or member 'SubpageReferenceList.SubpageReferenceList(BasicTriListWithSmartObject, uint, uint, uint, uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SubpageReferencList\SubpageReferenceListItem.cs(20,18): warning CS1591: Missing XML comment for publicly visible type or member 'SubpageReferenceListItem.Index' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\SmartObjects\SubpageReferencList\SubpageReferenceListItem.cs(22,10): warning CS1591: Missing XML comment for publicly visible type or member 'SubpageReferenceListItem.SubpageReferenceListItem(uint, SubpageReferenceList)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\CountdownTimer.cs(17,46): warning CS1591: Missing XML comment for publicly visible type or member 'SecondsCountdownTimer.HasStarted' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\CountdownTimer.cs(18,46): warning CS1591: Missing XML comment for publicly visible type or member 'SecondsCountdownTimer.HasFinished' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\CountdownTimer.cs(19,46): warning CS1591: Missing XML comment for publicly visible type or member 'SecondsCountdownTimer.WasCancelled' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(30,16): warning CS1591: Missing XML comment for publicly visible type or member 'RetriggerableTimer.RetriggerableTimer(string, DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(101,26): warning CS1572: XML comment has a param tag for 'o', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(102,50): warning CS1573: Parameter 'action' has no matching param tag in the XML comment for 'RetriggerableTimer.TimerElapsedCallback(object)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(148,21): warning CS1591: Missing XML comment for publicly visible type or member 'RetriggerableTimerPropertiesConfig.StartTimerOnActivation' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(151,21): warning CS1591: Missing XML comment for publicly visible type or member 'RetriggerableTimerPropertiesConfig.TimerIntervalMs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(154,75): warning CS1591: Missing XML comment for publicly visible type or member 'RetriggerableTimerPropertiesConfig.Events' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(156,16): warning CS1591: Missing XML comment for publicly visible type or member 'RetriggerableTimerPropertiesConfig.RetriggerableTimerPropertiesConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(167,9): warning CS1591: Missing XML comment for publicly visible type or member 'eRetriggerableTimerEvents.Elapsed' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(168,9): warning CS1591: Missing XML comment for publicly visible type or member 'eRetriggerableTimerEvents.Stopped' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(176,16): warning CS1591: Missing XML comment for publicly visible type or member 'RetriggerableTimerFactory.RetriggerableTimerFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Timers\RetriggerableTimer.cs(181,42): warning CS1591: Missing XML comment for publicly visible type or member 'RetriggerableTimerFactory.BuildDevice(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(14,50): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.ControlProperties' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(20,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.IpId' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(26,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.DefaultRoomKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(32,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.RoomListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(38,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.SgdFile' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(44,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.ProjectName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(47,22): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.ShowVolumeGauge' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(50,22): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.UsesSplashPage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(53,22): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.ShowDate' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(56,22): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.ShowTime' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(62,40): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.Setup' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(68,23): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.HeaderStyle' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(71,22): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.IncludeInFusionRoomHealth' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(74,22): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.ScreenSaverTimeoutMin' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(77,22): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.ScreenSaverMovePositionIntervalMs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(87,16): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.CrestronTouchpanelPropertiesConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(89,16): warning CS1591: Missing XML comment for publicly visible type or member 'CrestronTouchpanelPropertiesConfig.CrestronTouchpanelPropertiesConfig(bool)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(116,21): warning CS1591: Missing XML comment for publicly visible type or member 'UiSetupPropertiesConfig.IsVisible' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Interfaces.cs(15,37): warning CS1591: Missing XML comment for publicly visible type or member 'IHasBasicTriListWithSmartObject.Panel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(30,21): warning CS1591: Missing XML comment for publicly visible type or member 'HabaneroKeyboardController.IsVisible' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(32,23): warning CS1591: Missing XML comment for publicly visible type or member 'HabaneroKeyboardController.DotComButtonString' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(448,23): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardControllerPressEventArgs.Text' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(454,16): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardControllerPressEventArgs.KeyboardControllerPressEventArgs(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(459,16): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardControllerPressEventArgs.KeyboardControllerPressEventArgs(KeyboardSpecialKey)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(470,9): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardSpecialKey.None' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(470,19): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardSpecialKey.Backspace' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(470,30): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardSpecialKey.Clear' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(470,37): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardSpecialKey.GoButton' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Keyboards\HabaneroKeyboardController.cs(470,47): warning CS1591: Missing XML comment for publicly visible type or member 'KeyboardSpecialKey.SecondaryButton' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Mpc3Touchpanel.cs(22,10): warning CS1591: Missing XML comment for publicly visible type or member 'Mpc3TouchpanelController.Mpc3TouchpanelController(string, string, CrestronControlSystem, Dictionary)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Mpc3Touchpanel.cs(352,52): warning CS1591: Missing XML comment for publicly visible type or member 'KeypadButton.EventTypes' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Mpc3Touchpanel.cs(355,31): warning CS1591: Missing XML comment for publicly visible type or member 'KeypadButton.Feedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Mpc3Touchpanel.cs(357,10): warning CS1591: Missing XML comment for publicly visible type or member 'KeypadButton.KeypadButton()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Mpc3Touchpanel.cs(373,17): warning CS1591: Missing XML comment for publicly visible type or member 'KeypadButtonFeedback.DeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Mpc3Touchpanel.cs(376,17): warning CS1591: Missing XML comment for publicly visible type or member 'KeypadButtonFeedback.FeedbackName' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(116,20): warning CS1572: XML comment has a param tag for 'timeMs', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(117,20): warning CS1572: XML comment has a param tag for 'decreasingGauge', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(120,63): warning CS1573: Parameter 'title' has no matching param tag in the XML comment for 'ModalDialog.PresentModalDialog(uint, string, string, string, string, string, bool, bool, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(120,77): warning CS1573: Parameter 'iconName' has no matching param tag in the XML comment for 'ModalDialog.PresentModalDialog(uint, string, string, string, string, string, bool, bool, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(121,11): warning CS1573: Parameter 'message' has no matching param tag in the XML comment for 'ModalDialog.PresentModalDialog(uint, string, string, string, string, string, bool, bool, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(121,27): warning CS1573: Parameter 'button1Text' has no matching param tag in the XML comment for 'ModalDialog.PresentModalDialog(uint, string, string, string, string, string, bool, bool, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(122,11): warning CS1573: Parameter 'button2Text' has no matching param tag in the XML comment for 'ModalDialog.PresentModalDialog(uint, string, string, string, string, string, bool, bool, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(122,29): warning CS1573: Parameter 'showGauge' has no matching param tag in the XML comment for 'ModalDialog.PresentModalDialog(uint, string, string, string, string, string, bool, bool, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\ModalDialog.cs(122,45): warning CS1573: Parameter 'showCancel' has no matching param tag in the XML comment for 'ModalDialog.PresentModalDialog(uint, string, string, string, string, string, bool, bool, Action)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\TriListExtensions.cs(47,31): warning CS1591: Missing XML comment for publicly visible type or member 'SigAndTriListExtensions.SetSigTrueAction(BasicTriList, uint, Action)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\TriListExtensions.cs(218,31): warning CS1591: Missing XML comment for publicly visible type or member 'SigAndTriListExtensions.ClearBoolSigAction(BasicTriList, uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\TriListExtensions.cs(311,25): warning CS1591: Missing XML comment for publicly visible type or member 'SigAndTriListExtensions.SetString(BasicTriList, uint, string, eStringEncoding)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\TriListBridges\HandlerBridge.cs(12,24): warning CS1591: Missing XML comment for publicly visible type or member 'HandlerBridge' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\BlurayPageManager.cs(13,10): warning CS1591: Missing XML comment for publicly visible type or member 'DiscPlayerMediumPageManager.DiscPlayerMediumPageManager(IDiscPlayerControls, BasicTriListWithSmartObject)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(13,24): warning CS1591: Missing XML comment for publicly visible type or member 'PageManager.ActiveJoins' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(15,24): warning CS1591: Missing XML comment for publicly visible type or member 'PageManager.Show()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(17,24): warning CS1591: Missing XML comment for publicly visible type or member 'PageManager.Hide()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(41,10): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultPageManager.DefaultPageManager(IUiDisplayInfo, BasicTriList)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(47,10): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultPageManager.DefaultPageManager(uint, BasicTriList)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(76,41): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.TriList' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(77,18): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.LeftSubpageJoin' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(78,18): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.BackingPageJoin' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(79,20): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.AllLeftSubpages' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(80,18): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.DisplayUiType' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(82,13): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.MediumLeftSwitchablePageManager(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(87,18): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.InterlockLeftSubpage(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(95,18): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.ClearLeftInterlock()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\PageManager.cs(101,18): warning CS1591: Missing XML comment for publicly visible type or member 'MediumLeftSwitchablePageManager.GetOffsetJoin()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\SetTopBoxThreePanelPageManager.cs(17,41): warning CS1591: Missing XML comment for publicly visible type or member 'ThreePanelPlusOnePageManager.TriList' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\SetTopBoxTwoPanelPageManager.cs(15,10): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxMediumPageManager.SetTopBoxMediumPageManager(ISetTopBoxControls, BasicTriListWithSmartObject)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\UI PageManagers\SinglePageManager.cs(15,10): warning CS1591: Missing XML comment for publicly visible type or member 'SinglePageManager.SinglePageManager(uint, BasicTriList)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Utilities\ActionSequence.cs(33,16): warning CS1591: Missing XML comment for publicly visible type or member 'ActionSequence.ActionSequence(string, DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Utilities\ActionSequence.cs(130,51): warning CS1591: Missing XML comment for publicly visible type or member 'ActionSequencePropertiesConfig.ActionSequence' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Utilities\ActionSequence.cs(132,16): warning CS1591: Missing XML comment for publicly visible type or member 'ActionSequencePropertiesConfig.ActionSequencePropertiesConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Utilities\ActionSequence.cs(147,20): warning CS1591: Missing XML comment for publicly visible type or member 'SequencedDeviceActionWrapper.DelayMs' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Utilities\ActionSequence.cs(155,16): warning CS1591: Missing XML comment for publicly visible type or member 'ActionSequenceFactory.ActionSequenceFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Utilities\ActionSequence.cs(160,42): warning CS1591: Missing XML comment for publicly visible type or member 'ActionSequenceFactory.BuildDevice(DeviceConfig)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(17,21): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusFuncsWrapper.HasVideoStatusFunc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(18,21): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusFuncsWrapper.HdcpActiveFeedbackFunc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(19,23): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusFuncsWrapper.HdcpStateFeedbackFunc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(20,23): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusFuncsWrapper.VideoResolutionFeedbackFunc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(21,21): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusFuncsWrapper.VideoSyncFeedbackFunc' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(23,10): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusFuncsWrapper.VideoStatusFuncsWrapper()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(46,25): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusOutputs.HdcpStateFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(47,25): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusOutputs.VideoResolutionFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(48,23): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusOutputs.VideoSyncFeedback' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(59,10): warning CS1591: Missing XML comment for publicly visible type or member 'VideoStatusOutputs.VideoStatusOutputs(VideoStatusFuncsWrapper)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\EssentialsWebApiFactory.cs(13,10): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsWebApiFactory.EssentialsWebApiFactory()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\EssentialsWebApiHelpers.cs(10,22): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsWebApiHelpers' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\EssentialsWebApiPropertiesConfig.cs(14,17): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsWebApiPropertiesConfig.BasePath' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\AppDebugRequestHandler.cs(93,30): warning CS1591: Missing XML comment for publicly visible type or member 'AppDebug.MinimumLevel' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\DebugSessionRequestHandler.cs(21,16): warning CS1591: Missing XML comment for publicly visible type or member 'DebugSessionRequestHandler.DebugSessionRequestHandler()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\DoNotLoadConfigOnNextBootRequestHandler.cs(91,15): warning CS1591: Missing XML comment for publicly visible type or member 'Data.DoNotLoadConfigOnNextBoot' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutesHandler.cs(16,16): warning CS1591: Missing XML comment for publicly visible type or member 'GetRoutesHandler.GetRoutesHandler(HttpCwsRouteCollection, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutesHandler.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'GetRoutesHandler.HandleGet(HttpCwsContext)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutesHandler.cs(56,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoutesResponseObject.Url' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutesHandler.cs(62,39): warning CS1591: Missing XML comment for publicly visible type or member 'RoutesResponseObject.Routes' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutingPortsHandler.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'GetRoutingPortsHandler.GetRoutingPortsHandler()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutingPortsHandler.cs(17,33): warning CS1591: Missing XML comment for publicly visible type or member 'GetRoutingPortsHandler.HandleGet(HttpCwsContext)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetTieLinesRequestHandler.cs(14,16): warning CS1591: Missing XML comment for publicly visible type or member 'GetTieLinesRequestHandler.GetTieLinesRequestHandler()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetTieLinesRequestHandler.cs(16,33): warning CS1591: Missing XML comment for publicly visible type or member 'GetTieLinesRequestHandler.HandleGet(HttpCwsContext)' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(198,15): warning CS1591: Missing XML comment for publicly visible type or member 'SetDeviceStreamDebugConfig' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(204,17): warning CS1591: Missing XML comment for publicly visible type or member 'SetDeviceStreamDebugConfig.DeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(210,17): warning CS1591: Missing XML comment for publicly visible type or member 'SetDeviceStreamDebugConfig.Setting' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(216,14): warning CS1591: Missing XML comment for publicly visible type or member 'SetDeviceStreamDebugConfig.Timeout' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(218,10): warning CS1591: Missing XML comment for publicly visible type or member 'SetDeviceStreamDebugConfig.SetDeviceStreamDebugConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\License\EssentialsLicenseManager.cs(16,24): warning CS1591: Missing XML comment for publicly visible type or member 'LicenseManager' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\License\EssentialsLicenseManager.cs(31,13): warning CS1591: Missing XML comment for publicly visible type or member 'LicenseManager.LicenseManager()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\License\EssentialsLicenseManager.cs(39,29): warning CS1591: Missing XML comment for publicly visible type or member 'LicenseManager.GetStatusString()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\License\EssentialsLicenseManager.cs(94,29): warning CS1591: Missing XML comment for publicly visible type or member 'MockEssentialsLicenseManager.GetStatusString()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Plugins\PluginLoader.cs(201,26): warning CS1572: XML comment has a param tag for 'filename', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Plugins\PluginLoader.cs(206,57): warning CS1573: Parameter 'name' has no matching param tag in the XML comment for 'PluginLoader.CheckIfAssemblyLoaded(string)' (but other parameters do) [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsHuddleVtc1PropertiesConfig.cs(16,17): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsHuddleVtc1PropertiesConfig.DefaultDisplayKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsNDisplayRoomPropertiesConfig.cs(15,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsNDisplayRoomPropertiesConfig.DefaultAudioBehavior' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsNDisplayRoomPropertiesConfig.cs(17,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsNDisplayRoomPropertiesConfig.DefaultVideoBehavior' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsNDisplayRoomPropertiesConfig.cs(19,73): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsNDisplayRoomPropertiesConfig.Displays' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsNDisplayRoomPropertiesConfig.cs(21,16): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsNDisplayRoomPropertiesConfig.EssentialsNDisplayRoomPropertiesConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsPresentationPropertiesConfig.cs(18,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPresentationRoomPropertiesConfig.DefaultVideoBehavior' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsPresentationPropertiesConfig.cs(19,29): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPresentationRoomPropertiesConfig.DisplayKeys' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsPresentationPropertiesConfig.cs(20,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPresentationRoomPropertiesConfig.SourceListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsPresentationPropertiesConfig.cs(21,21): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPresentationRoomPropertiesConfig.HasDsp' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsPresentationPropertiesConfig.cs(23,16): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsPresentationRoomPropertiesConfig.EssentialsPresentationRoomPropertiesConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomEmergencyConfig.cs(33,21): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomEmergencyTriggerConfig.TriggerOnClose' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(20,43): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomScheduledEventsConfig.ScheduledEvents' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(32,23): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(38,23): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(41,47): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Days' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(47,23): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Time' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(53,42): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Actions' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(59,21): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Persistent' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(65,21): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Acknowledgeable' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(71,21): warning CS1591: Missing XML comment for publicly visible type or member 'ScheduledEventConfig.Enable' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(56,43): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsTechRoomConfig.ScheduledEvents' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(77,23): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsTechRoomConfig.HelpMessage' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(88,16): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsTechRoomConfig.EssentialsTechRoomConfig()' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsVolumeLevelConfig.cs(15,44): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomVolumesConfig.Program' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsVolumeLevelConfig.cs(16,44): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomVolumesConfig.AudioCallRx' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsVolumeLevelConfig.cs(17,44): warning CS1591: Missing XML comment for publicly visible type or member 'EssentialsRoomVolumesConfig.AudioCallTx' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(15,17): warning CS1591: Missing XML comment for publicly visible type or member 'SimplRoomPropertiesConfig.RoomPhoneNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(20,17): warning CS1591: Missing XML comment for publicly visible type or member 'SimplRoomPropertiesConfig.RoomURI' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(25,31): warning CS1591: Missing XML comment for publicly visible type or member 'SimplRoomPropertiesConfig.SpeedDials' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(30,23): warning CS1591: Missing XML comment for publicly visible type or member 'SimplRoomPropertiesConfig.VolumeSliderNames' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(42,17): warning CS1591: Missing XML comment for publicly visible type or member 'SimplSpeedDial.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(47,17): warning CS1591: Missing XML comment for publicly visible type or member 'SimplSpeedDial.Number' [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\CommFactory.cs(254,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\GenericHttpClient.cs(8,2): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Comm and IR\IRPortHelper.cs(237,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\BasicConfig.cs(36,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(25,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(31,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(37,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(43,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Config\InfoConfig.cs(49,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\AudioControlListItemBase.cs(16,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CameraListItem.cs(12,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\CameraListItem.cs(55,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DestinationListItem.cs(55,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(417,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(472,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\DeviceJsonApi.cs(512,5): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Devices\LevelControlListItem.cs(77,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(306,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(313,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(341,5): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(371,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(379,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(387,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(413,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\JoinMaps\JoinMapBase.cs(555,5): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(14,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(19,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(39,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Lighting\LightingScene.cs(45,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(875,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(881,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(887,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(893,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(908,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(914,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(921,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(927,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(933,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(939,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(947,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(953,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(959,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Monitoring\SystemMonitorController.cs(965,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetBase.cs(19,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetBase.cs(27,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetBase.cs(35,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetBase.cs(43,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(19,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(25,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(31,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(43,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Presets\PresetChannel.cs(49,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(524,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(530,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(536,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(542,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(548,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(554,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(560,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(566,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(572,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(578,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Behaviours\RoomOnToDefaultSourceWhenOccupied.cs(584,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Combining\RoomCombinationScenario.cs(73,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsHuddleVtc1PropertiesConfig.cs(13,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(17,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(29,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(35,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(44,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(50,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(56,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(62,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsRoomScheduledEventsConfig.cs(68,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(17,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(53,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(62,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(74,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\EssentialsTechRoomConfig.cs(83,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(12,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(17,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(22,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(27,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(39,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Room\Config\SimplRoomPropertiesConfig.cs(44,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Routing\eRoutingSignalType.cs(7,5): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(11,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(17,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(23,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(29,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(35,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(41,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(59,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\CrestronTouchpanelPropertiesConfig.cs(65,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Touchpanels\Mpc3Touchpanel.cs(370,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Utilities\ActionSequence.cs(144,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\VideoStatus\VideoStatusOutputs.cs(97,2): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\EssentialsWebApiPropertiesConfig.cs(11,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\AppDebugRequestHandler.cs(90,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\DoNotLoadConfigOnNextBootRequestHandler.cs(88,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutesHandler.cs(53,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutesHandler.cs(59,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutingPortsHandler.cs(68,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\GetRoutingPortsHandler.cs(74,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(201,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(207,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Core\Web\RequestHandlers\SetDeviceStreamDebugRequestHandler.cs(213,3): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\Cameras\Interfaces\CameraSelectedEventArgs.cs(16,13): warning CS1570: XML comment has badly formed XML -- 'End tag was not expected at this location.' [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\Cameras\Interfaces\IHasCodecCameras.cs(8,41): warning CS0618: 'IHasCameras' is obsolete: 'Use IHasCamerasWithControls instead. This interface will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\Room\IEssentialsHuddleSpaceRoom.cs(9,68): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\Room\IEssentialsHuddleVtc1Room.cs(12,67): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\VideoCodec\MockVC\MockVC.cs(682,35): warning CS0618: 'CameraSelectedEventArgs' is obsolete: 'Use CameraSelectedEventArgs instead. This class will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\VideoCodec\MockVC\MockVC.cs(705,50): warning CS0618: 'CameraSelectedEventArgs' is obsolete: 'Use CameraSelectedEventArgs instead. This class will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\Generic\GenericSink.cs(126,47): warning CS0067: The event 'GenericSink.InputChanged' is never used [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] +C:\Users\emeyer\AppData\Local\Temp\MSBuildTemp\tmp2b69c731bfaa429fa4880240b8f5ae6b.tmp(247,13): warning CS0162: Unreachable code detected [C:\_Working\Essentials\src\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasCurrentSourceInfoMessenger.cs(13,26): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasCurrentSourceInfoMessenger.cs(15,79): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(437,64): warning CS0618: 'CameraSelectedEventArgs' is obsolete: 'Use CameraSelectedEventArgs instead. This class will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(455,26): warning CS0618: 'IHasCameras' is obsolete: 'Use IHasCamerasWithControls instead. This interface will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(770,46): warning CS0618: 'IHasCameras' is obsolete: 'Use IHasCamerasWithControls instead. This interface will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(16,23): warning CS1591: Missing XML comment for publicly visible type or member 'SourceSelectMessageContent.SourceListItemKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(21,23): warning CS1591: Missing XML comment for publicly visible type or member 'SourceSelectMessageContent.SourceListKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(34,23): warning CS1591: Missing XML comment for publicly visible type or member 'DirectRoute.SourceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(39,23): warning CS1591: Missing XML comment for publicly visible type or member 'DirectRoute.DestinationKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(44,35): warning CS1591: Missing XML comment for publicly visible type or member 'DirectRoute.SignalType' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceInfoMessenger.cs(98,27): warning CS1591: Missing XML comment for publicly visible type or member 'DeviceInfoStateMessage.DeviceInfo' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(176,23): warning CS1591: Missing XML comment for publicly visible type or member 'VolumeStateMessage.Volume' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(185,21): warning CS1591: Missing XML comment for publicly visible type or member 'Volume.Level' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(188,22): warning CS1591: Missing XML comment for publicly visible type or member 'Volume.HasMute' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(191,22): warning CS1591: Missing XML comment for publicly visible type or member 'Volume.Muted' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(197,23): warning CS1591: Missing XML comment for publicly visible type or member 'Volume.Label' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(203,23): warning CS1591: Missing XML comment for publicly visible type or member 'Volume.RawValue' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(207,35): warning CS1591: Missing XML comment for publicly visible type or member 'Volume.Units' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IBasicVideoMuteWithFeedbackMessenger.cs(84,21): warning CS1591: Missing XML comment for publicly visible type or member 'IBasicVideoMuteWithFeedbackMessage.VideoMuteState' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ICommunicationMonitorMessenger.cs(16,16): warning CS1591: Missing XML comment for publicly visible type or member 'ICommunicationMonitorMessenger.ICommunicationMonitorMessenger(string, string, ICommunicationMonitor)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ICommunicationMonitorMessenger.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'ICommunicationMonitorMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ICommunicationMonitorMessenger.cs(70,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommunicationMonitorState.CommunicationMonitor' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ICommunicationMonitorMessenger.cs(74,18): warning CS1591: Missing XML comment for publicly visible type or member 'CommunicationMonitorProps' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IDspPresetsMessenger.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'IDspPresetsMessenger.IDspPresetsMessenger(string, string, IDspPresets)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IDspPresetsMessenger.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'IDspPresetsMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IDspPresetsMessenger.cs(58,45): warning CS1591: Missing XML comment for publicly visible type or member 'IHasDspPresetsStateMessage.Presets' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasCurrentSourceInfoMessenger.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCurrentSourceInfoMessenger.IHasCurrentSourceInfoMessenger(string, string, IHasCurrentSourceInfoChange)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasCurrentSourceInfoMessenger.cs(20,33): warning CS1591: Missing XML comment for publicly visible type or member 'IHasCurrentSourceInfoMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasInputsMessenger.cs(29,33): warning CS1591: Missing XML comment for publicly visible type or member 'IHasInputsMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasInputsMessenger.cs(97,29): warning CS1591: Missing XML comment for publicly visible type or member 'IHasInputsStateMessage.Inputs' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasInputsMessenger.cs(106,50): warning CS1591: Missing XML comment for publicly visible type or member 'Inputs.Items' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasInputsMessenger.cs(112,21): warning CS1591: Missing XML comment for publicly visible type or member 'Inputs.CurrentItem' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasScheduleAwarenessMessenger.cs(20,16): warning CS1591: Missing XML comment for publicly visible type or member 'IHasScheduleAwarenessMessenger.IHasScheduleAwarenessMessenger(string, IHasScheduleAwareness, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasScheduleAwarenessMessenger.cs(28,33): warning CS1591: Missing XML comment for publicly visible type or member 'IHasScheduleAwarenessMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHumiditySensor.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'IHumiditySensorMessenger.IHumiditySensorMessenger(string, IHumiditySensor, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHumiditySensor.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'IHumiditySensorMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ILevelControlsMessenger.cs(17,16): warning CS1591: Missing XML comment for publicly visible type or member 'ILevelControlsMessenger.ILevelControlsMessenger(string, string, ILevelControls)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ILevelControlsMessenger.cs(22,33): warning CS1591: Missing XML comment for publicly visible type or member 'ILevelControlsMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ILevelControlsMessenger.cs(91,43): warning CS1591: Missing XML comment for publicly visible type or member 'LevelControlStateMessage.Levels' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ILevelControlsMessenger.cs(103,23): warning CS1591: Missing XML comment for publicly visible type or member 'LevelControlRequestMessage.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ILevelControlsMessenger.cs(106,24): warning CS1591: Missing XML comment for publicly visible type or member 'LevelControlRequestMessage.Level' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(19,16): warning CS1591: Missing XML comment for publicly visible type or member 'IMatrixRoutingMessenger.IMatrixRoutingMessenger(string, string, IMatrixRouting)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(24,33): warning CS1591: Missing XML comment for publicly visible type or member 'IMatrixRoutingMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(103,50): warning CS1591: Missing XML comment for publicly visible type or member 'MatrixStateMessage.Outputs' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(106,49): warning CS1591: Missing XML comment for publicly visible type or member 'MatrixStateMessage.Inputs' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(117,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.TxDeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(120,21): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.SlotNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(124,36): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.SupportedSignalTypes' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(127,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(130,22): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.IsOnline' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(134,22): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.VideoSyncDetected' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(137,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(139,16): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingInput.RoutingInput(IRoutingInputSlot)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(153,16): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingOutput.RoutingOutput(IRoutingOutputSlot)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(159,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingOutput.RxDeviceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(162,49): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingOutput.CurrentRoutes' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(165,20): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingOutput.SlotNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(169,35): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingOutput.SupportedSignalTypes' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(172,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingOutput.Name' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(175,23): warning CS1591: Missing XML comment for publicly visible type or member 'RoutingOutput.Key' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(187,23): warning CS1591: Missing XML comment for publicly visible type or member 'MatrixRouteRequest.OutputKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(193,23): warning CS1591: Missing XML comment for publicly visible type or member 'MatrixRouteRequest.InputKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(199,35): warning CS1591: Missing XML comment for publicly visible type or member 'MatrixRouteRequest.RouteType' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IRunRouteActionMessenger.cs(20,16): warning CS1591: Missing XML comment for publicly visible type or member 'RunRouteActionMessenger.RunRouteActionMessenger(string, IRunRouteAction, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IRunRouteActionMessenger.cs(37,33): warning CS1591: Missing XML comment for publicly visible type or member 'RunRouteActionMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ISelectableItemsMessenger.cs(34,33): warning CS1591: Missing XML comment for publicly visible type or member 'ISelectableItemsMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IShutdownPromptTimerMessenger.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShutdownPromptTimerMessenger.IShutdownPromptTimerMessenger(string, string, IShutdownPromptTimer)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IShutdownPromptTimerMessenger.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'IShutdownPromptTimerMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ISwitchedOutputMessenger.cs(16,16): warning CS1591: Missing XML comment for publicly visible type or member 'ISwitchedOutputMessenger.ISwitchedOutputMessenger(string, ISwitchedOutput, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ISwitchedOutputMessenger.cs(22,33): warning CS1591: Missing XML comment for publicly visible type or member 'ISwitchedOutputMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITechPasswordMessenger.cs(14,16): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPasswordMessenger.ITechPasswordMessenger(string, string, ITechPassword)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITechPasswordMessenger.cs(20,33): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPasswordMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITechPasswordMessenger.cs(75,21): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPasswordStateMessage.TechPasswordLength' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITechPasswordMessenger.cs(84,22): warning CS1591: Missing XML comment for publicly visible type or member 'ITechPasswordEventMessage.IsValid' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITemperatureSensorMessenger.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'ITemperatureSensorMessenger.ITemperatureSensorMessenger(string, ITemperatureSensor, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITemperatureSensorMessenger.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'ITemperatureSensorMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\LightingBaseMessenger.cs(16,16): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingScenesMessenger.ILightingScenesMessenger(string, ILightingScenes, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\LightingBaseMessenger.cs(34,33): warning CS1591: Missing XML comment for publicly visible type or member 'ILightingScenesMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\PressAndHoldHandler.cs(88,52): warning CS1591: Missing XML comment for publicly visible type or member 'PressAndHoldHandler.GetPressAndHoldHandler(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\RoomEventScheduleMessenger.cs(19,16): warning CS1591: Missing XML comment for publicly visible type or member 'RoomEventScheduleMessenger.RoomEventScheduleMessenger(string, string, IRoomEventSchedule)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\RoomEventScheduleMessenger.cs(27,33): warning CS1591: Missing XML comment for publicly visible type or member 'RoomEventScheduleMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\RoomEventScheduleMessenger.cs(90,43): warning CS1591: Missing XML comment for publicly visible type or member 'RoomEventScheduleStateMessage.ScheduleEvents' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ShadeBaseMessenger.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenCloseStopMessenger.IShadesOpenCloseStopMessenger(string, IShadesOpenCloseStop, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ShadeBaseMessenger.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'IShadesOpenCloseStopMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ShadeBaseMessenger.cs(106,22): warning CS1591: Missing XML comment for publicly visible type or member 'ShadeBaseStateMessage.IsOpen' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ShadeBaseMessenger.cs(109,22): warning CS1591: Missing XML comment for publicly visible type or member 'ShadeBaseStateMessage.IsClosed' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\SystemMonitorMessenger.cs(18,16): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorMessenger.SystemMonitorMessenger(string, SystemMonitorController, string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\SystemMonitorMessenger.cs(85,33): warning CS1591: Missing XML comment for publicly visible type or member 'SystemMonitorMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\TwoWayDisplayBaseMessenger.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'TwoWayDisplayBaseMessenger.TwoWayDisplayBaseMessenger(string, string, TwoWayDisplayBase)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\TwoWayDisplayBaseMessenger.cs(37,33): warning CS1591: Missing XML comment for publicly visible type or member 'TwoWayDisplayBaseMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(165,26): warning CS1572: XML comment has a param tag for 'appServerController', but there is no parameter by that name [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(789,32): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseMessenger.SendFullStatus(string)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(939,42): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.Calls' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(942,23): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.CameraMode' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(945,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.CameraSelfViewIsOn' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(951,29): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.Cameras' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(954,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.CameraSupportsAutoMode' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(957,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.CameraSupportsOffMode' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(981,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.HasCameras' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(984,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.HasDirectory' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(987,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.HasDirectorySearch' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(990,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.HasPresets' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(993,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.HasRecents' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(996,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.InitialPhonebookSyncComplete' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1006,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.IsInCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1009,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.IsReady' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1012,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.IsZoomRoom' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1029,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.PrivacyModeIsOn' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1032,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.ReceivingContent' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1035,56): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.RecentCalls' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1038,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.SharingContentIsOn' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1048,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.ShowCamerasWhenNotInCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1051,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.ShowSelfViewByDefault' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1054,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.StandbyIsOn' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1057,22): warning CS1591: Missing XML comment for publicly visible type or member 'VideoCodecBaseStateMessage.SupportsAdHocMeeting' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1066,22): warning CS1591: Missing XML comment for publicly visible type or member 'CameraStatus.CameraManualIsSupported' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1069,22): warning CS1591: Missing XML comment for publicly visible type or member 'CameraStatus.CameraAutoIsSupported' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1072,22): warning CS1591: Missing XML comment for publicly visible type or member 'CameraStatus.CameraOffIsSupported' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1116,22): warning CS1591: Missing XML comment for publicly visible type or member 'Camera.IsFarEnd' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1132,22): warning CS1591: Missing XML comment for publicly visible type or member 'CameraCapabilities.CanPan' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1135,22): warning CS1591: Missing XML comment for publicly visible type or member 'CameraCapabilities.CanTilt' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1138,22): warning CS1591: Missing XML comment for publicly visible type or member 'CameraCapabilities.CanZoom' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(1141,22): warning CS1591: Missing XML comment for publicly visible type or member 'CameraCapabilities.CanFocus' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlMessage.cs(16,23): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlMessage.Type' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlMessage.cs(22,23): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlMessage.ClientId' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlMessage.cs(28,23): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlMessage.Content' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlSimpleContent.cs(14,18): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSimpleContent.Value' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(13,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.QrCodeUrl' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.PortalSystemUrl' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(33,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.MasterVolume' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(43,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.VolumeJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(53,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.PrivacyMute' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(63,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.PromptForCode' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(73,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ClientJoined' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(83,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ActivityPhoneCallEnable' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(93,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ActivityVideoCallEnable' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(103,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ActivityShare' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(113,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ActivityPhoneCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(123,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ActivityVideoCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(133,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ShutdownPromptDuration' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(143,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ShutdownCancel' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(153,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ShutdownEnd' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(163,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ShutdownStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(173,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceHasChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(183,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.CurrentSourceKey' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(194,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ConfigIsLocal' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(204,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.NumberOfAuxFaders' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(214,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SpeedDialNameStartJoin' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(224,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SpeedDialNumberStartJoin' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(234,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SpeedDialVisibleStartJoin' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(244,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.RoomIsOn' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(254,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.UserCodeToSystem' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(264,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ServerUrl' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(274,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ConfigRoomName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(284,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ConfigHelpMessage' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(294,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ConfigHelpNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(304,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ConfigRoomPhoneNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(314,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ConfigRoomUri' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(324,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ApiOnlineAndAuthorized' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(334,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ConfigIsReady' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(344,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ReadyForConfig' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(354,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.HideVideoConfRecents' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(364,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.ShowCameraWhenNotInCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(374,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.UseSourceEnabled' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(385,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceShareDisableJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(395,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceIsEnabledJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(405,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceIsControllableJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(415,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceIsAudioSourceJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(426,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceNameJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(436,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceIconJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(446,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceKeyJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(456,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceControlDeviceKeyJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(466,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SourceTypeJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(476,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.CameraNearNameStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(486,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.CameraFarName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(497,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.SupportsAdvancedSharing' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(507,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.UseDestinationEnable' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(518,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.UserCanChangeShareMode' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(528,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.DestinationNameJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(538,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.DestinationDeviceKeyJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(548,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.DestinationTypeJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(558,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.DestinationIsEnabledJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRoomJoinMap.cs(568,16): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRoomJoinMap.MobileControlSIMPLRoomJoinMap(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRunDirectRouteActionJoinMap.cs(11,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRunDirectRouteActionJoinMap.AdvancedSharingModeFb' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRunDirectRouteActionJoinMap.cs(21,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRunDirectRouteActionJoinMap.AdvancedSharingModeOn' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRunDirectRouteActionJoinMap.cs(31,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRunDirectRouteActionJoinMap.AdvancedSharingModeOff' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRunDirectRouteActionJoinMap.cs(41,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRunDirectRouteActionJoinMap.AdvancedSharingModeToggle' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRunDirectRouteActionJoinMap.cs(51,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRunDirectRouteActionJoinMap.SourceForDestinationJoinStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRunDirectRouteActionJoinMap.cs(61,33): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRunDirectRouteActionJoinMap.SourceForDestinationAudio' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\MobileControlSIMPLRunDirectRouteActionJoinMap.cs(70,16): warning CS1591: Missing XML comment for publicly visible type or member 'MobileControlSIMPLRunDirectRouteActionJoinMap.MobileControlSIMPLRunDirectRouteActionJoinMap(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.EndCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(22,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.IncomingAnswer' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(32,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.IncomingReject' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(42,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.SpeedDialStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(52,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.CurrentDialString' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(62,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.CurrentCallNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(72,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.CurrentCallName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(82,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.HookState' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(92,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.CallDirection' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(102,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.IncomingCallName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(112,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.IncomingCallNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(122,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf0' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(132,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf1' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(142,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf2' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(152,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf3' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(162,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf4' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(172,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf5' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(182,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf6' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(192,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf7' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(202,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf8' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(212,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.Dtmf9' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(222,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.DtmfStar' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLAtcJoinMap.cs(232,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLAtcJoinMap.DtmfPound' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(12,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.EndCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(22,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.IncomingCall' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(32,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.IncomingAnswer' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(42,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.IncomingReject' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(52,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.SpeedDialStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(62,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectorySearchBusy' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(72,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryLineSelected' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(82,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryEntryIsContact' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(92,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryIsRoot' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(102,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DDirectoryHasChanged' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(112,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryRoot' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(122,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryFolderBack' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(132,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryDialSelectedLine' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(142,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraTiltUp' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(152,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraTiltDown' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(162,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraPanLeft' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(172,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraPanRight' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(182,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraZoomIn' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(192,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraZoomOut' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(202,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraPresetStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(212,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraModeAuto' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(222,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraModeManual' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(232,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraModeOff' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(242,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraSelfView' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(252,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraLayout' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(262,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraSupportsAutoMode' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(272,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraSupportsOffMode' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(282,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CameraNumberSelect' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(292,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectorySelectRow' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(302,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryRowCount' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(312,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CurrentDialString' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(322,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CurrentCallName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(332,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CurrentCallNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(342,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.HookState' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(352,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.CallDirection' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(362,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.IncomingCallName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(372,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.IncomingCallNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(382,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectorySearchString' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(392,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryEntriesStart' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(402,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryEntrySelectedName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(412,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectoryEntrySelectedNumber' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(422,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DirectorySelectedFolderName' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(432,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf1' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(442,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf2' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(452,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf3' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(462,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf4' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(472,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf5' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(482,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf6' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(492,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf7' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(502,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf8' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(512,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf9' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(522,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.Dtmf0' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(532,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DtmfStar' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(542,33): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.DtmfPound' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\SIMPLJoinMaps\SIMPLVtcJoinMap.cs(551,16): warning CS1591: Missing XML comment for publicly visible type or member 'SIMPLVtcJoinMap.SIMPLVtcJoinMap(uint)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\DisplayBaseMessenger.cs(18,16): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayBaseMessenger.DisplayBaseMessenger(string, string, DisplayBase)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\DisplayBaseMessenger.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'DisplayBaseMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IChannelMessenger.cs(14,16): warning CS1591: Missing XML comment for publicly visible type or member 'IChannelMessenger.IChannelMessenger(string, string, IChannel)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IChannelMessenger.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'IChannelMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IColorMessenger.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'IColorMessenger.IColorMessenger(string, string, IColor)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IColorMessenger.cs(18,33): warning CS1591: Missing XML comment for publicly visible type or member 'IColorMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IDPadMessenger.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'IDPadMessenger.IDPadMessenger(string, string, IDPad)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IDPadMessenger.cs(19,33): warning CS1591: Missing XML comment for publicly visible type or member 'IDPadMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IDvrMessenger.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'IDvrMessenger.IDvrMessenger(string, string, IDvr)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IDvrMessenger.cs(18,33): warning CS1591: Missing XML comment for publicly visible type or member 'IDvrMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IHasPowerMessenger.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPowerMessenger.IHasPowerMessenger(string, string, IHasPowerControl)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\IHasPowerMessenger.cs(18,33): warning CS1591: Missing XML comment for publicly visible type or member 'IHasPowerMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\INumericMessenger.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypadMessenger.INumericKeypadMessenger(string, string, INumericKeypad)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\INumericMessenger.cs(18,33): warning CS1591: Missing XML comment for publicly visible type or member 'INumericKeypadMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\ISetTopBoxControlsMessenger.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxControlsMessenger.ISetTopBoxControlsMessenger(string, string, ISetTopBoxControls)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\ISetTopBoxControlsMessenger.cs(18,33): warning CS1591: Missing XML comment for publicly visible type or member 'ISetTopBoxControlsMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\ISetTopBoxControlsMessenger.cs(38,18): warning CS1591: Missing XML comment for publicly visible type or member 'SetTopBoxControlsState' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\ITransportMessenger.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'ITransportMessenger.ITransportMessenger(string, string, ITransport)' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\DeviceTypeExtensions\ITransportMessenger.cs(18,33): warning CS1591: Missing XML comment for publicly visible type or member 'ITransportMessenger.RegisterActions()' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(13,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(18,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(31,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(36,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\ContentTypes.cs(41,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceMessageBase.cs(14,5): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(173,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(194,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\DeviceVolumeMessenger.cs(200,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ICommunicationMonitorMessenger.cs(67,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IEssentialsRoomCombinerMessenger.cs(157,13): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IEssentialsRoomCombinerMessenger.cs(163,13): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasInputsMessenger.cs(94,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IHasInputsMessenger.cs(109,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ILevelControlsMessenger.cs(100,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(184,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(190,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\IMatrixRoutingMessenger.cs(196,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ISelectableItemsMessenger.cs(90,17): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITechPasswordMessenger.cs(90,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\ITechPasswordMessenger.cs(96,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\RoomEventScheduleMessenger.cs(87,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\Messengers\VideoCodecBaseMessenger.cs(948,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlMessage.cs(13,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlMessage.cs(19,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlMessage.cs(25,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\MobileControlSimpleContent.cs(11,9): warning CS1587: XML comment is not placed on a valid language element [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\Users\emeyer\AppData\Local\Temp\MSBuildTemp\tmp1b1b67c6482c405da9e2be1b9ff5784c.tmp(247,13): warning CS0162: Unreachable code detected [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl.Messengers\PepperDash.Essentials.MobileControl.Messengers.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(1022,27): warning CS0612: 'eSourceListItemDestinationTypes' is obsolete [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(1109,43): warning CS0612: 'eSourceListItemDestinationTypes' is obsolete [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(143,25): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(372,25): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(531,41): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(531,80): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(726,52): warning CS0612: 'eSourceListItemDestinationTypes' is obsolete [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\RoomBridges\MobileControlEssentialsRoomBridge.cs(729,29): warning CS0618: 'IHasMultipleDisplays' is obsolete: 'Will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\MobileControlSystemController.cs(772,35): warning CS0618: 'IHasCurrentSourceInfoChange' is obsolete: 'Use ICurrentSources instead' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\MobileControlSystemController.cs(996,35): warning CS0618: 'IHasCameras' is obsolete: 'Use IHasCamerasWithControls instead. This interface will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\MobileControlSystemController.cs(1000,45): warning CS0618: 'IHasCamerasMessenger' is obsolete: 'Use IHasCamerasWithControlsMessenger instead. This class will be removed in a future version' [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] +C:\Users\emeyer\AppData\Local\Temp\MSBuildTemp\tmp188f3502ffb844058dab0f3eb45ab6a9.tmp(247,13): warning CS0162: Unreachable code detected [C:\_Working\Essentials\src\PepperDash.Essentials.MobileControl\PepperDash.Essentials.MobileControl.csproj] + 2611 Warning(s) + 0 Error(s) + +Time Elapsed 00:00:12.11 diff --git a/src/PepperDash.Core/Device.cs b/src/PepperDash.Core/Device.cs index 7124550e..0eed6fa2 100644 --- a/src/PepperDash.Core/Device.cs +++ b/src/PepperDash.Core/Device.cs @@ -15,23 +15,23 @@ namespace PepperDash.Core /// Unique Key /// public string Key { get; protected set; } - /// - /// Gets or sets the Name - /// + /// + /// Gets or sets the Name + /// public string Name { get; protected set; } /// /// /// public bool Enabled { get; protected set; } - /// - /// A place to store reference to the original config object, if any. These values should - /// NOT be used as properties on the device as they are all publicly-settable values. - /// + // /// + // /// A place to store reference to the original config object, if any. These values should + // /// NOT be used as properties on the device as they are all publicly-settable values. + // /// //public DeviceConfig Config { get; private set; } - /// - /// Helper method to check if Config exists - /// + // /// + // /// Helper method to check if Config exists + // /// //public bool HasConfig { get { return Config != null; } } List _PreActivationActions; diff --git a/src/PepperDash.Core/Logging/DebugConsoleSink.cs b/src/PepperDash.Core/Logging/DebugConsoleSink.cs index 6363caa5..8e6d3a0a 100644 --- a/src/PepperDash.Core/Logging/DebugConsoleSink.cs +++ b/src/PepperDash.Core/Logging/DebugConsoleSink.cs @@ -41,6 +41,9 @@ namespace PepperDash.Core CrestronConsole.PrintLine(message); } + /// + /// Constructor for DebugConsoleSink + /// public DebugConsoleSink(ITextFormatter formatProvider ) { _textFormatter = formatProvider ?? new JsonFormatter(); @@ -48,6 +51,9 @@ namespace PepperDash.Core } + /// + /// Provides extension methods for DebugConsoleSink + /// public static class DebugConsoleSinkExtensions { /// diff --git a/src/PepperDash.Core/Logging/DebugCrestronLoggerSink.cs b/src/PepperDash.Core/Logging/DebugCrestronLoggerSink.cs index 76859209..3fb9c8f2 100644 --- a/src/PepperDash.Core/Logging/DebugCrestronLoggerSink.cs +++ b/src/PepperDash.Core/Logging/DebugCrestronLoggerSink.cs @@ -27,6 +27,9 @@ namespace PepperDash.Core.Logging CrestronLogger.WriteToLog(message, (uint)logEvent.Level); } + /// + /// Constructor for DebugCrestronLoggerSink + /// public DebugCrestronLoggerSink() { CrestronLogger.Initialize(1, LoggerModeEnum.RM); diff --git a/src/PepperDash.Core/Logging/DebugErrorLogSink.cs b/src/PepperDash.Core/Logging/DebugErrorLogSink.cs index 9ab4dc6b..731791c0 100644 --- a/src/PepperDash.Core/Logging/DebugErrorLogSink.cs +++ b/src/PepperDash.Core/Logging/DebugErrorLogSink.cs @@ -63,6 +63,9 @@ namespace PepperDash.Core.Logging handler(message); } + /// + /// Constructor for DebugErrorLogSink + /// public DebugErrorLogSink(ITextFormatter formatter = null) { _formatter = formatter; diff --git a/src/PepperDash.Core/Logging/DebugExtensions.cs b/src/PepperDash.Core/Logging/DebugExtensions.cs index ccee4943..2cd91245 100644 --- a/src/PepperDash.Core/Logging/DebugExtensions.cs +++ b/src/PepperDash.Core/Logging/DebugExtensions.cs @@ -4,6 +4,9 @@ using Log = PepperDash.Core.Debug; namespace PepperDash.Core.Logging { + /// + /// Provides extension methods for logging on IKeyed objects + /// public static class DebugExtensions { /// diff --git a/src/PepperDash.Core/Logging/DebugWebsocketSink.cs b/src/PepperDash.Core/Logging/DebugWebsocketSink.cs index 9c3df14e..fd705df1 100644 --- a/src/PepperDash.Core/Logging/DebugWebsocketSink.cs +++ b/src/PepperDash.Core/Logging/DebugWebsocketSink.cs @@ -32,6 +32,9 @@ namespace PepperDash.Core private const string _certificateName = "selfCres"; private const string _certificatePassword = "cres12345"; + /// + /// Gets the Port + /// public int Port { get { @@ -41,6 +44,9 @@ namespace PepperDash.Core } } + /// + /// Gets the Url + /// public string Url { get @@ -58,6 +64,9 @@ namespace PepperDash.Core private readonly ITextFormatter _textFormatter; + /// + /// Constructor for DebugWebsocketSink + /// public DebugWebsocketSink(ITextFormatter formatProvider) { @@ -217,6 +226,9 @@ namespace PepperDash.Core } } + /// + /// Provides extension methods for DebugWebsocketSink + /// public static class DebugWebsocketSinkExtensions { /// @@ -237,6 +249,9 @@ namespace PepperDash.Core { private DateTime _connectionTime; + /// + /// Gets the ConnectedDuration + /// public TimeSpan ConnectedDuration { get @@ -252,11 +267,17 @@ namespace PepperDash.Core } } + /// + /// Constructor for DebugClient + /// public DebugClient() { Debug.Console(0, "DebugClient Created"); } + /// + /// OnOpen method + /// protected override void OnOpen() { base.OnOpen(); @@ -267,6 +288,9 @@ namespace PepperDash.Core _connectionTime = DateTime.Now; } + /// + /// OnMessage method + /// protected override void OnMessage(MessageEventArgs e) { base.OnMessage(e); @@ -274,6 +298,9 @@ namespace PepperDash.Core Debug.Console(0, "WebSocket UiClient Message: {0}", e.Data); } + /// + /// OnClose method + /// protected override void OnClose(CloseEventArgs e) { base.OnClose(e); @@ -282,6 +309,9 @@ namespace PepperDash.Core } + /// + /// OnError method + /// protected override void OnError(WebSocketSharp.ErrorEventArgs e) { base.OnError(e); diff --git a/src/PepperDash.Core/Web/RequestHandlers/WebApiBaseRequestAsyncHandler.cs b/src/PepperDash.Core/Web/RequestHandlers/WebApiBaseRequestAsyncHandler.cs index 927092db..38ab4fa3 100644 --- a/src/PepperDash.Core/Web/RequestHandlers/WebApiBaseRequestAsyncHandler.cs +++ b/src/PepperDash.Core/Web/RequestHandlers/WebApiBaseRequestAsyncHandler.cs @@ -5,9 +5,16 @@ using System.Threading.Tasks; namespace PepperDash.Core.Web.RequestHandlers { + /// + /// CWS Base Async Handler, implements IHttpCwsHandler + /// public abstract class WebApiBaseRequestAsyncHandler:IHttpCwsHandler { private readonly Dictionary> _handlers; + + /// + /// Indicates whether CORS is enabled + /// protected readonly bool EnableCors; /// diff --git a/src/PepperDash.Core/Web/RequestHandlers/WebApiBaseRequestHandler.cs b/src/PepperDash.Core/Web/RequestHandlers/WebApiBaseRequestHandler.cs index a02f3497..e7681ac3 100644 --- a/src/PepperDash.Core/Web/RequestHandlers/WebApiBaseRequestHandler.cs +++ b/src/PepperDash.Core/Web/RequestHandlers/WebApiBaseRequestHandler.cs @@ -10,6 +10,10 @@ namespace PepperDash.Core.Web.RequestHandlers public abstract class WebApiBaseRequestHandler : IHttpCwsHandler { private readonly Dictionary> _handlers; + + /// + /// Indicates whether CORS is enabled + /// protected readonly bool EnableCors; /// diff --git a/src/PepperDash.Core/Web/WebApiServer.cs b/src/PepperDash.Core/Web/WebApiServer.cs index 11ec4e2f..769da961 100644 --- a/src/PepperDash.Core/Web/WebApiServer.cs +++ b/src/PepperDash.Core/Web/WebApiServer.cs @@ -45,9 +45,9 @@ namespace PepperDash.Core.Web /// public bool IsRegistered { get; private set; } - /// - /// Http request handler - /// + // /// + // /// Http request handler + // /// //public IHttpCwsHandler HttpRequestHandler //{ // get { return _server.HttpRequestHandler; } @@ -58,9 +58,9 @@ namespace PepperDash.Core.Web // } //} - /// - /// Received request event handler - /// + // /// + // /// Received request event handler + // /// //public event EventHandler ReceivedRequestEvent //{ // add { _server.ReceivedRequestEvent += new HttpCwsRequestEventHandler(value); }