Skip to content

Conversation

@KevinRansom
Copy link
Contributor

  1. Enable the netsdk to work with preview versions of FSharp.Core nuget packages.

Add to the project file this property:

       <UseFSharpPreview>true</UseFSharpPreview>

The build will pick up the latest preview file published to myget.

  1. Parameterize, creation of foo.exe.config in repo build to set fsharp.core binding redirects.
  2. Parameterize F# Banner text.

@KevinRansom KevinRansom requested a review from brettfo May 17, 2019 10:23
<FSharpDesignTimeProtocol Condition = " '$(FSharpDesignTimeProtocol)' == '' ">fsharp41</FSharpDesignTimeProtocol>
<FSharpToolsDirectory Condition = " '$(FSharpToolsDirectory)' == '' ">tools</FSharpToolsDirectory>
</PropertyGroup>
</PropertyGroup>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: trailing whitespace.

<trans-unit id="fSharpBannerVersion">
<source>{0} for F# {1}</source>
<target state="new">{0} for F# {1}</target>
<note />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to change this to: <note>Contains version numbers. E.g., '10.4.3 for F# 4.6'</note> so the translators know what's happening.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that … good idea.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried it, and the note I had added got overwritten.

@KevinRansom KevinRansom requested a review from brettfo May 18, 2019 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants