Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Deprecating Forge #135

Closed
Krzysztof-Cieslak opened this issue Sep 26, 2020 · 0 comments
Closed

Deprecating Forge #135

Krzysztof-Cieslak opened this issue Sep 26, 2020 · 0 comments

Comments

@Krzysztof-Cieslak
Copy link
Member

Hey,

Forge is basically deprecated due to multiple reasons - mostly connected to how .NET evolved with the introduction of dotnet CLI tool:

  • dotnet new does project scaffolding better in a way that has become standard in .NET community
  • dotnet add reference works out of the box
  • Paket and FAKE works now as dotnet tools and again, it's a standard way of using such tools in .NET community.

Forge is still used in some cases by Ionide (moving files up/down in fsproj) but I'm planning to move those to our language server (FSAC).

I wouldn't recommend using Forge in 2020 - dotnet CLI does everything that's necessary for typical development workflow.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant