You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
decls |> Seq.exists (fun d -> d.Head.Symbol.DisplayName ="abc")|> shouldEqual true
374
374
375
-
#if DOTNETCORE
376
-
[<Test; Ignore("Currently failing on .NET Core - apparently there are 2 StringBuilder types in the implementation assemblies referenced by mkProjectCommandLineArgsForScript, one found directly and one found via FSharp.Core")>]
377
-
#else
378
375
[<Test>]
379
-
#endif
380
376
let``Printf specifiers for regular and verbatim strings`` ()=
0 commit comments