I just changed the project type to Portable in VisualStudio 2015. But it seems that ReSharper can no longer decompile the standard .NET libraries.
It displays only empty bodies with return values by default:

I know that the exact implementation of the .NET Standard may vary on different platforms. But it would still be useful to see at least a version of the standard Windows libraries without explicitly visiting the help sources site or using DotPeek or a similar tool.
Is there any way to configure ReSharper to decompile one of the actual implementations (for example, the Windows version) if the project type is Portable?
source
share