Skip to content

Releases: tetractic/ExceptionAnalyzers

v1.4.9

02 Apr 03:11

Choose a tag to compare

  • Added some global exception adjustments

v1.4.8

26 Jun 05:48

Choose a tag to compare

  • Added some global exception adjustments

v1.4.7

10 Apr 05:39

Choose a tag to compare

  • Fixed not finding XML file for referenced project during build
  • Added some additional global exception adjustments

v1.4.6

30 Oct 05:01

Choose a tag to compare

  • Added some additional global exception adjustments

v1.4.5

11 May 20:54

Choose a tag to compare

  • Fixed analysis of init property accessors
  • Added some additional global exception adjustments

v1.4.4

07 Mar 03:35

Choose a tag to compare

  • Fixed analysis of throw when expression is conditional or switch

v1.4.3

01 Mar 20:50

Choose a tag to compare

  • Fixed analysis of compound assignment operators
  • Added some additional global exception adjustments

v1.4.2

01 Mar 20:48

Choose a tag to compare

  • Added System.DivideByZeroException to the list of intransitive exceptions
  • Added some additional global exception adjustments

v1.4.1

22 Nov 02:13

Choose a tag to compare

  • Warn if the compiler is configured to not parse documentation comments
  • Assume undocumented supertype members in the same project throw no exceptions

v1.4.0

08 Oct 20:18

Choose a tag to compare

  • Added Ex0105: Iterator may throw unexpected exception during enumeration