Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Make sure to select valid IAnalyzerResult from Buildalyzer (#2811)
Make sure to select valid IAnalyzerResult from Buildalyzer Just like #1900 but for the InputFileResolver. This was not an issue until phmonte/Buildalyzer#198 was reverted in phmonte/Buildalyzer@8e85a15 for the Buildalyzer 6.0.1 release. Before this change in Buildalyzer, the empty target framework was sorted last but since v6.0.1 it's sorted first instead. Also, improve the NotSupportedException message when the language is undefined because `System.NotSupportedException: Specified method is not supported` is a terrible message.
- Loading branch information