PS C:\Users\root\Documents\HWS\MasterVolumePR\test> git clone --branch develop https://github.com/SecretiveShell/hass-workstation-service Cloning into 'hass-workstation-service'... remote: Enumerating objects: 1852, done. remote: Counting objects: 100% (1048/1048), done. remote: Compressing objects: 100% (755/755), done. Receiving objects: 100% (1852/1852), 35.27 MiB | 2.35 MiB/s, done.d 804 Resolving deltas: 100% (1247/1247), done. PS C:\Users\root\Documents\HWS\MasterVolumePR\test> cd .\hass-workstation-service\ PS C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service> mkdir build Directory: C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 07/11/2021 19:28 build PS C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service> dotnet build Microsoft (R) Build Engine version 16.11.1+3e40a09f8 for .NET Copyright (C) Microsoft Corporation. All rights reserved. Determining projects to restore... Restored C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\UserInterface\UserInterface.csproj (in 1.36 sec). Restored C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\hass-workstation-service.csproj (in 1.36 sec). C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\obj\Debug\net5.0\hass-workstation-service.AssemblyInfo.cs(16,59): warning CS7035: The specified version string does not conform to the recommended format - major.minor.build.revision [C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\hass-workstation-service.csproj] C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\Data\ConfigurationService.cs(71,13): 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:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\hass-workstation-service.csproj] C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\Domain\Sensors\CurrentClockSpeedSensor.cs(10,153): warning CA1416: This call site is reachable on all platforms. 'WMIQuerySensor.WMIQuerySensor(MqttPublisher, string, int?, string, Guid)' is only supported on: 'windows'. [C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\hass-workstation-service.csproj] C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\Communication\InterProcesCommunication\ServiceContractModels.cs(42,30): warning CA1416: This call site is reachable on all platforms. 'WMIQuerySensor.Query.get' is only supported on: 'windows'. [C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\hass-workstation-service.csproj] C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\Data\ConfigurationService.cs(109,34): warning CA1416: This call site is reachable on all platforms. 'CPULoadSensor' is only supported on: 'windows'. [C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\hass-workstation-service.csproj] C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\Data\ConfigurationService.cs(152,34): warning CA1416: This call site is reachable on all platforms. 'WMIQuerySensor' is only supported on: 'windows'. [C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\hass-workstation-service.csproj] hass-workstation-service -> C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\bin\Debug\net5.0\hass-workstation-service.dll GenerateAvaloniaResourcesTask -> Root: C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\UserInterface, 11 resources, Output:obj\Debug\net5.0\/Avalonia/resources avares -> name:/Assets/hass-workstation-logo.ico, path: C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\UserInterface\Assets\hass-workstation-logo.ico, size:70250, ItemSpec:Assets\hass-workstation-logo.ico avares -> name:/App.axaml, path: C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\UserInterface\App.axaml, size:653, ItemSpec:App.axaml avares -> name:/Views/AddCommandDialog.axaml, path: C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\UserInterface\Views\AddCommandDialog.axaml, size:2166, ItemSpec:Views\AddCommandDialog.axaml avares -> name:/Views/AddSensorDialog.axaml, path: C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\UserInterface\Views\AddSensorDialog.axaml, size:2632, ItemSpec:Views\AddSensorDialog.axaml avares -> name:/Views/AppInfo.axaml, path: C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\UserInterface\Views\AppInfo.axaml, size:1101, ItemSpec:Views\AppInfo.axaml avares -> name:/Views/BackgroundServiceSettings.axaml, path: C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\UserInterface\Views\BackgroundServiceSettings.axaml, size:1722, ItemSpec:Views\BackgroundServiceSettings.axaml avares -> name:/Views/BrokerSettings.axaml, path: C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\UserInterface\Views\BrokerSettings.axaml, size:1891, ItemSpec:Views\BrokerSettings.axaml avares -> name:/Views/CommandSettings.axaml, path: C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\UserInterface\Views\CommandSettings.axaml, size:1785, ItemSpec:Views\CommandSettings.axaml avares -> name:/Views/GeneralSettings.axaml, path: C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\UserInterface\Views\GeneralSettings.axaml, size:1512, ItemSpec:Views\GeneralSettings.axaml avares -> name:/Views/MainWindow.axaml, path: C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\UserInterface\Views\MainWindow.axaml, size:1456, ItemSpec:Views\MainWindow.axaml avares -> name:/Views/SensorSettings.axaml, path: C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\UserInterface\Views\SensorSettings.axaml, size:2133, ItemSpec:Views\SensorSettings.axaml UserInterface -> C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\UserInterface\bin\Debug\net5.0\UserInterface.dll Build succeeded. C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\obj\Debug\net5.0\hass-workstation-service.AssemblyInfo.cs(16,59): warning CS7035: The specified version string does not conform to the recommended format - major.minor.build.revision [C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\hass-workstation-service.csproj] C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\Data\ConfigurationService.cs(71,13): 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:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\hass-workstation-service.csproj] C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\Domain\Sensors\CurrentClockSpeedSensor.cs(10,153): warning CA1416: This call site is reachable on all platforms. 'WMIQuerySensor.WMIQuerySensor(MqttPublisher, string, int?, string, Guid)' is only supported on: 'windows'. [C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\hass-workstation-service.csproj] C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\Communication\InterProcesCommunication\ServiceContractModels.cs(42,30): warning CA1416: This call site is reachable on all platforms. 'WMIQuerySensor.Query.get' is only supported on: 'windows'. [C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\hass-workstation-service.csproj] C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\Data\ConfigurationService.cs(109,34): warning CA1416: This call site is reachable on all platforms. 'CPULoadSensor' is only supported on: 'windows'. [C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\hass-workstation-service.csproj] C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\Data\ConfigurationService.cs(152,34): warning CA1416: This call site is reachable on all platforms. 'WMIQuerySensor' is only supported on: 'windows'. [C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\hass-workstation-service.csproj] 6 Warning(s) 0 Error(s) Time Elapsed 00:00:07.69 PS C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service> dotnet publish --output .\build\ Microsoft (R) Build Engine version 16.11.1+3e40a09f8 for .NET Copyright (C) Microsoft Corporation. All rights reserved. Determining projects to restore... All projects are up-to-date for restore. hass-workstation-service -> C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\hass-workstation-service\bin\Debug\net5.0\hass-workstation-service.dll hass-workstation-service -> C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\build\ UserInterface -> C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\UserInterface\bin\Debug\net5.0\UserInterface.dll UserInterface -> C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\build\ PS C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service> cd build PS C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\build> explorer . PS C:\Users\root\Documents\HWS\MasterVolumePR\test\hass-workstation-service\build>