Closed
Description
F# interactive logo template is not populated with versions
Repro steps
(1) Build an fsi.exe
like tool using one of
(2) Invoke it to start an interactive session
As a result, it prints its logo with missed versions:
Microsoft (R) F# Interactive version for F#
Copyright (c) Microsoft Corporation. All Rights Reserved.
For help type #help;;
Expected behavior
The logo should contain versions of interactive and F#, just like dotnet fsi
and Visual Studio fsi.exe
do:
> dotnet fsi
Microsoft (R) F# Interactive version 10.9.1.0 for F# 4.7
...
> ...\fsi.exe
Microsoft (R) F# Interactive version 10.9.1.0 for F# 4.7
...
Actual behavior
The F# interactive built using FSharp.Compiler.Service logo misses expected versions.
Known workarounds
None
Related information
Presumably, here is the use of template in the source: