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

Deprecating Forge #135

@Krzysztof-Cieslak

Description

@Krzysztof-Cieslak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions