Skip to content
Enes Okullu edited this page Jun 22, 2024 · 2 revisions

ParseFile is class that holds parsing file of .csproj file into list of Package

GetPackages(string path);

Returns list of Package.

  • string path: File path of .csproj file.

Clone this wiki locally