Thanks to visit codestin.com
Credit goes to github.com

Skip to content

F# interactive logo template is not populated with versions #941

Closed
@nightroman

Description

@nightroman

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:

https://github.com/fsharp/FSharp.Compiler.Service/blob/e0fbb597584111431b841389b3ca8f700921c227/src/utils/CompilerLocationUtils.fs#L17-L26

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions