Download Any Open Source project and Have it Build and Run under Visual Studio with no Hassles

11 views
Skip to first unread message

Meme

unread,
Jan 22, 2007, 3:08:00 PM1/22/07
to Open Source .NET forum
It seems that there is no way to download any open source project and
have it build and run under Visual Studio with no hassles, especially
if you are new to open source.

Some experts can probably do it after years of experience, but for even
experienced .NET developers who are new to open source it is extremely
difficult to get all the pieces together and get code to build. For
example: let's say you want to download GIMP source code and build it
in VS .NET.

Is there a web site that where one can download open source projects
that simply open and build in Visual Studio. It would preferably have
these features too (making it also a build and test farm as well):
1) Continuous Integration. If the open source is updated, then
"justworks for VS" web site gets updated with the changes as long as
the changes don't break builds or cause unit tests to fail.
2) Unit testing
3) Automation. I high degree of automation to keep the site current
so as to reduce the amount of labor required.
4) Collaboration. Like Wikipedia, members can log on and maintain the
sites.
5) Comprehensiveness. All available open source projects should be
listed on the site with a links allowing a member to configure a Visual
Studio compatible version of the project.
6) Monster builds and unit tests. Since so many open source projects
use each other as dependencies then making sure that they remain
compatible would be handy.
Please reply if you know of such a site or would be interested in
collaborating to set one up.

David Johnson

unread,
Apr 10, 2015, 11:28:39 AM4/10/15
to open-sourc...@googlegroups.com, Open-Sourc...@googlegroups.com


On Monday, January 22, 2007 at 3:08:00 PM UTC-5, Meme wrote:
It seems that there is no way to download any open source project and
have it build and run under Visual Studio with no hassles, especially
if you are new to open source.



Open source is a very wide brush.. many projects on codeplex.com and codeproject.com or github.com  compile and run just fine.  Some projects have compiler or platform dependencies.. When it refers to Visual Studio, remember that VS solution files are version specific. and the conversion from a lower version to a higher version is a one way operation.

As far as GIMP is concerned would you not want to add direct-x support it can still be open source or even replace chunks of code with .net assemblies or include Telerik or Infragistics extensions.

Use the open source as building blocks and sample code. 
Reply all
Reply to author
Forward
0 new messages