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 a937535 commit c1b7e6aCopy full SHA for c1b7e6a
src/fsharp/TypedTreePickle.fs
@@ -53,7 +53,8 @@ type PickledDataWithReferences<'rawData> =
53
// Only fixup what needs fixing up
54
if reqd.IsUnresolvedReference then
55
match loader reqd.AssemblyName with
56
- | Some loaded -> reqd.Fixup loaded
+ | Some loaded ->
57
+ if reqd.IsUnresolvedReference then reqd.Fixup loaded
58
| _ -> () )
59
x.RawData
60
0 commit comments