Skip to content

Releases: d1820/CodeDocumentor

v3.0.5.0

Choose a tag to compare

@d1820 d1820 released this 21 Jun 01:27

Full Changelog: v2026.1.0.0...v3.0.5.0

New CodeDocumentor 2026

Choose a tag to compare

@d1820 d1820 released this 18 Nov 00:10
27656d7

What's Changed

Full Changelog: v3.0.4.0...v2026.1.0.0

Refactor to prepare for VS2026 rewrite

Choose a tag to compare

@d1820 d1820 released this 15 Nov 00:30
74626b4

What's Changed

Full Changelog: v3.0.1.1...v3.0.4.0

Bug fox for Fix All File

Choose a tag to compare

@d1820 d1820 released this 18 Sep 00:44

Fixed bug where Fix all File was not properly updated. Thanks @echoix for the callout

Bug Fixes

Choose a tag to compare

@d1820 d1820 released this 05 Sep 13:19
  • Fixed an issue where the TODO summary comment was not showing for 1 word methods

Added .editorconfig support

Choose a tag to compare

@d1820 d1820 released this 01 Sep 17:22

What's Changed

  • Added support for .editoreconfig to store settings at the solution level
  • Rewrote from the ground up the use of Visual Studio settings and decoupled use of DI
  • Bug fixes by @d1820 in #40

Full Changelog: v2.1.0.25...v3.0.0.0

Release v2.1.0.25

Choose a tag to compare

@d1820 d1820 released this 14 Feb 17:17

Changes

  • rewrote all the parsing to use builders to stream line creation
  • Added error handling and logging to all fixers
    • Logs are written to Event Viewer under "Visual Studio"
  • Added support for inline exceptions ArgumentNullException.ThrowIfNull()
  • Added new setting to support injecting <see cref> and <typeparamref name> nodes
  • Updated readme with new information

Bug Fixes

  • Fixed issue where extension would not run in background thread (Still has a hack needed)
  • Fixed all tests
  • Spelling errors
  • Summary comments
  • Fixed typeparamRef
  • Fixed multi type param parsing in string
  • Fixed and expanded IsVerb checking

Release 2.0.1.0

Choose a tag to compare

@d1820 d1820 released this 27 Jan 02:54
89d84d4
  • Added support for new inline exceptions
    • ArgumentNullException.ThrowIfNull()

Release 2.0.0.0

Choose a tag to compare

@d1820 d1820 released this 14 Jan 04:54
8ec2650

Updates

  • Updated to net4.8
  • Added support for C# 12 class constructors
  • Added new Settings "IsEnabledForNonPublicFields" which allows documenting non public static/const fields

Bug Fixes

  • Fixed SuppressMessageAttribute to work at assembly level (Useful for unit test projects)
  • Fixed unit tests
  • General bug fixes

Release 1.2.0.1

Choose a tag to compare

@d1820 d1820 released this 29 Oct 22:24
018fe5a

Bug fixes