We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc380bc commit 8070642Copy full SHA for 8070642
src/fsharp/MSBuildReferenceResolver.fs
@@ -247,6 +247,8 @@ module internal MSBuildReferenceResolver =
247
// Filter for null and zero length
248
let references = references |> Array.filter(fst >> String.IsNullOrEmpty >> not)
249
250
+ let rawFileNamePath = if allowRawFileName then ["{RawFileName}"] else []
251
+
252
let searchPaths =
253
match resolutionEnvironment with
254
| DesignTimeLike
0 commit comments