Skip to content

Release v2.1.0.25

Latest
Compare
Choose a tag to compare
@d1820 d1820 released this 14 Feb 17:17
· 3 commits to main since this release

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