xiaoyuvax / bflata

A wrapper/buildscript generator/project flattener for BFlat, a native C# compiler, to recursively build/flatten MSBuild oriented C# projects with referenced projects, packages, dependencies & resources.
GNU Affero General Public License v3.0
39 stars 2 forks source link

Nuget integration? #4

Open ghost opened 1 year ago

ghost commented 1 year ago

Parse .csproj and fetch all dependencies from Nuget?

xiaoyuvax commented 1 year ago

BFlatA doesn't fetch dependencies, but only search downloaded(fetched) local nuget package repositories, if they r referenced in ur .csproj file. u r suggested to compile the proj in vs, when all packages would be fetched and stored to local repo. thereafter, u can use BFlatA to compile it with BFlat, wih the repo path be specified.