Replies: 4 comments 2 replies
-
You might try passing |
Beta Was this translation helpful? Give feedback.
-
You might also try |
Beta Was this translation helpful? Give feedback.
-
I'll convert this to a discussion since I don't think we'd treat this as a specific bug yet based on the info above |
Beta Was this translation helpful? Give feedback.
-
@dsyme I still have the problem when hosting a fsi session in a net48 process. Do you have any suggestions? Or can you suggest places to start looking for the issues in the source? |
Beta Was this translation helpful? Give feedback.
-
When using F# Interactive via FSharp.Compiler.Service 41.0.4 on
![image](https://user-images.githubusercontent.com/884885/173533784-730c2136-c48f-4afb-887f-9ac83f92d285.png)
net48
Exceptions do not include line numbers.Line numbers are only shown on
net6.0
:Is there a way to make exceptions include line numbers when on net48 ?
I am hosting fsi in a much larger net48 process. So I can't switch to net6.0.
code used:
and
full repo: https://github.com/goswinr/ErrorLineNumberMissing
Beta Was this translation helpful? Give feedback.
All reactions