-
Notifications
You must be signed in to change notification settings - Fork 13
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
Labels
Milestone
Comments
ForNeVeR
added a commit
that referenced
this issue
Sep 24, 2016
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
added a commit
that referenced
this issue
Sep 24, 2016
ForNeVeR
added a commit
that referenced
this issue
Sep 24, 2016
This was referenced Sep 24, 2016
I've decided to port all the GUI projects back to regular MSBuild for now. After that the solution may be merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want the whole project (or the most of it) to be built using
dotnet
tool. Some important thoughts:sln
file still need to be used. It'll referencecsproj
andxproj
files (or maybeproject.json
directly?).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:
dotnet
(see Convert VbExample to .NET Core #74, currently impossible for VB.NET)Rebase [WIP] dotnet-cli build system #63The text was updated successfully, but these errors were encountered: