I have included some NuGet packages into my project. Now, I would like to compile the project with BFlat. However, I encounter a bunch of errors in the form of 'error CS0103: The name 'xxxx' does not exist in the current context.' Those names are from the NuGet packages."
"Is it possible to compile with BFlat when having NuGet dependencies in the project? If yes, how can I do that?