开发者

How to embed Git and Gecko/Webkit in C#?

开发者 https://www.devze.com 2023-04-12 13:29 出处:网络
I need to embed Git and Gecko/WebKit in a C# application that should run cross-platform compliantly. Am I dreaming or is this开发者_如何学运维 possible to do without a lot of work?

I need to embed Git and Gecko/WebKit in a C# application that should run cross-platform compliantly. Am I dreaming or is this开发者_如何学运维 possible to do without a lot of work?

I'm looking into Mono's WebBrowser support, but I'm wondering how often they update the Gecko/WebKit engine.

I'd also prefer to be able to embed Git. I could run Git commands via command line, but I'm afraid that C# limits me from having a Git implementation built-in.


For the Git part of your question: NGit, GitSharp

0

精彩评论

暂无评论...
验证码 换一张
取 消