Don Syme
Don Syme
In this: match doc.SelectSingleNode(sprintf "doc/members/member[@name='%s']" xmlDocSig) with Looks like we're missing XML escapes: ``` double quotes ( " ) are escaped to " ampersand ( & ) is escaped to...
It looks to me like we are only listing debug documents for source that has a debug sequence point: ```fsharp Documents = cenv.documents.EntriesAsArray ``` and ```fsharp match includeSource doc.File with...
@baronfel I prepped a fix here: https://github.com/dotnet/fsharp/pull/13185/ I haven't tested it, though I'm pretty certain it will address the issue
@vzarytovskii I'll propose a simpler fix for this
This is a bug in ValidateBreakpointLocation. Because the binding is `let f = function ...` this is correctly treated in codegen as if it is defining a local function, and...
@KathleenDollard @vzarytovskii This comes under the general bucket of "need to do work to modernize C# interop"
> Is there a roadmap until which version we should support interactive .NETFramework scripting? Hard to say, and definitely orthogonal. @KevinRansom has a plan to effectively create final archived binaries...
I'd be surprised if this is F# specific, would be good to have a specific repro. Another bug did mention disappearing lines though this time the mention of multiple tabs...
@psfinaki Thanks!!
(We can conisder this a pre-apoproved language suggestion, only a tracking RFC needed)