You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that with the Microsoft.Windows.SDK.Contracts nuget packages you do not need to reference the winmd files anymore, which makes your code cleaner.
@hansmbakker Thanks for the great shortcut but i am still getting and error
Metadata file System.Runtime.WindowsRuntime.dll' could not be found
Metadata file System.Runtime.WindowsRuntime.UI.Xaml.dll' could not be found
Full Error:
Error CS0006
Metadata file 'C:\..\Downloads\UWP Systray\UWP Systray\packages\System.Runtime.WindowsRuntime.4.6.0-preview9.19421.4\ref\netstandard1.2\System.Runtime.WindowsRuntime.dll' could not be found
Error CS0006
Metadata file 'C:\...\Downloads\UWP Systray\UWP Systray\packages\System.Runtime.WindowsRuntime.UI.Xaml.4.6.0-preview9.19421.4\ref\netstandard1.1\System.Runtime.WindowsRuntime.UI.Xaml.dll' could not be found
Nice article on the Systray extension with UWP!
I found that with the
Microsoft.Windows.SDK.Contracts
nuget packages you do not need to reference the winmd files anymore, which makes your code cleaner.Please refer to https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-enhance.
The text was updated successfully, but these errors were encountered: