It helpfully tells me the name of the missing field, but I need to edit the fsi to add the missing field. But this error expects me to load up the .fs goto the error line # to get the type then open up the fsi and goto the type.
If I simply had the type name I could go straight to the fsi and make the fix.
c:\kevinransom\visualfsharp\src\absil\il.fs(1757,6): error FS0311: The type definitions in the signature and implementation are not compatible because the field IgnoreSymbolStoreSequencePoints was present in the implementation but not in the signature [c:\kevinransom\visualfsharp\src\fsharp\FSharp.Compiler-proto\FSharp.Compiler-proto.fsproj]
It helpfully tells me the name of the missing field, but I need to edit the fsi to add the missing field. But this error expects me to load up the .fs goto the error line # to get the type then open up the fsi and goto the type.
If I simply had the type name I could go straight to the fsi and make the fix.