We are using the 23.2.1 version of the MilestoneSystems.VideoOS.Platform.SDK
nuget package. We are using the Microsoft Visual Studio Installer Projects 2022 extension to build a msi installer for our project. When building the installer project we get the following warnings.
WARNING: Unable to find dependency ‘VIDEOOS.COMMON’ (Signature=‘BC60FBA4A7969F89’ Version=‘1.0.0.0’) of assembly ‘VideoOS.UI.Common.WPF.dll’
WARNING: Unable to find dependency ‘SYSTEM.REACTIVE’ (Signature=‘94BC3704CDDFC263’ Version=‘4.4.0.0’) of assembly ‘VideoOS.UI.Common.WPF.dll’
WARNING: Unable to find dependency ‘VIDEOOS.PLATFORM.MEDIAPROCESSING’ (Signature=‘BC60FBA4A7969F89’ Version=‘1.0.0.0’) of assembly ‘VideoOS.UI.Common.WPF.dll’
WARNING: Unable to find dependency ‘VIDEOOS.COMMON.STATE’ (Signature=‘BC60FBA4A7969F89’ Version=‘1.0.0.0’) of assembly ‘VideoOS.UI.Common.WPF.dll’
WARNING: Unable to find dependency ‘MICROSOFT.XAML.BEHAVIORS’ (Signature=‘B03F5F7F11D50A3A’ Version=‘1.1.0.0’) of assembly ‘VideoOS.UI.Common.WPF.dll’
WARNING: Unable to find dependency ‘VIDEOOS.COMMON.LOGIN’ (Signature=‘BC60FBA4A7969F89’ Version=‘1.0.0.0’) of assembly ‘VideoOS.UI.Common.WPF.dll’
WARNING: Unable to find dependency ‘VIDEOOS.COMMON.DEFINITION’ (Signature=‘BC60FBA4A7969F89’ Version=‘1.0.0.0’) of assembly ‘VideoOS.UI.Common.WPF.dll’
I browsed the milestone sdk nuget package properties here https://nuget.info/packages/MilestoneSystems.VideoOS.Platform.SDK/23.2.1 and found that VideoOS.UI.Common.WPF.dll lists the above DLLs as dependencies. But none of the milestone nuget packages provide them. For instance see the attached screenshot which shows VideoOs.Common Version 1.0.0.0 as a dependency. But we have no way to include that file.
Are these references a mistake in the nuget package? Or are we missing a step to obtain these referenced dll files through some other means?
