An Analyzer that reports Diagnostics with Properties (to transfer data to it's CodeFixProvider) cannot be tested with this framework.
@DustinCampbell Please change CodeFixTestFixture.TestCodeFix to first run the analyzer and transfer it's properties -or- provide an additional argument (or overload) so that unittests can pass in properties.
An Analyzer that reports Diagnostics with Properties (to transfer data to it's CodeFixProvider) cannot be tested with this framework.
@DustinCampbell Please change
CodeFixTestFixture.TestCodeFixto first run the analyzer and transfer it's properties -or- provide an additional argument (or overload) so that unittests can pass in properties.