So I've just downloaded MahApps.Metro demo project from github. I loaded the demo using Visual Studio 2013 and compiled the MahApps.Metro.Demo.Net45 version, and I got over 100 of errors of all variety. When I check the code to see what caused the errors, I dont think there's anything wrong with the syntax. The assembly listed for every class looks fine as well.
For example:
internal static KeyboardNavigationEx Instance => _instance ?? (_instance = new KeyboardNavigationEx());
The code above, caused " ; expected " error at the lamda sign. Why is this an error?
Here's some screenshot of the other errors I got. https://i.stack.imgur.com/KmcTq.jpg https://i.stack.imgur.com/SMshm.jpg
What am I missing here? Is the problem with my Visual Studio? I've updated my Visual Studio with Update 5, but errors still remain when I compiled the demo again. Is the problem with the MahApps demo? If so, is there a working version that I can try? Can you please share some links? I'm really puzzled. Any advice on how to try the demo project succesfully?