Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iot-pmc] [CQ 10988] nuget

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=10988





--- Comment #13 from Jens Reimann <jens.reimann@xxxxxxxxxxxxxxx>  2016-04-05 03:55:15 ---
I just did a check and the "source" archive contains a bunch of ".dll" files,
which can be compared to "jar" file in this case.

These are called "Microsoft.TeamFoundation.*.dll*" and
"Microsoft.VisualStudio.*.dll".

So if these are dependencies as well, then we would need to open up CQs for
those as well. The question is of course of these libraries are licensed under
an open source license. In the past I would have assumed "no", but recent
changes from Microsoft might open up a chance for that.

.NET is not much different to Java when it comes to artifacts and dependencies.
So if you need to distribute these dependencies (inside nuget.exe or not) you
will need a full CQ. If these are are "only" runtime dependencies we could try
a "pre-requisite" CQ.

I also noticed a directory called "submodules", which holds a few empty
directories. So if these projects are part of "nuget" and shall be distributed,
these would ne needed as well.


-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top