GhostDoc v2022.x

Released: Nov 26, 2021

v2022.x での更新項目

v2022.2.22190

Updated Jul 9, 2022

Features

  • Added support for the ArgumentNullException.ThrowIfNull method.
  • Improved summary when documenting interface that extends another interface.

Fixes

  • Fixed issue loading references in some .NET Core projects.

v2022.1.22135

Updated May 15, 2022

Features

  • Added new IsLogToOutputWindow solution property that syncs file logging to Microsoft Visual Studio Output window.
  • Added new CHMFileName solution property to override the default filename that is used for the generated help documentation.

Fixes

  • Fixed issue loading solution in VS2022 v17.2.
  • Fixed GhostDoc performance stats crashing Visual Studio under certain conditions.
  • Fixed issue documenting partial methods.
  • Simplified name to partial types in <see> and <seealso>.
  • Fixed incorrectly resolved <see cref=""> for overloaded methods.
  • Fixed issue documenting partial methods.
  • Fixed issue documenting properties with init accessor.
  • No longer showing "XML is not well formed" when opening Comment Editor for XML comment that has some not well formed XML.
  • Document Project under some circumstances does not document type members.
  • Document Project under some circumstances does not document type members.
  • <inheritdoc /> does not render inherited comments if base file is not open in Visual Studio when running Build Help Documentation.
  • Fixed issue when adding identical exceptions with identical type and text to XML comments.

v2022.1.21330

Updated Nov 26, 2021

Features

  • Added Microsoft Visual Studio 2022 integration.
  • Added x64 development environment support.
  • Added support for External XML Comments Files - External file is an alternative to placing documentation comments directly in your source code file.
  • Added <include /> tag to reference XML Comment in external file.
  • External XML Comment can be edited using Comment Editor while in the source code file.
  • Added new menus and commands for moving/merging XML Comment to/from external files.
  • Added new Move file XML Docs/Merge from XML Docs menus and commands to move all file XML Comments to or from an external file.
  • Generated comments statistics data for performance dashboard.
  • Added support for high DPI resolutions in all GhostDoc dialog windows.
  • Added support for file scoped namespaces in C#.
  • Only VSIX setup is now available for Microsoft Visual Studio 2017-2022, significantly reducing the download size.
  • Visual Studio 2013-2015 compatible add-on is now only included with GhostDoc Enterprise.

Fixes

  • Fixed issue parsing verbatim interpolation string.
  • Fixed issue with the <returns /> tag when documenting async methods using Roslyn parser.
  • Preview Comment toolwindow backcolor now matches the theme selected in Visual Studio.