Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET Core-based build system #61

Open
6 of 12 tasks
ForNeVeR opened this issue Sep 23, 2016 · 1 comment · May be fixed by #63
Open
6 of 12 tasks

.NET Core-based build system #61

ForNeVeR opened this issue Sep 23, 2016 · 1 comment · May be fixed by #63

Comments

@ForNeVeR
Copy link
Member

ForNeVeR commented Sep 23, 2016

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:

@ForNeVeR ForNeVeR self-assigned this Sep 23, 2016
@ForNeVeR ForNeVeR mentioned this issue Sep 23, 2016
10 tasks
ForNeVeR added a commit that referenced this issue Sep 24, 2016
ForNeVeR added a commit that referenced this issue Sep 24, 2016
Change AsyncSocket to silently drop disposed connections.
ForNeVeR added a commit that referenced this issue Sep 24, 2016
@ForNeVeR ForNeVeR modified the milestone: 3.0 Sep 29, 2016
@ForNeVeR
Copy link
Member Author

ForNeVeR commented Oct 31, 2016

I've decided to port all the GUI projects back to regular MSBuild for now. After that the solution may be merged.

@ForNeVeR ForNeVeR removed their assignment May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant