Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The app does not build #72

Closed
ketronix-dev opened this issue Jan 12, 2023 · 2 comments
Closed

The app does not build #72

ketronix-dev opened this issue Jan 12, 2023 · 2 comments

Comments

@ketronix-dev
Copy link

ketronix-dev commented Jan 12, 2023

I decided to try to build my own application, and I ended up with this error:
image
As far as I understand, there is no support for nuget packages. How do I fix my problem?

Link to my repo - https://github.com/ketronix-dev/appimage-installer

@nomi-san
Copy link

You should add package references manually.
Let's restore NuGet packages to cache them.

bflat build -r Microsoft.Data.Sqlite.dll -r Pastel.dll ...

@MichalStrehovsky
Copy link
Member

Yup, bflat is just a compiler. It doesn't prescribe a packaging system. You need to provide references when you invoke it. It's not dotnet. If you want dotnet, you downloaded the wrong tool.

@MichalStrehovsky MichalStrehovsky closed this as not planned Won't fix, can't repro, duplicate, stale Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants