Jonas Stawski
Jonas Stawski
I have started a project in Visual Studio 2013 Update 1 that contains 2 PCL projects among other types of projects. I enabled Nuget restore and all works well using...
Haven't inspected the code in great detail, but how unique is this identifier really? MAC Addresses are [not unique](http://superuser.com/questions/268006/are-mac-addresses-unique-when-coming-out-of-the-factory). There is 16.7 million possible addresses per manufacturer. Given that Apple...
The assertion `default(Nullable).ShouldBeGreaterThan(0);` is not failing, but it should. Is this by design or a bug?