Releases: tetractic/ExceptionAnalyzers
Releases · tetractic/ExceptionAnalyzers
v1.4.9
v1.4.8
- Added some global exception adjustments
v1.4.7
- Fixed not finding XML file for referenced project during build
- Added some additional global exception adjustments
v1.4.6
- Added some additional global exception adjustments
v1.4.5
- Fixed analysis of
initproperty accessors - Added some additional global exception adjustments
v1.4.4
- Fixed analysis of
throwwhen expression is conditional orswitch
v1.4.3
- Fixed analysis of compound assignment operators
- Added some additional global exception adjustments
v1.4.2
- Added
System.DivideByZeroExceptionto the list of intransitive exceptions - Added some additional global exception adjustments
v1.4.1
- 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
- Added Ex0105: Iterator may throw unexpected exception during enumeration