[Issue 12052] VS2013 (NuGet) complains a lot when VisualD projects are present
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Feb 9 23:33:37 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12052
--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> 2014-02-09 23:33:34 PST ---
The cause is that NuGet uses the "automation model" of a project to request
project items and properties. This isn't implemented completely in Visual D,
mostly because it can involve marshalling which isn't fun to do outside C#.
So far, Visual D reported 0 project elements, while it didn't implement an
enumerator. This is added now, always returning an empty enumerator. In
addition, I support two project properties that are requested by NuGet.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list