asv-soft / asv-drones

Open source implementation of ground control station application for ArduPilot and PX4 autopilot
MIT License
91 stars 14 forks source link

Asv.Drones.Gui.Api Issues (Unable to compile) #320

Closed Ghazanfar373 closed 4 months ago

Ghazanfar373 commented 4 months ago

Screenshot 2024-07-07 100609

asv-soft-u01 commented 4 months ago

Hello! Can you please provide more info on your issue? What branch are you on?

Ghazanfar373 commented 4 months ago

Actually I was working on main branch clone. Is it the right branch to work on? I was trying to build this source code using .NET8.

asv-soft-u01 commented 4 months ago

Yes, that is a correct branch to work on. Can you please check if your local branch is based on the latest remote commit?

Latest commit can be found https://github.com/asv-soft/asv-drones/commit/437423a74cbc179eae74628801ec0ba89db3dbc6

Ghazanfar373 commented 4 months ago

Yes it is latest commit, crossed check

Could it be the reason of .NET8 ?

asv-soft-u01 commented 4 months ago

No, the problem is that Visual Studio wants to get our API package with version 0.3.6 and it is probably not available via standard nuget download. I will try to resolve this issue today and then will get back to you.

Ghazanfar373 commented 4 months ago

Thanks for your time and efforts !

asv-soft-u01 commented 4 months ago

Please try to update your main branch and then to build the project.

Ghazanfar373 commented 4 months ago

It's working now, Thanks A lot 👍