0
votes

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.

1

1 Answers

1
votes

For the Git part of your question: NGit, GitSharp