Reddunt
Reddunt copied to clipboard
Can not build Reddunt
I can not build the solution becouse of error in VS2017:
Error CS0234 The type or namespace name 'UI' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) Baconit D:\Projects\Reddunt\Baconit\App.xaml.cs 79 Active
Also in the reference list reference to Microsoft.UI.Xaml
has yellow triangle (had some problems). I didn't find any solution here on github or on the subreddit.
Where I have to find that assembly?
I took a look through the commit history, and it seems to be related to work on a "Fluent Design" update. The missing dll, Microsoft.UI.Xaml, is probably from one of the example projects that Microsoft updates with each new version of Windows. Possibly still in prerelease. Going to see if I can find out more.