installer
installer copied to clipboard
Remove F# test workaround
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.
https://github.com/dotnet/installer/pull/12471
@KevinRansom any suggestions on how to make this work automatically rather than having to add and remove the workaround with each stable build release?
@mmitche Is this still an issue?
Don't think so.