fluentsharp / FluentSharp

Fluent API for the .NET Framework (used by the O2 Platform)
63 stars 18 forks source link

Add Native support to NuGet dependencies #25

Closed DinisCruz closed 10 years ago

DinisCruz commented 10 years ago

The idea is to add a similar tag to O2Ref: where one can put references to Nuget packages using for example `NuGet:Newtonsoft.Json``

This would call nuget.exe and install (if needed) that package into a specific temp _NuGet folder.

A reference to all dlls inside that installed NuGet package also needs to be added to the list of Referenced assemblies

DinisCruz commented 10 years ago

The first pass of this feature has been added to 5.5 RC0

DinisCruz commented 10 years ago

this is now working