PdfSharpCore icon indicating copy to clipboard operation
PdfSharpCore copied to clipboard

Need some advice on another repo

Open zydjohnHotmail opened this issue 3 years ago • 3 comments

Hello: I need some advice for your another repo: https://github.com/ststeiger/ChromeDevTools Basically, I want to use the latest protocol.json and make a new version of your repo, and target it to .net 5.0. But I had an issue to open your C# solution. I got error: The project file could not be loaded. Could not find a part of the path 'C:\ChromeDevTools-master\source\GoogleRemoteControl\GoogleRemoteControl.csproj'. I tried both Visual Studio 2017 and Visual Studio 2019, they both failed. Any suggestions? Unfortunately, for your ChromeDevTools repo, I can't find how I can raise an issue. Please either give me a reply, or tell me how I can raise an issue in your ChromeDevTools repo. Thanks, John

zydjohnHotmail avatar Feb 22 '21 19:02 zydjohnHotmail

This project is not checked in. I cloned this repo, i get no such error. Perhaps your not on the master branch head ? I use Visual Studio 2019, and it builds fine. Latest Version of Visual Studio 2019 ? Are you on the head of the master branch ? Just remove the reference to this csproj, wherever it is, and you'll be fine.

ststeiger avatar Feb 23 '21 18:02 ststeiger

Hello: I downloaded this repo: https://github.com/MasterDevs/ChromeDevTools I can open it with Visual Studio 2019 (Version 16.8.6) without any issue. However, this repo uses browser_protocol.json version 1.2; but according to this url: https://github.com/ChromeDevTools/devtools-protocol/blob/master/json/browser_protocol.json The latest browser_protocol is version 1.3. I found the Json format in version 1.3 and version 1.2 is rather different. So, I can't use the repo. I am also thinking about replacing Newtonsoft.Json with System.Text.Json. Do you have any suggestions? Thanks,

zydjohnHotmail avatar Feb 23 '21 19:02 zydjohnHotmail

Hello: I have done the following: C:\JSDOM\ChromeDevTools>git clone https://github.com/ststeiger/ChromeDevTools Cloning into 'ChromeDevTools'... remote: Enumerating objects: 7959, done. remote: Total 7959 (delta 0), reused 0 (delta 0), pack-reused 7959R Receiving objects: 100% (7959/7959), 3.45 MiB | 5.09 MiB/s, done. Resolving deltas: 100% (6667/6667), done. Checking out files: 100% (3169/3169), done. I cloned your repo in one folder in my PC, it works. However, when I open the .sln with Visual Studio 2019 (Version 16.8.6), I got the following error: C:\JSDOM\ChromeDevTools\ChromeDevTools\source\GoogleRemoteControl\GoogleRemoteControl.csproj : error : The project file could not be loaded. Could not find a part of the path 'C:\JSDOM\ChromeDevTools\ChromeDevTools\source\GoogleRemoteControl\GoogleRemoteControl.csproj'. C:\JSDOM\ChromeDevTools\ChromeDevTools\source\GoogleRemoteControl\GoogleRemoteControl.csproj However, this seems to be not a big issue. The big issue seems to be that the current protocol_json is using version 1.3, but if I understand correctly, your repo used protocol_json version 1.2. Can you update your repo? Thanks,

zydjohnHotmail avatar Feb 26 '21 13:02 zydjohnHotmail