Enumerated class missing Documentation of XML comments in .net 4.6 project

I only get this problem if I am targeting a .Net 4.6 infrastructure under Visual Studio 2015 or 2013. Enumerable classNo 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.

+4
source share
1 answer

Well, it looks like they fixed this error with Update-1 for Visual Studio 2015. After installing the documentation, the update is present

+3
source

Source: https://habr.com/ru/post/1609934/


All Articles