Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

init does not understand --solution #9

Open
rneatherway opened this issue Jun 25, 2015 · 4 comments
Open

init does not understand --solution #9

rneatherway opened this issue Jun 25, 2015 · 4 comments

Comments

@rneatherway
Copy link
Contributor

No description provided.

@kjnilsson
Copy link
Collaborator

I seem to recall you having a few ideas on how to best do solution stuff? Did you say xbuild had some classes for it?

@rneatherway
Copy link
Contributor Author

I haven't used it, but I am aware of https://github.com/mono/mono/blob/master/mcs/tools/xbuild/SolutionParser.cs. It looks complicated, and takes a dependency on MSBuild. Paket rolls its own minimal stuff: https://github.com/fsprojects/Paket/blob/master/src/Paket.Core/SolutionFile.fs. If we just want to add projects maybe we should roll our own simple thing like that. I have to admit I think it isn't that important because the FSAC-using editors don't care about solution files, and if you are using an IDE, then you can easily add the project to the solution using that interface.

@kjnilsson
Copy link
Collaborator

Quite a few projects use sln files as the build target so I think it would still be nice to have the option. Not for a first release though. Let's take the argument out of the utility for now.

@rneatherway
Copy link
Contributor Author

I agree that we should have it in the end.

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

2 participants