I have a situation where I've built a website using .NET Core. I now need to have it make calls to a Web API.
My first inclination was to make the Web API a .NET Core one but it turns out that theLibGit2Sharp library, which I need to use, is not compatible with .NET Core.
Before I proceed too far, I thought I should consult the experts on here to get their thoughts about mixing Core with non-Core projects in one solution.
What do you think?
Robert