fsprojects-archive / zzarchive-VisualFSharpPowerTools

[ARCHIVED] Power commands for F# in Visual Studio
http://fsprojects.github.io/VisualFSharpPowerTools/
Apache License 2.0
310 stars 77 forks source link

Open documents do not pick up project references changes #1383

Closed vasily-kirichenko closed 8 years ago

vasily-kirichenko commented 8 years ago

It's because IProjectProvider is cached locally everywhere. The problem has been solved for script files, but not for normal files. I think rolling back the caching is good enough solution because fixing it the right way would involve centralizing caching with invalidating it on projects changing, which I'm not sure anyone is interested to do.

https://github.com/fsprojects/VisualFSharpPowerTools/issues/1377 may be related to this as well.

vasily-kirichenko commented 8 years ago

Fixed in https://github.com/fsprojects/VisualFSharpPowerTools/pull/1384