Bug 2667, 2691, 2692
1. F# ProjectSystem does not recognize files of type .config.
That is, call to IVsProject.IsDocumentInProject on an F# project for packages.config
does not find packages.config. The out parameter VSDOCUMENTPRIORITY is set
as DP_UNSUPPORTED
2. Implemented a overridden function for F#ProjectSystem to determine
if a project item exists
3. Added functional tests to repro the bugs and ensured that the tests failed
and passed before and after the fix respectively
4. TODO : File a bug against F# and add the bug number as a comment to the new function
↧