I only get this problem if I am targeting a .Net 4.6 infrastructure under Visual Studio 2015 or 2013. Enumerable class
No XML Documentation Comments
(System.Linq.Enumerable, \ Reference Assemblies \ Microsoft \ Framework.NETFramework \ v4.6 \ System. Core.dll). Anyone who has the same problem?
I reinstalled the .NET Framework 4.6 targeting package ( http://blogs.msdn.com/b/dotnet/p/dotnet_sdks.aspx ), but this did not solve the problem. It seems that the System.Core.xml file in \ ReferenceAssemblies \ Microsoft \ Framework.NETFramework \ v4.6 \ is missing a piece of documentation. In the end, I used the System.Core.xml file from .Net 4.5.2, and now the documentation is visible.
source
share