Skip to content

.NET Core-based build system #61

Open
@ForNeVeR

Description

@ForNeVeR

I want the whole project (or the most of it) to be built using dotnet tool. Some important thoughts:

  1. I want the project to be editable using Visual Studio, so probably the sln file still need to be used. It'll reference csproj and xproj files (or maybe project.json directly?).
  2. There's a couple of .NET Core-incompatible projects (Windows Forms controls and samples), I'm not sure whether they need or can be converted (UPD: it seems they can).
  3. At the current state project won't support .NET Core itself (see Port to .NET Core #1 for the current state) but I think that dotnet could actually build FullCLR projects; need to check that.

@gsomix and sleepyvenom have shown interest in the task, although I'll obviously have to take a leading role in the implementation.

I've started initial work in the feature/61-dotnet-core branch. This task have a couple of dependencies:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions