Steps to repro:
- Install VS2015 Preview on Windows 8.1
- Install VS2015 Preview SDK
- Create a new extension project (Other Project Types | Extensibility | Visual Studio Package)
- Take the defaults including generating unit tests
- Run unit tests
- LoadPackageTest test fails
Tried loading the package in /Exp. The package constructor is not called and the debug write messages do not appear in the output window.
Perhaps it's too early in the product cycle to write extensions?