I am using latest DNX (1.0.0-rc1-update1 clr 圆4), in fact I've tried to use different DNXs none of them worked as it supposed to. at 256Managed.ctor() - End of inner exception stack trace. > System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. : Exception has been thrown by the target of an invocation. In the output I can see that it fails due to an exception at 256Managed.ctor() When I hit Restore Packages option in my Solution Explorer the packages don't get restored and I get that Package restore failed message.
Solution Explorer.png Well, obviously, I can't build a solution as the dependencies are highlighted red in project.jason. When I am creating a new ASP.NET 5 project the dependencies related to ASP.NET 5 don't seem to be downloaded and added to my new project and I get that exclamation mark in yellow triangle sign next to each reference, instead. I am experiencing an issue with package restoring from NuGet repository in Visual Studio 2015.