[GH-ISSUE #199] How to compile the qmlnet #129

Open
opened 2026-05-05 11:06:15 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @nguyenvuduc on GitHub (May 10, 2020).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/199

I would like to add some more features into qmlnet. However, I couldn't compile the project.
I have clone the qmlnet and have also cloned pauldotknopf/dotnet-buildary to Buildary directory.

However, when I run the build.sh, I got this error C:\Program Files\dotnet\sdk\3.1.101\NuGet.targets(123,5): error : Value cannot be null. (Parameter 'folderName')

My environments:

  • Linux: Debian 9.12 x64, dotnet SDK 3.1
  • Windows 10: Visual Studio 2019

Thank you

Originally created by @nguyenvuduc on GitHub (May 10, 2020). Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/199 I would like to add some more features into qmlnet. However, I couldn't compile the project. I have clone the qmlnet and have also cloned `pauldotknopf/dotnet-buildary` to Buildary directory. However, when I run the build.sh, I got this error `C:\Program Files\dotnet\sdk\3.1.101\NuGet.targets(123,5): error : Value cannot be null. (Parameter 'folderName') ` My environments: - Linux: Debian 9.12 x64, dotnet SDK 3.1 - Windows 10: Visual Studio 2019 Thank you
Author
Owner

@shartte commented on GitHub (May 29, 2020):

@nguyenvuduc How did you clone dotnet-buildary?
The correct approach is to use git submodule init and git submodule update as far as I know.
I had the same error message you have had when I did not do this right.

<!-- gh-comment-id:636112530 --> @shartte commented on GitHub (May 29, 2020): @nguyenvuduc How did you clone dotnet-buildary? The correct approach is to use `git submodule init` and `git submodule update` as far as I know. I had the same error message you have had when I did not do this right.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#129
No description provided.