You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Workaround for Mono 4.2, which doesn't populate the subproject
365
+
// details anymore outside of a solution context. See https://github.com/mono/mono/commit/76c6a08e730393927b6851709cdae1d397cbcc3a#diff-59afd196a55d61d5d1eaaef7bd49d1e5
366
+
// and some explanation from the author at https://github.com/fsharp/FSharp.Compiler.Service/pull/455#issuecomment-154103963
367
+
//
368
+
// In particular we want the output path, which we can get from
369
+
// fully parsing that project itself. We also have to specially parse
370
+
// C# referenced projects, as we don't look at them otherwise.
0 commit comments