Missing dbus-sharp.cproj
I have downloaded and unzipped the whole project using "clone or download zip" (I used the zip option) and unzipped. When I open the Mono.BlueZ.sln in MonoDevelop (see details at the end),
Mono indicates that the required lib is missing

======== Mono Develop Version information MonoDevelop Version 7.8.4 (build 2) Installation UUID: 41d5c8b9-8d05-488c-a2bc-fbaf843fa5b1 GTK+ 2.24.32 (Mint-Y theme)
Mono Framework MDK Runtime: Mono 6.4.0.198 (tarball Tue Sep 24 01:21:28 UTC 2019) (64-bit)
NuGet Version: 4.8.2.5835
.NET Core Laufzeit: /usr/share/dotnet/dotnet Laufzeitversion: 3.1.2 SDK: /usr/share/dotnet/sdk/3.1.102/Sdks SDK-Version: 3.1.102 MSBuild-SDKs: /usr/lib/mono/msbuild/15.0/bin/Sdks
Build Information Release ID: 708040002 Git revision: 622db12503514afdb641c31615408bfe905a7312 Build date: 2019-07-17 17:02:07-04
Operating System Linux Linux 5.0.0-32-generic #34~18.04.2-Ubuntu SMP Thu Oct 10 10:36:02 UTC 2019 x86_64
Sorry, I seem to have been a bit to hasty. I now have also downloaded the dbus-sharp lib sources ZIP and extracted it into the proper sub directory of the solution. Now Mono is able to open the project and corresponding sources. But when building I get an error "Error signing output with public key from file '../dbus-sharp.snk' -- File not found." Any suggestions, how to handle this issue?
Found a workaround myself:
Manually edit the dbus-sharp.csproj and change to:
<SignAssembly>false</SignAssembly>

Hi, could you please lead me to the source ZIP you're speaking about please ?
Hi, could you please lead me to the source ZIP you're speaking about please ? If you do not use Git itself to fetch the sources, the GitHub offers you the option to download the whole package as a ZIP:
If you do so, then the sub-directory dbus-sharp is empty. So you have to proceed in the same way with https://github.com/brookpatten/dbus-sharp/tree/02cc0580b0f6410828a482eff607791dce7f8afe, i.e. download as zip and unzip it into the empty sub-directory dbus-sharp. Sorry, if my English is not good enough to provide a better explanation.
I have replied to the comment in GitHub, see previous comment
Am 08.03.20 um 18:28 schrieb AdrienMarquer:
Hi, could you please lead me to the source ZIP you're speaking about please ?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/brookpatten/Mono.BlueZ/issues/7?email_source=notifications&email_token=AOYIPQPPKMZOVIZ4CYGMNNDRGPITXA5CNFSM4LDNSMGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOE36BY#issuecomment-596229895, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOYIPQOUZDREGCUAZGTLU33RGPITXANCNFSM4LDNSMGA.
If you do so, then the sub-directory dbus-sharp is empty. So you have to proceed in the same way with https://github.com/brookpatten/dbus-sharp/tree/02cc0580b0f6410828a482eff607791dce7f8afe,
i.e. download as zip and unzip it into the empty sub-directory dbus-sharp.
Sorry, if my English is not good enough to provide a better explanation.