<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Joomla! - Open Source Content Management" -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Helixoft Product News</title>
		<description><![CDATA[Helixoft - Tools for Documenting .NET Code]]></description>
		<link>https://www.helixoft.com/latest-news.html</link>
		<lastBuildDate>Thu, 23 Apr 2026 22:50:38 +0200</lastBuildDate>
		<generator>Joomla! - Open Source Content Management</generator>
		<atom:link rel="self" type="application/rss+xml" href="https://www.helixoft.com/latest-news.feed?type=rss"/>
		<language>en-gb</language>
		<managingEditor>peter@helixoft.com (Helixoft)</managingEditor>
		<item>
			<title>VSdocman 13.0 released - with VS 2026 support</title>
			<link>https://www.helixoft.com/latest-news/vsdocman-13-0-released-with-vs-2026-support.html</link>
			<guid isPermaLink="true">https://www.helixoft.com/latest-news/vsdocman-13-0-released-with-vs-2026-support.html</guid>
			<description><![CDATA[<p>We are glad to announce that the new VSdocman 13.0 has been released. VSdocman is a Visual Studio tool for a quick commenting and automatic generation of technical documentation from your C# and VB .NET source code files. For more information, go to <a href="https://www.helixoft.com//component/content/article/overview.html?catid=39:vsdocman&amp;Itemid=61">VSdocman home page</a>.<br /><br />This major update brings the support for Visual Studio 2026 and fixes some problems. You can <strong><a href="https://www.helixoft.com//download.html" title="Download">download it from here</a></strong>.</p>
<p>What's new in VSdocman version 13.0:</p>
<br /><ol>
<li>NEW: Added support for&nbsp;<strong>VS 2026</strong>.</li>
<li>CHANGE: The links to .NET members in the chm_2025 documentation now open in the default browser. Previously, they opened directly in the CHM viewer, which could cause issues with modern pages, such as script errors. The CHM viewer uses an old rendering engine that lacks compatibility with newer HTML standards.</li>
<li>FIX: The VSdocman installer could incorrectly report that no installed version of Visual Studio was found, if also the 'SQL Server Management Studio 21' (preview) was installed. This has been fixed.</li>
<li>FIX: In some cases, when generating documentation for some projects (e.g., WPF) targeting .NET 6 or newer, dead links to .NET members were generated and reported.</li>
<li>FIX: Implicitly implemented methods/properties in C# (not explicitly implemented) were not recognized as implemented. This resulted in missing documentation that should be inherited from the implemented interface.</li>
<li>FIX: Comments from external code members (from referenced assemblies) that were inherited or implemented were not included in the generated documentation. For example, if a class implemented an interface from an external assembly, the comments from the interface members were not included in the documentation of the implementing class.</li>
<li>FIX: The table of contents in the generated PDF file was not properly updated in very rare cases. Instead, it showed the [Press ALT+A and F9 to update the TOC and other fields] text. This has been fixed.</li>
</ol><br />]]></description>
			<author>peter@helixoft.com (Peter Macej)</author>
			<category>Latest News</category>
			<pubDate>Wed, 12 Nov 2025 21:40:08 +0100</pubDate>
		</item>
		<item>
			<title>VSdocman 12.0 released</title>
			<link>https://www.helixoft.com/latest-news/vsdocman-12-0-released.html</link>
			<guid isPermaLink="true">https://www.helixoft.com/latest-news/vsdocman-12-0-released.html</guid>
			<description><![CDATA[<p>We are glad to announce that the new VSdocman 12.0 has been released. VSdocman is a Visual Studio tool for a quick commenting and automatic generation of technical documentation from your C# and VB .NET source code files. For more information, go to <a href="https://www.helixoft.com//component/content/article/overview.html?catid=39:vsdocman&amp;Itemid=61">VSdocman home page</a>.<br /> <br /> This major update adds several new features and fixes some issues. You can <strong><a href="https://www.helixoft.com//download.html" title="Download">download it from here</a></strong>.</p>
<p>What's new in VSdocman version 12.0:</p>
<br /><ol>
<li>NEW: Added support for projects that target&nbsp;<strong>.NET 6 and later</strong>. VSdocman worked with such projects even before, but only partially. For example, cref links to .NET types were not resolved.</li>
<li>NEW: Added support for&nbsp;<strong>C# global using directive</strong>. The&nbsp;<a href="https://learn.microsoft.com/sk-sk/dotnet/csharp/language-reference/keywords/using-directive#the-global-modifier">global using</a>&nbsp;and&nbsp;<a href="https://learn.microsoft.com/en-us/dotnet/core/project-sdk/overview#implicit-using-directives">implicit global using</a>&nbsp;directives were introduced in C#10 (with .NET6, but may be used with .NET Framework as well).</li>
<li>NEW: Added new output formats&nbsp;<strong>html_2025</strong>&nbsp;and&nbsp;<strong>chm_2025</strong>. These are continuations of the older html_msdn2019 and chm_msdn2019, and it is recommended to switch to the new ones. Several improvements were implemented in the new templates, such as better responsiveness. The HTML output is more mobile-friendly now.</li>
<li>NEW: Added new&nbsp;<strong>Markdown</strong>&nbsp;output format which uses Github-flavored Markdown syntax. It is a simple text format which can be easily converted to HTML, PDF or other formats. It is suitable for version control systems like Git. You can use any Markdown editor to edit the files. The final documentation can be viewed in any Markdown viewer or converted to other formats. The main page is "index.md". It's especially suitable for Github wiki or pages. The table of contents is generated in "_Sidebar.md" file which is recognized by Github wiki. See&nbsp;<a href="https://github.com/PeterMacej/clear-intellisense-cache/wiki/topic_000000000000002E">an example</a>.</li>
<li>NEW: Added support for Greek characters in CHM output. You just need to select the "el-GR" language in the output format options.</li>
<li>FIX: The comment editor and "Add XML comment" didn't work with shared projects (.shproj).</li>
<li>FIX: Dead links were reported when the documentation was generated, if there were "using" statements in C# (or "Imports" in VB) with an alias. For example,&nbsp;using Point = System.Drawing.Point. Then the links starting with the alias would fail with the warning, for example,&nbsp;&lt;see cref="Point3D"&gt;.</li>
<li>FIX: When an&nbsp;&lt;inheritdoc&gt;&nbsp;or&nbsp;&lt;include&gt;&nbsp;XML doc tags imported multiple XML elements, they were inserted in the reverse order. This was not a problem if the imported elements were top-level elements, such as&nbsp;&lt;summary&gt;,&nbsp;&lt;remarks&gt;&nbsp;and others, because their order is not important. But if the imported elements were, for example,&nbsp;&lt;para&gt;&nbsp;tags inside a&nbsp;&lt;remarsks&gt;, they were in the wrong order in the generated documentation.</li>
<li>FIX: When compiling documentation from command line with VSdocmanCmdLine.exe using VS 2017, a "Could not load file or assembly EnvDTE" exception could occur.</li>
<li>FIX: The html_msdn2019 and chm_msdn2019 output didn't work correctly if there was an&nbsp;&lt;svg&gt;&nbsp;element injected in the documentation. An SVG element can be added in the header, footer or any other part of the page, see "Using HTML and Unknown Tags in XML Comments" topic in the help.</li>
<li>FIX: An unhandled exception message could be displayed if the user moved the mouse cursor out of the comment editor. This was harmless but annoying.</li>
</ol><br />]]></description>
			<author>peter@helixoft.com (Peter Macej)</author>
			<category>Latest News</category>
			<pubDate>Wed, 19 Mar 2025 10:51:34 +0100</pubDate>
		</item>
		<item>
			<title>VSdocman 11.2 released</title>
			<link>https://www.helixoft.com/latest-news/vsdocman-11-2-released.html</link>
			<guid isPermaLink="true">https://www.helixoft.com/latest-news/vsdocman-11-2-released.html</guid>
			<description><![CDATA[<p>We are glad to announce that the new VSdocman 11.2 has been released. VSdocman is a&nbsp; Visual Studio tool for a quick commenting and automatic generation of technical documentation from your C# and VB .NET source code files. For more information go to <a href="https://www.helixoft.com//component/content/article/overview.html?catid=39:vsdocman&amp;Itemid=61">VSdocman home page</a> .<br /> <br /> This minor update adds two new features and fixes one little problem. You can <strong><a href="https://www.helixoft.com//download.html" title="Download">download it from here</a></strong>.</p>
<p>What's new in VSdocman version 11.2:</p>
<ol>
<li>NEW: The highlighted notice "API is not CLS-compliant" is displayed for members with <strong>CLSCompliant(false)</strong> attribute.</li>
<li>NEW: Added support for <strong>private protected</strong> code members. They were incorrectly recognized as protected previously.</li>
<li>FIX: Visual Studio 2022 could crash if "Browse" button was pressed for Output Folder, External Files Folder or Templates Folder in VSdocman "Output" project properties. Other VS versions were not affected.</li>
</ol>]]></description>
			<author>peter@helixoft.com (Peter Macej)</author>
			<category>Latest News</category>
			<pubDate>Wed, 26 Jan 2022 22:20:30 +0100</pubDate>
		</item>
		<item>
			<title>VSdocman 11.1 released</title>
			<link>https://www.helixoft.com/latest-news/vsdocman-11-1-released.html</link>
			<guid isPermaLink="true">https://www.helixoft.com/latest-news/vsdocman-11-1-released.html</guid>
			<description><![CDATA[<p>We are glad to announce that the new VSdocman 11.1 has been released. VSdocman is a&nbsp; Visual Studio tool for a quick commenting and automatic generation of technical documentation from your C# and VB .NET source code files. For more information go to <a href="https://www.helixoft.com//component/content/article/overview.html?catid=39:vsdocman&amp;Itemid=61">VSdocman home page</a> .<br /> <br /> This minor update fixes some little problems, some of them were introduced in the version 11.0. You can <strong><a href="https://www.helixoft.com//download.html" title="Download">download it from here</a></strong>.</p>
<p>What's new in VSdocman version 11.1:</p>
<ol>
<li>FIX: Some links were not resolved correctly when a "using" statement in C# or "Imports" in VB was used. The issue was introduced in version 11.</li>
<li>FIX: The "Select reference" dialog in the comment editor didn't contain members from referenced assemblies. The issue was introduced in version 11.</li>
<li>
<div><span>FIX: In rare cases, some class diagrams, and possibly also some source files, failed to compile if the documentation was compiled from command line using VSdocmanCmdLine.exe utility.</span></div>
</li>
</ol>]]></description>
			<author>peter@helixoft.com (Peter Macej)</author>
			<category>Latest News</category>
			<pubDate>Sun, 26 Dec 2021 22:10:50 +0100</pubDate>
		</item>
		<item>
			<title>VSdocman 11.0 released - with VS 2022 support</title>
			<link>https://www.helixoft.com/latest-news/vsdocman-11-0-released-with-vs-2022-support.html</link>
			<guid isPermaLink="true">https://www.helixoft.com/latest-news/vsdocman-11-0-released-with-vs-2022-support.html</guid>
			<description><![CDATA[<p>We are glad to announce that the new VSdocman 11.0 has been released. VSdocman is a&nbsp; Visual Studio tool for a quick commenting and automatic generation of technical documentation from your C# and VB .NET source code files. For more information go to <a href="https://www.helixoft.com//component/content/article/overview.html?catid=39:vsdocman&amp;Itemid=61">VSdocman home page</a> .<br /> <br /> This major update brings the support for Visual Studio 2022 and fixes some little problems. You can <strong><a href="https://www.helixoft.com//download.html" title="Download">download it from here</a></strong>.</p>
<p>What's new in VSdocman version 11.0:</p>
<ol>
<li>NEW: Added support for <strong>VS 2022</strong>.</li>
<li>CHANGE: Removed support for <strong>VS 2013</strong> and <strong>VS 2015</strong>. Only <strong>VS 2022, 2019 and 2017</strong> are supported now.</li>
<li>CHANGE: Removed <strong>/vs</strong> parameter from VSdocmanCmdLine.exe command line utility. This parameter was used only with VS 2013 and 2015 that are no longer supported.</li>
<li>CHANGE: VSdocman now installs to "C:\Program Files" folder by default, instead of "C:\Program Files (x86)". So if you are using the command line version, change the path to VSdocmanCmdLine.exe utility or install VSdocman to the original x86 folder.</li>
<li>FIX: The WYSIWYG comment editor added an extra newline at the end of a &lt;code&gt; block in some cases.</li>
<li>FIX: The html_msdn2019 output was not rendered correctly (the left tree was missing) if it was viewed online in Chrome with some extensions installed. For example, Grammarly was such a problematic extension.</li>
<li>FIX: Improved search results in html_msdn2019 output format. If a topic title contained the searched word, it was not listed at the beginning of the search results if there were other topics that contained this word too many times in their text.</li>
</ol>]]></description>
			<author>peter@helixoft.com (Peter Macej)</author>
			<category>Latest News</category>
			<pubDate>Fri, 17 Dec 2021 16:49:16 +0100</pubDate>
		</item>
		<item>
			<title>VSdocman 11.0 beta released - with VS 2022 support</title>
			<link>https://www.helixoft.com/latest-news/vsdocman-11-0-beta-released-with-vs-2022-support.html</link>
			<guid isPermaLink="true">https://www.helixoft.com/latest-news/vsdocman-11-0-beta-released-with-vs-2022-support.html</guid>
			<description><![CDATA[<p>
	We are glad to announce that the new VSdocman 11.0 beta has been released. VSdocman is a&nbsp; Visual Studio tool for a quick commenting and automatic generation of technical documentation from your C# and VB .NET source code files. For more information go to <a href="https://www.helixoft.com//component/content/article/overview.html?catid=39:vsdocman&amp;Itemid=61">VSdocman home page</a> .<br />
	<br />
	This major update brings the support for Visual Studio 2022 and fixes some little problems. You can <strong><a href="https://www.helixoft.com/files/vsdocman/VSdocmanSetup.11.0-beta.msi" title="Download">download it from here</a></strong>.</p>
<p>
	What&#39;s new in VSdocman version 11.0:</p>

<ol>
	<li>
		NEW: Added support for <strong>VS 2022</strong>.</li>
	<li>
		CHANGE: Removed support for <strong>VS 2013</strong> and <strong>VS 2015</strong>. Only <strong>VS 2022, 2019 and 2017</strong> are supported now.</li>
	<li>
		CHANGE: Removed <strong>/vs</strong> parameter from VSdocmanCmdLine.exe command line utility. This parameter was used only with VS 2013 and 2015 that are no longer supported.</li>
	<li>
		CHANGE: VSdocman now installs to &quot;C:\Program Files&quot; folder by default, instead of &quot;C:\Program Files (x86)&quot;. So if you are using the command line version, change the path to VSdocmanCmdLine.exe utility or install VSdocman to the original x86 folder.</li>
	<li>
		FIX: The WYSIWYG comment editor added an extra newline at the end of a &lt;code&gt; block in some cases.</li>
	<li>
		FIX: The html_msdn2019 output was not rendered correctly (the left tree was missing) if it was viewed online in Chrome with some extensions installed. For example, Grammarly was such a problematic extension.</li>
	<li>
		FIX: Improved search results in html_msdn2019 output format. If a topic title contained the searched word, it was not listed at the beginning of the search results if there were other topics that contained this word too many times in their text.</li>
</ol>
]]></description>
			<author>peter@helixoft.com (Peter Macej)</author>
			<category>Latest News</category>
			<pubDate>Wed, 08 Dec 2021 10:37:08 +0100</pubDate>
		</item>
		<item>
			<title>VSdocman 10.0 released</title>
			<link>https://www.helixoft.com/latest-news/vsdocman-10-0-released.html</link>
			<guid isPermaLink="true">https://www.helixoft.com/latest-news/vsdocman-10-0-released.html</guid>
			<description><![CDATA[<p>
	We are glad to announce that the new VSdocman 10.0 has been released. VSdocman is a&nbsp; Visual Studio tool for a quick commenting and automatic generation of technical documentation from your C# and VB .NET source code files. For more information go to <a href="https://www.helixoft.com//component/content/article/overview.html?catid=39:vsdocman&amp;Itemid=61">VSdocman home page</a> .<br />
	<br />
	This major update brings several new features mainly related to the WYSIWYG comment editor and fixes some little problems. You can <strong><a href="https://www.helixoft.com//download.html" title="Download">download it from here</a></strong>.</p>
<p>
	What&#39;s new in VSdocman version 10.0:</p>

<ol>
	<li>
		NEW: The <strong>WYSIWYG comment editor</strong> is now available also for <strong>external XML doc files</strong> that are included with &lt;include&gt; XML doc tag. It is available from the comment editor, Advanced tab. There&#39;s new &quot;Editor&quot; button in the include section.</li>
	<li>
		NEW: The option to always <strong>open VSdocman window with SOLUTION-WIDE PROPERTIES</strong> instead of the project that is active in Visual Studio. It&#39;s in VSdocman Options &gt; Miscellanous &gt; General.</li>
	<li>
		CHANGE: XML comments, such as &lt;summary&gt;<strong>&lt;!-- this is comment --&gt;</strong>&lt;/summary&gt; inside XML doc comments are allowed now. Unlike before, they are not outputted in the generated documentation now. The WYSIWYG comment editor will preserve such XML comments too.</li>
	<li>
		CHANGE: The comment editor will generate <span lang="EN-US"><strong>&amp;#160;</strong> entity for a non-breaking space. This is to easily distinguish it from a normal space.</span></li>
	<li>
		CHANGE: The comment editor will no longer generate <span lang="EN-US"><strong>&amp;quot;</strong> and <strong>&amp;apos;</strong> entities for <strong>&quot;</strong> and <strong>&#39;</strong> characters in XML text. Such escaping is needed only in XML attributes and not doing it in the text will make XML comments more readable.</span></li>
	<li>
		CHANGE: The comment editor did not open if the active document was under source control (TFS) and was not checked out. The editor will now check out automatically, if the &quot;Check out automatically&quot; when editing is selected in VS source control options.</li>
	<li>
		CHANGE: When the user inserts a table or a code block in the comment editor, an empty paragraph is added before and after it if needed, to ensure that it&#39;s possible to enter text there.</li>
	<li>
		CHANGE: Links to enum items, such as &lt;see cref=&quot;MyEnum.Value1&quot;/&gt;, are no longer generated as non-link bold text. The link to the owner enum is generated now.</li>
	<li>
		CHANGE: The values of enum fields are now displayed in generated html_msdn2019 and chm_msdn2019 output formats.</li>
	<li>
		FIX: If a type, e.g. a class, was excluded because it had no XML comment and &quot;Compile also non-commented members&quot; option was not selected, its members such as methods and properties were still included in the documentation. They were not available in the contents tree, but they could be visible in search results.</li>
	<li>
		FIX: The errors in external XML doc files were not reported during compilation. Such external XML files are included with &lt;include&gt; XML doc tags and they can cause various problems - IO error, invalid XML syntax, etc.</li>
	<li>
		FIX: XML errors in custom topics were not reported during compilation. This could happen if the user edited the XML source of the topics directly instead of in the WYSIWYG editor.</li>
	<li>
		FIX: &quot;Dead link&quot; warnings in custom topics were not reported during compilation.</li>
	<li>
		FIX: In custom topics (not in code members), the links to methods with parameters were not generated correctly in the final documentation, for example &lt;see cref=&quot;Ns1.Class1.Method1(Ns1.Class1)&quot;/&gt;.</li>
	<li>
		FIX: &quot;Dead link&quot; warnings occurred for incomplete links to generic methods with parameters excluded. For example, &lt;see cref=&quot;Ns1.Class1.Method1{T}&quot;/&gt;.</li>
	<li>
		FIX: Visual Basic properties, that had no explicit access modifier (Public, Private, ....) and were not auto-implemented (had Get and Set parts), were not included in the generated documentation.</li>
	<li>
		FIX: Whitespaces between inline tags in XML doc comments were removed in the WYSIWYG comment editor and in the comments coming from external XML files included with &lt;include&gt; tag. For example, the space between A and B in: &lt;summary&gt;&lt;b&gt;A&lt;/b&gt; &lt;u&gt;B&lt;/u&gt;&lt;.summary&gt;.</li>
	<li>
		FIX: The WYSIWYG comment editor added an extra space character after a &lt;br/&gt; tag.</li>
	<li>
		FIX: When the user added an exception or a permission in the WYSIWYG comment editor, it was not possible to edit the text in it and the &lt;exception&gt; or &lt;permission&gt; tag was not inserted in the generated XML comment.</li>
	<li>
		FIX: An extra empty &lt;see&gt; tag could be added after editing an existing link in the WYSIWYG comment editor.</li>
	<li>
		FIX: When the user clicked on a link in the WYSIWYG comment editor, the page was scrolled down to the end of the editable section in some cases.</li>
	<li>
		FIX: Some combinations of special XML characters in XML comments could produce wrong result in the generated documentation. For example, &lt;summary&gt;&amp;amp;lt;&lt;/summary&gt; would produce &quot;&lt;&quot; instead of &quot;&amp;lt;&quot;.</li>
</ol>
]]></description>
			<author>peter@helixoft.com (Peter Macej)</author>
			<category>Latest News</category>
			<pubDate>Tue, 06 Apr 2021 15:42:52 +0200</pubDate>
		</item>
		<item>
			<title>VSdocman 9.10 released</title>
			<link>https://www.helixoft.com/latest-news/vsdocman-9-10-released.html</link>
			<guid isPermaLink="true">https://www.helixoft.com/latest-news/vsdocman-9-10-released.html</guid>
			<description><![CDATA[<p>
	We are glad to announce that the new VSdocman 9.10 has been released. VSdocman is a&nbsp; Visual Studio tool for a quick commenting and automatic generation of technical documentation from your C# and VB .NET source code files. For more information go to <a href="https://www.helixoft.com//component/content/article/overview.html?catid=39:vsdocman&amp;Itemid=61">VSdocman home page</a> .<br />
	<br />
	This minor update fixes some little problems. You can <strong><a href="https://www.helixoft.com//download.html" title="Download">download it from here</a></strong>.</p>
<p>
	What&#39;s new in VSdocman version 9.10:</p>

<ol>
	<li>
		FIX: Improved processing of an empty &lt;inheritdoc/&gt; tag when it was inlined within another XML doc tag, for example, &lt;remarks&gt;&lt;inheritdoc/&gt;&lt;/remarks&gt;. In such a case, any plain text from the base member was lost and only child XML elements were inherited, e.g. &lt;para&gt;. Moreover, if the &lt;inheritdoc/&gt; tag was used inside a &lt;param&gt; tag, the aggregated contents from all &lt;param&gt; tags in the base member was included.</li>
	<li>
		FIX: A dead link was generated for a &lt;see&gt; or &lt;seealso&gt; link in VB that was in form of cref=&quot;AAA.BBB.BBB&quot; for class BBB in namespace AAA.BBB.</li>
	<li>
		FIX: An error occurred during documentation compilation, if there was a type with no namespace (e.g. a class directly in the empty &lt;default&gt; namespace) and no language was selected for generating the syntax in VSdocman options.</li>
</ol>
]]></description>
			<author>peter@helixoft.com (Peter Macej)</author>
			<category>Latest News</category>
			<pubDate>Fri, 30 Oct 2020 17:41:09 +0100</pubDate>
		</item>
		<item>
			<title>VSdocman 9.8 released</title>
			<link>https://www.helixoft.com/latest-news/vsdocman-9-8-released.html</link>
			<guid isPermaLink="true">https://www.helixoft.com/latest-news/vsdocman-9-8-released.html</guid>
			<description><![CDATA[<p>
	We are glad to announce that the new VSdocman 9.8 has been released. VSdocman is a&nbsp; Visual Studio tool for a quick commenting and automatic generation of technical documentation from your C# and VB .NET source code files. For more information go to <a href="https://www.helixoft.com//component/content/article/overview.html?catid=39:vsdocman&amp;Itemid=61">VSdocman home page</a> .<br />
	<br />
	This minor update adds new modern chm_msdn2019 output format, fixes .NET Core 3.1 incompatibility issue and some other little problems. You can <strong><a href="https://www.helixoft.com//download.html" title="Download">download it from here</a></strong>.</p>
<p>
	What&#39;s new in VSdocman version 9.8:</p>

<ol>
	<li>
		NEW: New <strong>chm_msdn2019</strong> output format was added. It has a modern look like the current online MSDN.</li>
	<li>
		NEW: The command line utility VSdocmanCmdLine.exe displays the VSdocman version and the version of Visual Studio that is used in the background.</li>
	<li>
		FIX: Visual Studio could crash when VSdocman tried to compile documentation for .NET Core 3.1 projects. This could also happen also for other project types but only in very specific cases. For example, <span>an UWP application that targets Win 1809 and uses HockeySDK.UWP 4.1.6 Nuget package. The problem was related to a VS issue and occurred only when some specific versions of assemblies were referenced by the documented project. For example, it was not present with some .NET Core 3.1 updates.</span></li>
	<li>
		FIX: A &quot;dead link&quot; warning occurred for &lt;see&gt; or &lt;seealso&gt; links in some cases.<br />
		Case 1: the cref pointed to a method with a ref/out (ByRef in VB) array parameter, for example cref=&quot;Method(ref int[])&quot;.<br />
		Case 2: the cref pointed to a method with a multidimensional array parameter, for example cref=&quot;Method(int[,])&quot;.<br />
		Case 3: the cref contained some of the language specific data types - sbyte, uint, ulong, ushort in C# and Date, SByte, UInteger, ULong, UShort in VB.<br />
		Case 4: the cref was a link to a constructor in a language specific format, for example &quot;Object.Object()&quot; in C# or &quot;Object.New()&quot; in VB.</li>
</ol>
]]></description>
			<author>peter@helixoft.com (Peter Macej)</author>
			<category>Latest News</category>
			<pubDate>Mon, 21 Sep 2020 15:30:14 +0200</pubDate>
		</item>
	</channel>
</rss>
