installer icon indicating copy to clipboard operation
installer copied to clipboard

Remove F# test workaround

Open mmitche opened this issue 4 years ago • 2 comments

It was discovered that when the .NET SDK enters RTM mode, the F# template tests (ItCanCreateAndBuildTemplatesWithDefaultFramework and ItCanBuildTemplates) start failing because the F# SDK assumes that once the .NET SDK goes non-preview, the implicitly added version of FSharp.Core should also be stable. This is not necessarily true pre-release. This should probably key off of the version actually inserted into the SDK.

Anyways, once we figure out how to resolve this, remove the workaround.

mmitche avatar Oct 21 '21 16:10 mmitche

https://github.com/dotnet/installer/pull/12471

mmitche avatar Oct 21 '21 16:10 mmitche

@KevinRansom any suggestions on how to make this work automatically rather than having to add and remove the workaround with each stable build release?

marcpopMSFT avatar Oct 27 '21 21:10 marcpopMSFT

@mmitche Is this still an issue?

MiYanni avatar Jun 10 '24 22:06 MiYanni

Don't think so.

mmitche avatar Jun 10 '24 23:06 mmitche