HomeSeer / Plugin-SDK

Plugin development kit for the 4th major edition of the HomeSeer platform.
https://www.nuget.org/packages/HomeSeer-PluginSDK/
GNU Affero General Public License v3.0
20 stars 4 forks source link

1.4.2 PDK - Newtonsoft.Json.12.0.3 #302

Open dpmurphy opened 2 years ago

dpmurphy commented 2 years ago

While trying to compile PDK in VS2019 - Trying to copy the 12.0.3 version in the target after build and not the updated version.

jldubz commented 2 years ago

@dpmurphy Can you provide us with steps to reproduce this?

dpmurphy commented 2 years ago

In Vs2019 I add the pdk to my plugin solution. I clean and then build the pdk.

There is one error and a bunch of documentation warnings. The error is the copy of the Newtonsoft.Json.12.0.3

I open the .csproj in Notepad and sure enough the copy is in the bottom of the project. Strangely the Vs2019 properties viewer - Build section doesn't show anything the the after build event section.?

jldubz commented 2 years ago

@dpmurphy, Can you share the exact error message you are receiving and your build log?

dpmurphy commented 2 years ago
Screen Shot 2022-07-11 at 3 20 06 PM
dpmurphy commented 2 years ago

Build started... 1>------ Build started: Project: PluginSdk, Configuration: Debug Any CPU ------ 1>C:\Users\dmurphy\source\repos\Plugin-SDK\IHsController.cs(1155,30,1155,47): warning CS0618: 'Constants.HSEvent' is obsolete: 'This is being deprecated. Please use the values provided by Types.EHsSystemEvent.' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\AbstractPlugin.cs(534,37,534,54): warning CS0618: 'Constants.HSEvent' is obsolete: 'This is being deprecated. Please use the values provided by Types.EHsSystemEvent.' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\IPlugin.cs(229,22,229,39): warning CS0618: 'Constants.HSEvent' is obsolete: 'This is being deprecated. Please use the values provided by Types.EHsSystemEvent.' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(30,86,30,113): warning CS0618: 'Constants.speak_type_values' is obsolete: 'This will be removed in a future release. Please use Speech.ESpeakTypeValue as of v1.0.8.1' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(30,5,30,33): warning CS0618: 'Constants.speak_error_values' is obsolete: 'This will be removed in a future release. Please use Speech.ESpeakErrorValue as of v1.0.8.1' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\HsDevice.cs(131,45,131,51): warning CS0618: 'AbstractHsDevice.Status' is obsolete: 'This property is being replaced by StatusString and DisplayedStatus' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Controls\StatusControl.cs(50,22,50,53): warning CS0618: 'EControlType.ValueRangeDropDown' is obsolete: 'Due to a lack of ValueRange.Divisor property this type cannot be properly used at this time.' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Controls\StatusControl.cs(62,22,62,47): warning CS0618: 'EControlType.ButtonScript' is obsolete: 'This is a legacy type. It is read only and for legacy support only.' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Controls\StatusControl.cs(66,22,66,41): warning CS0618: 'EControlType.Values' is obsolete: 'This type is being worked on. Its display behavior may change.' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\Page.cs(214,38,214,47): warning CS0168: The variable 'exception' is declared but never used 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\HsFeature.cs(196,45,196,51): warning CS0618: 'AbstractHsDevice.Status' is obsolete: 'This property is being replaced by StatusString and DisplayedStatus' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Identification\EMediaFeatureSubType.cs(13,9,13,21): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaFeatureSubType.PlayerStatus' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Identification\EMediaFeatureSubType.cs(14,9,14,31): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaFeatureSubType.PlayerStatusAdditional' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Identification\EMediaFeatureSubType.cs(15,9,15,22): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaFeatureSubType.PlayerControl' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Identification\EMediaFeatureSubType.cs(16,9,16,21): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaFeatureSubType.PlayerVolume' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Identification\EMediaFeatureSubType.cs(17,9,17,22): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaFeatureSubType.PlayerShuffle' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Identification\EMediaFeatureSubType.cs(18,9,18,21): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaFeatureSubType.PlayerRepeat' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Identification\EMediaFeatureSubType.cs(19,9,19,19): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaFeatureSubType.MediaGenre' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Identification\EMediaFeatureSubType.cs(20,9,20,19): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaFeatureSubType.MediaAlbum' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Identification\EMediaFeatureSubType.cs(21,9,21,20): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaFeatureSubType.MediaArtist' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Identification\EMediaFeatureSubType.cs(22,9,22,19): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaFeatureSubType.MediaTrack' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Identification\EMediaFeatureSubType.cs(23,9,23,22): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaFeatureSubType.MediaPlaylist' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Identification\EMediaFeatureSubType.cs(24,9,24,18): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaFeatureSubType.MediaType' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Identification\EMediaFeatureSubType.cs(25,9,25,19): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaFeatureSubType.PlayerMute' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Identification\EMediaFeatureSubType.cs(26,9,26,23): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaFeatureSubType.PlayerAlbumArt' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Devices\Identification\EMediaFeatureSubType.cs(27,9,27,29): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaFeatureSubType.MediaSelectorControl' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\AbstractActionType.cs(83,50,83,63): warning CS1573: Parameter 'subTypeNumber' has no matching param tag in the XML comment for 'AbstractActionType.AbstractActionType(int, int, int, byte[], ActionTypeCollection.IActionTypeListener)' (but other parameters do) 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\AbstractActionType.cs(83,135,83,143): warning CS1573: Parameter 'listener' has no matching param tag in the XML comment for 'AbstractActionType.AbstractActionType(int, int, int, byte[], ActionTypeCollection.IActionTypeListener)' (but other parameters do) 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\AbstractActionType.cs(107,116,107,124): warning CS1573: Parameter 'listener' has no matching param tag in the XML comment for 'AbstractActionType.AbstractActionType(int, int, byte[], ActionTypeCollection.IActionTypeListener, bool)' (but other parameters do) 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\AbstractActionType.cs(107,131,107,139): warning CS1573: Parameter 'logDebug' has no matching param tag in the XML comment for 'AbstractActionType.AbstractActionType(int, int, byte[], ActionTypeCollection.IActionTypeListener, bool)' (but other parameters do) 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\AbstractActionType.cs(131,116,131,124): warning CS1573: Parameter 'listener' has no matching param tag in the XML comment for 'AbstractActionType.AbstractActionType(int, int, byte[], ActionTypeCollection.IActionTypeListener)' (but other parameters do) 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\AbstractActionType.cs(390,30,390,36): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractActionType.Equals(object)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\AbstractActionType.cs(414,29,414,40): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractActionType.GetHashCode()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\AbstractTriggerType.cs(89,148,89,156): warning CS1573: Parameter 'listener' has no matching param tag in the XML comment for 'AbstractTriggerType.AbstractTriggerType(int, int, int, byte[], TriggerTypeCollection.ITriggerTypeListener, bool)' (but other parameters do) 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\AbstractTriggerType.cs(89,163,89,171): warning CS1573: Parameter 'logDebug' has no matching param tag in the XML comment for 'AbstractTriggerType.AbstractTriggerType(int, int, int, byte[], TriggerTypeCollection.ITriggerTypeListener, bool)' (but other parameters do) 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\AbstractTriggerType.cs(115,148,115,156): warning CS1573: Parameter 'listener' has no matching param tag in the XML comment for 'AbstractTriggerType.AbstractTriggerType(int, int, int, byte[], TriggerTypeCollection.ITriggerTypeListener)' (but other parameters do) 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\AbstractTriggerType.cs(124,19,124,38): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractTriggerType.AbstractTriggerType(TrigActInfo, TriggerTypeCollection.ITriggerTypeListener, bool)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\AbstractTriggerType.cs(427,30,427,36): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractTriggerType.Equals(object)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\AbstractTriggerType.cs(451,29,451,40): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractTriggerType.GetHashCode()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EEventFlag.cs(10,9,10,16): warning CS1591: Missing XML comment for publicly visible type or member 'EEventFlag.Enabled' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EEventFlag.cs(11,9,11,27): warning CS1591: Missing XML comment for publicly visible type or member 'EEventFlag.DeleteAfterTrigger' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EEventFlag.cs(12,9,12,17): warning CS1591: Missing XML comment for publicly visible type or member 'EEventFlag.DoNotLog' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EEventFlag.cs(13,9,13,16): warning CS1591: Missing XML comment for publicly visible type or member 'EEventFlag.Delayed' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EEventFlag.cs(14,9,14,27): warning CS1591: Missing XML comment for publicly visible type or member 'EEventFlag.IncludeInPowerfail' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EEventFlag.cs(15,9,15,17): warning CS1591: Missing XML comment for publicly visible type or member 'EEventFlag.Security' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EEventFlag.cs(16,9,16,17): warning CS1591: Missing XML comment for publicly visible type or member 'EEventFlag.Priority' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(14,43,14,52): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Event_Ref' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(15,43,15,53): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Event_Name' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(16,43,16,53): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Event_Type' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(17,43,17,50): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.GroupID' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(18,43,18,52): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.GroupName' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(19,43,19,51): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.UserNote' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(20,43,20,57): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Last_Triggered' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(21,43,21,58): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Retrigger_Delay' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(22,43,22,55): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Flag_Enabled' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(23,43,23,68): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Flag_Delete_After_Trigger' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(24,43,24,58): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Flag_Do_Not_Log' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(25,43,25,61): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Flag_Delayed_Event' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(26,43,26,68): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Flag_Include_in_Powerfail' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(27,43,27,56): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Flag_Security' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(28,43,28,62): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Flag_Priority_Event' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(29,43,29,55): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Action_Count' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(30,43,30,50): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Actions' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(31,43,31,56): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Trigger_Count' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(32,43,32,62): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Trigger_Group_Count' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventData.cs(33,43,33,57): warning CS1591: Missing XML comment for publicly visible type or member 'EventData.Trigger_Groups' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventGroupData.cs(14,25,14,32): warning CS1591: Missing XML comment for publicly visible type or member 'EventGroupData.GroupID' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventGroupData.cs(15,25,15,34): warning CS1591: Missing XML comment for publicly visible type or member 'EventGroupData.GroupName' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventGroupData.cs(16,25,16,45): warning CS1591: Missing XML comment for publicly visible type or member 'EventGroupData.Global_Actions_Count' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventGroupData.cs(17,25,17,39): warning CS1591: Missing XML comment for publicly visible type or member 'EventGroupData.Global_Actions' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventGroupData.cs(18,25,18,48): warning CS1591: Missing XML comment for publicly visible type or member 'EventGroupData.Global_Conditions_Count' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventGroupData.cs(19,25,19,42): warning CS1591: Missing XML comment for publicly visible type or member 'EventGroupData.Global_Conditions' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventTriggerGroupData.cs(14,25,14,36): warning CS1591: Missing XML comment for publicly visible type or member 'EventTriggerGroupData.GroupNumber' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Events\EventTriggerGroupData.cs(15,25,15,33): warning CS1591: Missing XML comment for publicly visible type or member 'EventTriggerGroupData.Triggers' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(6,18,6,27): warning CS1591: Missing XML comment for publicly visible type or member 'Constants' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(9,26,9,49): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_GenericRoot' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(15,13,15,24): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.editions.HS3STANDARD' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(16,13,16,19): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.editions.HS3PRO' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(17,13,17,21): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.editions.HS3BASIC' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(18,13,18,19): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.editions.HS3ZEE' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(19,13,19,24): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.editions.HS3ZEEASCII' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(20,13,20,21): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.editions.HS3ZEES2' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(24,21,24,39): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.REGISTRATION_MODES' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(25,13,25,24): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.REGISTRATION_MODES.REG_UNKNOWN' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(26,13,26,22): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.REGISTRATION_MODES.REG_UNREG' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(27,13,27,22): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.REGISTRATION_MODES.REG_TRIAL' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(28,13,28,27): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.REGISTRATION_MODES.REG_REGISTERED' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(29,13,29,34): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.REGISTRATION_MODES.REG_READY_TO_REGISTER' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(32,21,32,43): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.ConfigDevicePostReturn' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(33,13,33,24): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.ConfigDevicePostReturn.DoneAndSave' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(34,13,34,26): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.ConfigDevicePostReturn.DoneAndCancel' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(35,13,35,33): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.ConfigDevicePostReturn.DoneAndCancelAndStay' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(36,13,36,25): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.ConfigDevicePostReturn.CallbackOnce' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(37,13,37,26): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.ConfigDevicePostReturn.CallbackTimer' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(40,21,40,33): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.enumVCMDType' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(41,13,41,21): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.enumVCMDType.Disabled' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(42,13,42,23): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.enumVCMDType.Microphone' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(43,13,43,22): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.enumVCMDType.Telephone' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(44,13,44,17): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.enumVCMDType.Both' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(55,13,55,16): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.HSEvent.LOG' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(57,13,57,18): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.HSEvent.AUDIO' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(59,13,59,26): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.HSEvent.CONFIG_CHANGE' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(60,13,60,26): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.HSEvent.STRING_CHANGE' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(61,13,61,28): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.HSEvent.SPEAKER_CONNECT' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(62,13,62,22): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.HSEvent.CALLER_ID' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(64,13,64,25): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.HSEvent.VALUE_CHANGE' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(65,13,65,22): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.HSEvent.VALUE_SET' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(67,13,67,22): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.HSEvent.VOICE_REC' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(68,13,68,25): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.HSEvent.SETUP_CHANGE' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(69,13,69,31): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.HSEvent.RUN_SCRIPT_SPECIAL' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(70,13,70,20): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.HSEvent.GENERIC' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(74,21,74,39): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Energy' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(75,13,75,18): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Energy.Watts' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(76,13,76,17): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Energy.Amps' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(77,13,77,18): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Energy.Volts' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(89,21,89,41): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Security' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(165,21,165,48): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_SecurityArea' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(166,13,166,20): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_SecurityArea.Invalid' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(167,13,167,20): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_SecurityArea.PRIMARY' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(168,13,168,29): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_SecurityArea.Area_Partition_2' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(169,13,169,29): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_SecurityArea.Area_Partition_3' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(170,13,170,29): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_SecurityArea.Area_Partition_4' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(171,13,171,29): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_SecurityArea.Area_Partition_5' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(172,13,172,29): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_SecurityArea.Area_Partition_6' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(173,13,173,29): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_SecurityArea.Area_Partition_7' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(174,13,174,29): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_SecurityArea.Area_Partition_8' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(175,13,175,29): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_SecurityArea.Area_Partition_9' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(179,21,179,43): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Thermostat' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(180,13,180,28): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Thermostat.Operating_State' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(181,13,181,24): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Thermostat.Temperature' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(182,13,182,21): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Thermostat.Mode_Set' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(183,13,183,25): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Thermostat.Fan_Mode_Set' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(184,13,184,23): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Thermostat.Fan_Status' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(185,13,185,21): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Thermostat.Setpoint' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(186,13,186,20): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Thermostat.RunTime' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(187,13,187,22): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Thermostat.Hold_Mode' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(188,13,188,27): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Thermostat.Operating_Mode' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(189,13,189,35): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Thermostat.Additional_Temperature' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(190,13,190,20): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Thermostat.Setback' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(191,13,191,26): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Thermostat.Filter_Remind' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(192,13,192,17): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceType_Thermostat.Root' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(196,21,196,44): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Setpoint' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(197,13,197,20): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Setpoint.Invalid' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(198,13,198,22): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Setpoint.Heating_1' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(199,13,199,22): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Setpoint.Cooling_1' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(200,13,200,20): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Setpoint.Furnace' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(201,13,201,20): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Setpoint.Dry_Air' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(202,13,202,22): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Setpoint.Moist_Air' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(203,13,203,28): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Setpoint.Auto_Changeover' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(204,13,204,29): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Setpoint.Energy_Save_Heat' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(205,13,205,29): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Setpoint.Energy_Save_Cool' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(206,13,206,25): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Setpoint.Away_Heating' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(210,21,210,47): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Temperature' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(211,13,211,24): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Temperature.Temperature' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(212,13,212,26): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Temperature.Temperature_1' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(213,13,213,30): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Temperature.Other_Temperature' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(214,13,214,22): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Temperature._Unused_3' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(215,13,215,22): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Temperature._Unused_4' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(216,13,216,21): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eDeviceSubType_Temperature.Humidity' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(219,21,219,34): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.TunnelCommand' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(220,13,220,20): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.TunnelCommand.Unknown' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(221,13,221,27): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.TunnelCommand.OpenConnection' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(222,13,222,28): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.TunnelCommand.CloseConnection' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(223,13,223,17): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.TunnelCommand.Data' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(224,13,224,16): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.TunnelCommand.Ack' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(225,13,225,23): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.TunnelCommand.RegisterHS' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(226,13,226,17): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.TunnelCommand.NULL' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(227,13,227,34): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.TunnelCommand.OpenConnectionHStouch' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(228,13,228,24): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.TunnelCommand.DataHSTouch' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(229,13,229,35): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.TunnelCommand.CloseConnectionHSTouch' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(234,13,234,32): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.TunnelCommand.ErrorMessageHSTouch' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(251,13,251,28): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.TunnelCommand.DeviceChangeAll' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(254,21,254,40): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.CAPIControlResponse' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(255,13,255,26): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.CAPIControlResponse.Indeterminate' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(256,13,256,24): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.CAPIControlResponse.All_Success' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(257,13,257,24): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.CAPIControlResponse.Some_Failed' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(258,13,258,23): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.CAPIControlResponse.All_Failed' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(267,13,267,21): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.enumEnergyDirection.Consumed' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(268,13,268,21): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.enumEnergyDirection.Produced' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(409,13,409,17): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eGraphType.Line' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(410,13,410,16): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eGraphType.Bar' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(411,13,411,16): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eGraphType.Pie' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(420,13,420,19): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eGraphInterval.Minute' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(421,13,421,17): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eGraphInterval.Hour' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(422,13,422,16): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eGraphInterval.Day' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(423,13,423,17): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eGraphInterval.Week' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(424,13,424,18): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eGraphInterval.Month' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(425,13,425,20): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eGraphInterval.Quarter' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(426,13,426,17): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.eGraphInterval.Year' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(436,13,436,27): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.speak_error_values.SPEAK_NO_ERROR' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(437,13,437,29): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.speak_error_values.SPEAK_NO_CLIENTS' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(438,13,438,32): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.speak_error_values.SPEAK_ERROR_SENDING' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(463,21,463,28): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.EOsType' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(464,13,464,20): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.EOsType.Windows' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(465,13,465,18): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.EOsType.Linux' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(469,21,469,37): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.Device_Constants' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(473,13,473,21): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.Device_Constants.FIRST_HC' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(475,13,475,29): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.Device_Constants.MAX_DEVICE_CODES' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Constants.cs(478,13,478,28): warning CS1591: Missing XML comment for publicly visible type or member 'Constants.Device_Constants.MAX_HOUSE_CODES' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyCalcData.cs(28,23,28,27): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyCalcData.Name' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyCalcData.cs(46,25,46,33): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyCalcData.LateDate' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyCalcData.cs(47,23,47,31): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyCalcData.mvAmount' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyCalcData.cs(48,23,48,29): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyCalcData.Amount' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyCalcData.cs(50,23,50,36): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyCalcData.AmountPrecise' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyCalcData.cs(52,23,52,29): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyCalcData.mvCost' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyCalcData.cs(53,23,53,27): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyCalcData.Cost' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyCalcData.cs(55,23,55,34): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyCalcData.CostPrecise' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyData.cs(14,20,14,22): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyData.ID' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyData.cs(64,16,64,26): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyData.EnergyData(Constants.enumEnergyDirection)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraph.cs(14,25,14,27): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraph.ID' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraph.cs(15,25,15,29): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraph.Name' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraph.cs(16,25,16,37): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraph.DefaultGraph' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraph.cs(17,25,17,33): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraph.IsLocked' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraph.cs(18,25,18,34): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraph.IsVisible' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraph.cs(19,25,19,37): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraph.MultiLayered' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraph.cs(21,25,21,30): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraph.YAxis' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraph.cs(22,25,22,31): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraph.dvRefs' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraph.cs(23,25,23,30): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraph.Width' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraph.cs(24,25,24,31): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraph.Height' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraph.cs(25,25,25,45): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraph.AdditionalParameters' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraph.cs(26,25,26,34): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraph.LinkedIDs' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraph.cs(27,25,27,38): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraph.DateGenerated' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(14,41,14,43): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.ID' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(15,41,15,45): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.Name' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(16,41,16,45): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.Type' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(17,41,17,49): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.Interval' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(18,41,18,50): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.StartDate' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(19,41,19,48): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.EndDate' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(20,41,20,47): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.GoBack' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(21,41,21,51): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.gbInterval' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(22,41,22,49): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.Timespan' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(23,41,23,51): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.tsInterval' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(24,41,24,47): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.dvRefs' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(44,20,44,25): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.Width' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(45,20,45,26): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.Height' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(46,20,46,31): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.MobileWidth' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(47,20,47,32): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.MobileHeight' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(48,20,48,32): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.DefaultGraph' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(49,20,49,25): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.YAxis' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(50,20,50,28): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.IsLocked' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(51,20,51,29): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.IsVisible' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Energy\EnergyGraphData.cs(62,16,62,31): warning CS1591: Missing XML comment for publicly visible type or member 'EnergyGraphData.EnergyGraphData()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Features\IFeaturePage.cs(23,49,23,53): warning CS1573: Parameter 'user' has no matching param tag in the XML comment for 'IFeaturePage.PostBackProc(string, string, int)' (but other parameters do) 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Features\IFeaturePage.cs(23,59,23,69): warning CS1573: Parameter 'userRights' has no matching param tag in the XML comment for 'IFeaturePage.PostBackProc(string, string, int)' (but other parameters do) 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\EMediaOperation.cs(10,9,10,18): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaOperation.MediaStop' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\EMediaOperation.cs(11,9,11,19): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaOperation.MediaPause' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\EMediaOperation.cs(12,9,12,18): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaOperation.MediaMute' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\EMediaOperation.cs(21,9,21,23): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaOperation.MediaGetVolume' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\EMediaOperation.cs(22,9,22,25): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaOperation.MediaGetFilename' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\EMediaOperation.cs(23,9,23,25): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaOperation.MediaSetFilename' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\EMediaOperation.cs(24,9,24,21): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaOperation.MediaUnpause' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\EMediaOperation.cs(25,9,25,20): warning CS1591: Missing XML comment for publicly visible type or member 'EMediaOperation.MediaUnmute' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(14,29,14,54): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.SPEAKER_INTERFACE_VERSION' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(16,35,16,45): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.ClientName' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(17,35,17,43): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.HostName' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(18,30,18,40): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.SpeechHost' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(19,26,19,35): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.IpAddress' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(26,16,26,37): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.AbstractSpeakerClient(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(31,21,31,28): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.Connect(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(90,32,90,50): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.OnClientDisconnect(object, EventArgs)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(94,32,94,47): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.OnClientConnect(object, EventArgs)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(116,21,116,31): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.Disconnect()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(121,30,121,39): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.SpeakText(string, bool)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(124,30,124,42): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.PlayWaveFile(string, int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(126,30,126,36): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.IsBusy()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(128,29,128,38): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.VRChanged()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(132,30,132,41): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.StartListen()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(134,30,134,40): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.StopListen()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(136,30,136,38): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.SetVoice(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(141,29,141,40): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.SpeakToFile(string, string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(145,28,145,39): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.SendMessage(string, bool)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(150,29,150,39): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.PauseAudio()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(154,29,154,41): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.UnPauseAudio()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(158,29,158,38): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.MuteAudio()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(162,29,162,40): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.UnMuteAudio()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(166,29,166,42): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.GetMuteStatus()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(171,29,171,44): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.GetListenStatus()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(176,30,176,44): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.GetPauseStatus()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(181,31,181,43): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.GetVoiceName()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(186,28,186,37): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.MEDIAPlay(string, int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(191,31,191,44): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.MEDIAFunction(EMediaOperation, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(196,28,196,37): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.GetVolume()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(201,29,201,38): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.SetVolume(int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(205,30,205,42): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.StopSpeaking()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(207,28,207,41): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.SetListenMode(int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(212,28,212,41): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.GetListenMode()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(217,29,217,39): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.SetVRState(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(221,29,221,39): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.SetSpeaker(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\AbstractSpeakerClient.cs(225,28,225,44): warning CS1591: Missing XML comment for publicly visible type or member 'AbstractSpeakerClient.SetSpeakingSpeed(int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ESpeakErrorValue.cs(9,9,9,16): warning CS1591: Missing XML comment for publicly visible type or member 'ESpeakErrorValue.NoError' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ESpeakErrorValue.cs(10,9,10,18): warning CS1591: Missing XML comment for publicly visible type or member 'ESpeakErrorValue.NoClients' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ESpeakErrorValue.cs(11,9,11,21): warning CS1591: Missing XML comment for publicly visible type or member 'ESpeakErrorValue.ErrorSending' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\clsLastVR.cs(12,25,12,28): warning CS1591: Missing XML comment for publicly visible type or member 'clsLastVR.Raw' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\clsLastVR.cs(13,25,13,31): warning CS1591: Missing XML comment for publicly visible type or member 'clsLastVR.Parsed' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\clsLastVR.cs(14,25,14,29): warning CS1591: Missing XML comment for publicly visible type or member 'clsLastVR.Host' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\clsLastVR.cs(15,25,15,33): warning CS1591: Missing XML comment for publicly visible type or member 'clsLastVR.Instance' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\clsLastVR.cs(16,25,16,27): warning CS1591: Missing XML comment for publicly visible type or member 'clsLastVR.ID' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\clsLastVR.cs(17,25,17,29): warning CS1591: Missing XML comment for publicly visible type or member 'clsLastVR.Time' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(10,16,10,25): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.SpeakText(string, bool)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(11,16,11,22): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.IsBusy()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(12,16,12,25): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.VRChanged()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(13,16,13,27): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.StartListen()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(14,16,14,26): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.StopListen()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(15,16,15,24): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.SetVoice(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(16,16,16,27): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.SpeakToFile(string, string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(17,16,17,27): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.SendMessage(string, bool)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(18,16,18,28): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.PlayWaveFile(string, int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(19,16,19,26): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.PauseAudio()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(20,16,20,28): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.UnPauseAudio()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(21,16,21,25): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.MuteAudio()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(22,16,22,27): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.UnMuteAudio()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(23,16,23,29): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.GetMuteStatus()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(24,16,24,31): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.GetListenStatus()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(25,16,25,30): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.GetPauseStatus()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(26,16,26,28): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.GetVoiceName()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(27,16,27,25): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.MEDIAPlay(string, int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(28,16,28,29): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.MEDIAFunction(EMediaOperation, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(29,16,29,25): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.GetVolume()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(30,16,30,25): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.SetVolume(int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(31,16,31,26): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.Disconnect()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(32,16,32,28): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.StopSpeaking()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(33,16,33,29): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.SetListenMode(int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(34,16,34,29): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.GetListenMode()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(35,16,35,26): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.SetVRState(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(36,16,36,26): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.SetSpeaker(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\IFromSpeaker.cs(37,16,37,32): warning CS1591: Missing XML comment for publicly visible type or member 'IFromSpeaker.SetSpeakingSpeed(int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(14,9,14,22): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.GetTestNumber()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(15,9,15,16): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.version()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(16,9,16,29): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.RemoteHostsListCount()' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(17,10,17,20): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.RemoveHost(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(18,10,18,25): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.IsHostConnected(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(19,10,19,19): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.VRChanged(RemoteHost)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(20,24,20,36): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.GetHostsList(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(21,10,21,20): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.SetSpeaker(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(22,9,22,25): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.SetSpeakingSpeed(int, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(23,10,23,20): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.PauseAudio(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(24,10,24,22): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.UnPauseAudio(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(25,10,25,19): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.MuteAudio(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(26,10,26,21): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.UnMuteAudio(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(27,10,27,20): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.SetVRState(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(28,24,28,37): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.GetRemoteHost(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(29,10,29,25): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.SpeakFromClient(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(30,34,30,39): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.Speak(string, bool, string, Constants.speak_type_values, bool, int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(31,10,31,18): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.WaveDone(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(32,10,32,19): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.SpeakDone(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(33,10,33,20): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.IsSpeaking(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(34,10,34,22): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.StopSpeaking(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(35,12,35,28): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.GetAttentionMenu(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(36,12,36,25): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.CreateGrammar(string, string, string, string, string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(37,10,37,21): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.Reset_mDoIt(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(38,12,38,26): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.GetCommandMenu(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(39,10,39,29): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.SetAttentionPhrases(string, string, string, string, string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(40,10,40,19): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.SetLastVR(string, string, int, string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(41,12,41,21): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.Recognize(string, string, int, string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(42,14,42,25): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.GetFileDate(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(43,12,43,23): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.GetFilePart(string, int, int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(44,10,44,19): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.MEDIAPlay(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(45,12,45,25): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.MEDIAFunction(EMediaOperation, string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(46,9,46,18): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.GetVolume(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(47,10,47,23): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.GetMuteStatus(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(48,10,48,25): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.GetListenStatus(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(49,9,49,23): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.GetPauseStatus(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(50,12,50,24): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.GetVoiceName(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(51,10,51,19): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.SetVolume(int, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(52,10,52,24): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.StartListening(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(53,10,53,23): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.StopListening(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(54,9,54,17): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.SetVoice(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(55,9,55,22): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.SetListenMode(int, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(56,9,56,22): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.GetListenMode(string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(58,12,58,19): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.Connect(string, string, string, string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(61,12,61,24): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.RecognizeRaw(string, string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(62,12,62,24): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.ConnectLocal(string, string, string, string, string, IFromSpeaker)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\ISpeechAPI.cs(63,10,63,25): warning CS1591: Missing XML comment for publicly visible type or member 'ISpeechAPI.DisconnectLocal(long)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Speech\RemoteHost.cs(48,29,48,33): warning CS1591: Missing XML comment for publicly visible type or member 'RemoteHost.Lock' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(83,35,83,43): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.CopyPage(Page)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(90,28,90,36): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.WithView(AbstractView)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(95,28,95,37): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.WithLabel(string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(101,28,101,37): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.WithLabel(string, string, string)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(107,28,107,37): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.WithInput(string, string, EInputType)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(113,28,113,37): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.WithInput(string, string, string, EInputType)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(119,28,119,40): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.WithTextArea(string, string, int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(126,28,126,40): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.WithTextArea(string, string, string, int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(133,28,133,50): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.WithDropDownSelectList(string, string, List, int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(139,28,139,50): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.WithDropDownSelectList(string, string, List, List, int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(146,28,146,47): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.WithRadioSelectList(string, string, List, int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(152,28,152,47): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.WithRadioSelectList(string, string, List, List, int)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(159,28,159,38): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.WithToggle(string, string, bool)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(165,28,165,40): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.WithCheckBox(string, string, bool)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(172,28,172,37): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.WithGroup(string, string, IEnumerable)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\PageFactory.cs(179,28,179,40): warning CS1591: Missing XML comment for publicly visible type or member 'PageFactory.WithTimeSpan(string, string, TimeSpan, bool, bool)' 1>C:\Users\dmurphy\source\repos\Plugin-SDK\Jui\Views\SettingsCollection.cs(277,34,277,47): warning CS1591: Missing XML comment for publicly visible type or member 'SettingsCollection.GetEnumerator()' 1> PluginSdk -> C:\Users\dmurphy\source\repos\Plugin-SDK\bin\Debug\PluginSdk.dll 1>C:\Users\dmurphy\source\repos\Plugin-SDK\PluginSdk.csproj(216,5): error MSB3030: Could not copy the file "packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll" because it was not found. ========== Build: 0 succeed

spudwebb commented 2 years ago

@dpmurphy , when I try to add the PluginSdk.csproj to my plugin solution, it doesn't even compile because the PluginSdk.csproj expects the Nuget packages directory to be in the same directory that the PluginSdk solution, but in this case VS creates it in the plugin solution directory.

If then I uninstall the Newtonsoft nuget reference and reinstall it in VS, the packages path are adjusted in PluginSdk.csproj and I get the same error as you at the end of the build. Then I can remove or adjust the copy instruction of the Newtonsoft dll and everything is fine. Bottom line is that if you want to add the PluginSdk.csproj to your own solution you will have to ajust a few things depending on your own solution configuration.