Portability Analysis Results always starts empty
chlowell opened this issue · 1 comments
chlowell commented
No matter the contents of the output directory, the Portability Analysis Results window is always empty at startup.
Cause appears to be:
OptionsModel.Formats
is backed by a collection initialized empty in theOptionsModel
ctor and evidently not updated.OptionsViewModel.Formats
is empty because it relies onOptionsModel.Formats
- A list of report file extensions is built in
ServiceProvider.GetOutputViewModel
usingOptionsViewModel.Formats
, which is always empty as described above. GetOutputViewModel
returns anOutputViewModel
including no existing reports, which the output window renders.
terrajobst commented
Closing as API Port was deprecated in favor of binary analysis in .NET Upgrade Assistant.